Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashs when I try to start it #244

Open
Ferdinand9999 opened this issue Jul 5, 2024 · 4 comments
Open

App crashs when I try to start it #244

Ferdinand9999 opened this issue Jul 5, 2024 · 4 comments

Comments

@Ferdinand9999
Copy link

Traceback (most recent call last):
File "\app\newganmanager_main_.py", line 4, in
main().main_loop()
File "\app_packages\toga\app.py", line 663, in main_loop
self._impl.main_loop()
File "\app_packages\toga_winforms\app.py", line 285, in main_loop
raise self._exception
File "\app_packages\toga_winforms\app.py", line 258, in run_app
self.create()
File "\app_packages\toga_winforms\app.py", line 113, in create
self.interface._startup()
File "\app_packages\toga\app.py", line 624, in _startup
self.startup()
File "\app\newganmanager\app.py", line 62, in startup
self.profile_manager = Profile_Manager(Config_Manager().get_latest_prf(str(self.paths.app)+"/.user/cfg.json"), str(self.paths.app))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\app\profile_manager.py", line 10, in init
self.prf_cfg = self.load_config(root_dir+"/.user/"+name+".json")
~~~~~~~~~~~~~~~~~~^~~~~
TypeError: can only concatenate str (not "NoneType") to str

@tlebaxter
Copy link

tlebaxter commented Jul 16, 2024

Having the same error, any idea on how to fix this?

Update: This fixes itself if run as an administrator.

@Peranco
Copy link

Peranco commented Sep 10, 2024

From one start to another - Same here. Run as Admin did not solve the problem. v1.4.0

@MudiLoodi
Copy link

From one start to another - Same here. Run as Admin did not solve the problem. v1.4.0

  • Go to the installation folder of NewGAN-manager. If on Windows it should be under "AppData\Local\Programs\Maradonna (gestalt)\NewGAN-Manager".
  • Go to app > newganmanager > .user
  • open cfg.json and change "false" to "true" then save.

This fixed it for me.

@Peranco
Copy link

Peranco commented Sep 10, 2024

yep - worked for me. thx buddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants