Monika-After-Story / MonikaModDev

DDLC fan mod to extend Monika
http://www.monikaafterstory.com/
Other
1.18k stars 685 forks source link

New traceback error when trying to open it #6048

Closed PapyrusTheGrrreat closed 1 year ago

PapyrusTheGrrreat commented 4 years ago

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/definitions.rpy", line 9, in script import singleton File "game/definitions.rpy", line 10, in me = singleton.SingleInstance() ValueError: list.remove(x): x not in list

-- Full Traceback ------------------------------------------------------------

Full traceback: File "/Applications/MAS test.app/Contents/Resources/autorun/renpy/bootstrap.py", line 295, in bootstrap renpy.main.main() File "/Applications/MAS test.app/Contents/Resources/autorun/renpy/main.py", line 419, in main game.context().run(node) File "game/definitions.rpy", line 9, in script import singleton File "/Applications/MAS test.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Applications/MAS test.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/definitions.rpy", line 10, in me = singleton.SingleInstance() File "/Applications/MAS test.app/Contents/Resources/autorun/renpy/python.py", line 618, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list

Darwin-19.5.0-x86_64-i386-64bit Ren'Py 6.99.12.4.2187

multimokia commented 4 years ago

What version are you using, and what OS?

PapyrusTheGrrreat commented 4 years ago

I redownloaded it a little before I commented this, so the most recent version of MAS, and I'm running MacOS Catalina

multimokia commented 4 years ago

If I'm remembering correctly, Catalina can't run 32 bit programs directly. Renpy is 32 bit

PapyrusTheGrrreat commented 4 years ago

I can run normal DDLC with no problems though

ThePotatoGuy commented 4 years ago

are you running from renpy SDK? this is a common first run error in that case.

PapyrusTheGrrreat commented 4 years ago

I'm not sure which version of Renpy I'm running. All I know is that I have the most recent version of DDLC and MAS. How do I find out?

ThePotatoGuy commented 4 years ago

It's not a version, if you're running from the renpy SDK then you're using renpy's launcher - if you don't know if you are using it, then you aren't using it.

All I can say here is that this is not crashing in mod code, and we don't have any mac devs to help troubleshoot, so there's not much we can do here. Maybe try completely removing and reinstalling ddlc + mod?

PapyrusTheGrrreat commented 4 years ago

One last question: Does it matter whether I download it from Steam or ddlc.moe? I'm using ddlc.moe's download.

ThePotatoGuy commented 4 years ago

steam can cause issues with the in-game updater, and there could be permission issues when trying to create folders in the game's root dir. In theory there shouldn't be any issues with the ddlc.moe version, provided permissions are available in the folder you are running the game in.

Booplicate commented 1 year ago

Staled.