Monika-After-Story / MonikaModDev

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

error after sprite pack instalation #5854

Closed bruh-sketch closed 4 years ago

bruh-sketch commented 4 years ago

[code] I'm sorry, but an uncaught exception occurred.

While running game code: File "game/zz_hangman.rpy", line 357, in script File "game/zz_hangman.rpy", line 363, in File "game/zz_hangman.rpy", line 290, in buildNormalList File "game/zz_hangman.rpy", line 252, in _buildWordList File "game/zz_poemgame.rpy", line 141, in init File "game/zz_poemgame.rpy", line 162, in readInFile IOError: Couldn't find file 'mod_assets/games/hangman/MASpoemwords.txt'.

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

Full traceback: File "game/zz_hangman.rpy", line 357, in script File "/Users/-------/Downloads/ddlc-mac/DDLC.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 "/Users/-------/Downloads/ddlc-mac/DDLC.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/zz_hangman.rpy", line 363, in File "game/zz_hangman.rpy", line 290, in buildNormalList File "game/zz_hangman.rpy", line 252, in _buildWordList File "game/zz_poemgame.rpy", line 141, in init File "game/zz_poemgame.rpy", line 162, in readInFile File "/Users/-------/Downloads/ddlc-mac/DDLC.app/Contents/Resources/autorun/renpy/exports.py", line 1980, in file return renpy.loader.load(fn) File "/Users/-------/Downloads/ddlc-mac/DDLC.app/Contents/Resources/autorun/renpy/loader.py", line 543, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'mod_assets/games/hangman/MASpoemwords.txt'.

Darwin-19.3.0-x86_64-i386-64bit Ren'Py 6.99.12.4.2187 Monika After Story 0.11.2 [/code]

*tried to trouble shoot this for awhile but nothing helped.

multimokia commented 4 years ago

You replaced the mod_assets folder with the one from spritepacks. Replacing will cause other missing assets. You'll need to merge them instead.