Monika-After-Story / MonikaModDev

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

Game will not launch #2838

Closed RustezeMedicatedBumperOintment closed 5 years ago

RustezeMedicatedBumperOintment commented 5 years ago

I updated the files (on Steam) and when I load the game it says this:

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/script-holidays.rpy", line 78, in script File "game/script-holidays.rpy", line 84, in AttributeError: 'StoreModule' object has no attribute 'o31_cg_folder'

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

Full traceback: File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\main.py", line 419, in main game.context().run(node) File "game/script-holidays.rpy", line 78, in script File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/script-holidays.rpy", line 84, in AttributeError: 'StoreModule' object has no attribute 'o31_cg_folder'

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

If anyone knows what they're talking about and can help I'd appreciate it. Thank you.

jmwall24 commented 5 years ago

We just had this exact error in tech-support on discord. Do you have any .rpy files in the game folder?

jmwall24 commented 5 years ago

Assuming that you do, delete all .rpy files from the game folder, and reinstall the latest update. Make sure you have the Monika_After_Story-0.8.9-Mod.zip file and not one of the other zip files.

aldoram5 commented 5 years ago

Worth noting that it's better to always download the release from: http://www.monikaafterstory.com/releases.html, that way you can be sure you always download the correct zip folder.

RustezeMedicatedBumperOintment commented 5 years ago

So I did what you suggested and now it give me this error:

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/MonikaModDev-2018.9.22/Monika After Story/game/dev/dev_affection-test.rpy", line 5, in script File "game/MonikaModDev-2018.9.22/Monika After Story/game/dev/dev_affection-test.rpy", line 13, in File "game/definitions.rpy", line 252, in init IndexError: tuple index out of range

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

Full traceback: File "game/MonikaModDev-2018.9.22/Monika After Story/game/dev/dev_affection-test.rpy", line 5, in script File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/MonikaModDev-2018.9.22/Monika After Story/game/dev/dev_affection-test.rpy", line 13, in File "game/definitions.rpy", line 252, in init IndexError: tuple index out of range

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Monika After Story 0.8.9

RustezeMedicatedBumperOintment commented 5 years ago

Never mind I got it to work. Thank you guys sooooooo much I really appreciate it. <3

multimokia commented 5 years ago

Btw, you're running a dev install again. Don't use the source code versions, it'll break future updates. You shouldn't have any .rpy files in the game folder. Nor should it have a dev folder anywhere.

RustezeMedicatedBumperOintment commented 5 years ago

Ok, thank you.