Monika-After-Story / MonikaModDev

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

Error when trying to launch M-A-S. #1278

Closed sanddiamond closed 6 years ago

sanddiamond commented 6 years ago

I'm sorry, but an uncaught exception occurred.

While running game code: ScriptError: Name (u'/Users/pi/Documents/Renpy/Monika After Story/game/chess.rpy', 1518620781, 1) is defined twice, at Monika_After_Story-0.7.3-Mod/chess.rpyc:3 and game/chess.rpy:3.

-- 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 364, in main renpy.game.script.load_script() # sets renpy.game.script. File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\script.py", line 265, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\script.py", line 753, in load_appropriate_file self.finish_load(stmts, initcode, filename=fn + source) File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\script.py", line 419, in finish_load bad_node.filename, bad_node.linenumber)) ScriptError: Name (u'/Users/pi/Documents/Renpy/Monika After Story/game/chess.rpy', 1518620781, 1) is defined twice, at Monika_After_Story-0.7.3-Mod/chess.rpyc:3 and game/chess.rpy:3.

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

not sure what to do.

sanddiamond commented 6 years ago

I've also tried removing the RPYC files before, but that did not seem to fix the whole problem.

ThePotatoGuy commented 6 years ago

If DDLC doesnt open, then check game/ for a folder like Monika After Story. If it is there, please take the files out of that folder and put them in game/. (The mod files cannot be in a subfolder in game/). Then delete the folder Monika After Story. In addition, delete the files in game/cache/ to force the game to reload everything/

sanddiamond commented 6 years ago

My mistake. I accidentally forgot to delete the cache.

Thanks.