Monika-After-Story / MonikaModDev

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

Game Crashing On Start #2084

Closed TheChristinson closed 6 years ago

TheChristinson commented 6 years ago

I could just be dumb, but I extracted the files into the game folder for DDLC and I get this error when I attempt to start it. Any help is appreciated.

I'm sorry, but an uncaught exception occurred.

While running game code: ScriptError: Name (u'/home/potato/dddlc/084-h1/game/chess.rpy', 1533339426, 110) is defined twice, at Monika_After_Story-0.8.4-hotfix.1-Mod/chess.rpyc:3 and game/chess.rpy:3.

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

Full traceback: File "D:\SteamLibrary\steamapps\common\Doki Doki Literature Club\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "D:\SteamLibrary\steamapps\common\Doki Doki Literature Club\renpy\main.py", line 364, in main renpy.game.script.load_script() # sets renpy.game.script. File "D:\SteamLibrary\steamapps\common\Doki Doki Literature Club\renpy\script.py", line 265, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "D:\SteamLibrary\steamapps\common\Doki Doki Literature Club\renpy\script.py", line 753, in load_appropriate_file self.finish_load(stmts, initcode, filename=fn + source) File "D:\SteamLibrary\steamapps\common\Doki Doki Literature Club\renpy\script.py", line 419, in finish_load bad_node.filename, bad_node.linenumber)) ScriptError: Name (u'/home/potato/dddlc/084-h1/game/chess.rpy', 1533339426, 110) is defined twice, at Monika_After_Story-0.8.4-hotfix.1-Mod/chess.rpyc:3 and game/chess.rpy:3.

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

ThePotatoGuy commented 6 years ago

The files should be in the game/ folder, not in a subdirectory of the game/ folder.

TheChristinson commented 6 years ago

It took a few tries for some reason, but I finally got it working. Thanks.