shakeyourbunny / RWMS

RWMS -- RimWorldModSorter, sort your RimWorld mods
GNU General Public License v2.0
43 stars 8 forks source link

Cannot start script #32

Closed brothan323 closed 5 years ago

brothan323 commented 5 years ago

No idea why but the CMD box keeps closing due to a cannot start script error.

Edit: Versions above 94.7 don't work

ThatRand0meR commented 5 years ago

My error:

Loading and parsing ModsConfig.xml Loading mod data. Traceback (most recent call last): File "rwms_sort.py", line 286, in if mod_entry[1] is not None: IndexError: list index out of range

shakeyourbunny commented 5 years ago

Does the bug still occur with 0.95.0a?

https://github.com/shakeyourbunny/RWMS/releases/tag/0.95.0a

SeppDE commented 5 years ago

Seems so. I just downloaded the 0.95.0a release, edited the config files with the paths and the .exe is simply closing after starting. Nothing to see directly. after recording the startup i found the error i got.

grafik

shakeyourbunny commented 5 years ago

Oh my gush... I think I know why this problem is occuring... in my main Python environment there is no bs4 module, just in the virtual env. At the time building the the executable, the module will not be included then...

I will fix it ASAP. On some other site, somebody has a similiar problem.

shakeyourbunny commented 5 years ago

https://github.com/shakeyourbunny/RWMS/releases/tag/0.95.1 should do the trick now.

please confirm, at least on my system the executable does its thing correctly.

SeppDE commented 5 years ago

Tested and it worked (at least on my side)

shakeyourbunny commented 5 years ago

I also had some other sources which could confirm that, so happy evening for now ;D