Maradonna90 / NewGAN-Manager

A tool to generate and manage xml configs for the Newgen Facepack.
GNU General Public License v3.0
164 stars 35 forks source link

Newgan manager crash every time opens, used to work fine [BUG] #235

Closed fcsteamacc closed 3 months ago

fcsteamacc commented 3 months ago

When opening the application, it will crash instantly on launch with Traceback error.

image

Windows

Edit: I must say that this only started occurring after the most recent content update.

Fak1ndAngel commented 3 months ago

I have the same problem, if anyone can help us I would greatly appreciate it!!

@Maradonna90

Pinball7wiz commented 3 months ago

Hi, I've also had this issue since yesterday. Clearing out the app data and reinstalling also hasn't helped at all. Any help would be greatly appreciated! <3

(Also here is the full error code line if it helps) Traceback (most recent call last): File "\app\newganmanagermain.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.profilemanager = 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
fcsteamacc commented 3 months ago

I have the same problem, if anyone can help us I would greatly appreciate it!!

@Maradonna90

Hi, I've also had this issue since yesterday. Clearing out the app data and reinstalling also hasn't helped at all. Any help would be greatly appreciated! <3

(Also here is the full error code line if it helps) Traceback (most recent call last): File "\app\newganmanagermain.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.profilemanager = 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

Hey guys.

I should've scrolled down, these issues were resolved on previous issues see below.

https://github.com/Maradonna90/NewGAN-Manager/issues/212#issuecomment-1872496593