Monika-After-Story / MonikaModDev

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

Mod not running #1479

Closed bostonsubway closed 6 years ago

bostonsubway commented 6 years ago

Hey devs, I just downloaded the 0.8.0 mod and it worked fine for the first run. However, when I try to open the game again here's what I get:

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/definitions.rpy", line 6, in ImportError: No module named singleton

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

Full traceback: File "C:\Users\Zhaoyu Sun\Desktop\Scrap\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Users\Zhaoyu Sun\Desktop\Scrap\DDLC-1.1.1-pc\renpy\main.py", line 364, in main renpy.game.script.load_script() # sets renpy.game.script. File "C:\Users\Zhaoyu Sun\Desktop\Scrap\DDLC-1.1.1-pc\renpy\script.py", line 265, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "C:\Users\Zhaoyu Sun\Desktop\Scrap\DDLC-1.1.1-pc\renpy\script.py", line 753, in load_appropriate_file self.finish_load(stmts, initcode, filename=fn + source) File "C:\Users\Zhaoyu Sun\Desktop\Scrap\DDLC-1.1.1-pc\renpy\script.py", line 445, in finish_load node.early_execute() File "C:\Users\Zhaoyu Sun\Desktop\Scrap\DDLC-1.1.1-pc\renpy\ast.py", line 865, in early_execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Zhaoyu Sun\Desktop\Scrap\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/definitions.rpy", line 6, in ImportError: No module named singleton

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

aldoram5 commented 6 years ago

Hi bostonsubway! It seems you are missing some files on the folder python-packages which is located inside of the game folder, make sure to copy that python-packages folder from the zip file to your game folder.

bostonsubway commented 6 years ago

Thanks! I double checked the files and it's working again now.