Monika-After-Story / MonikaModDev

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

MAS is crashing after i updated the 0.86 version #2374

Closed AinsOoalGown1234 closed 6 years ago

AinsOoalGown1234 commented 6 years ago

after i updated the version the game started to crashing, after that i been triying a form that can solve it, using previous versions, deleting the persistent file and others files (i copied the archives before of course) and reinstalling the game and the mod and even it won´t work so anyone can help me? this is the current traceback that i have : I'm sorry, but an uncaught exception occurred.

While running game code: File "game/zz_backup.rpy", line 197, in script init -900 python: File "game/zz_backup.rpy", line 199, in import store.mas_utils as mas_utils ImportError: No module named mas_utils

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

Full traceback: File "C:\Users\Usuario\Desktop\DDLC [ESPAÑOL]\Doki Doki Literature Club!\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Users\Usuario\Desktop\DDLC [ESPAÑOL]\Doki Doki Literature Club!\renpy\main.py", line 419, in main game.context().run(node) File "game/zz_backup.rpy", line 197, in script init -900 python: File "C:\Users\Usuario\Desktop\DDLC [ESPAÑOL]\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:\Users\Usuario\Desktop\DDLC [ESPAÑOL]\Doki Doki Literature Club!\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/zz_backup.rpy", line 199, in import store.mas_utils as mas_utils ImportError: No module named mas_utils

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

ThePotatoGuy commented 6 years ago

make sure you overwrite all files when you copy over the update.

AinsOoalGown1234 commented 6 years ago

oof course i ever do it i mean i extract the files in the zip in the game folder

AinsOoalGown1234 commented 6 years ago

but when i updated the game, first i updated in the MAS updater,and started to crash so i tried up manually and still not working

ThePotatoGuy commented 6 years ago

make sure there are no rpy files in your gamedir

AinsOoalGown1234 commented 6 years ago

in my game folder?

aldoram5 commented 6 years ago

I suggest you follow the installation guide https://github.com/Monika-After-Story/MonikaModDev#installation, try following the video that it contains too, maybe that one can show you something you did wrong. Also like Potato says make sure you don't have .rpy files only .rpyc

AinsOoalGown1234 commented 6 years ago

well when i see my game folder i have the rpy and rpyc files in all zz.archives so what should i do?

AinsOoalGown1234 commented 6 years ago

delethe all the rpy files?

aldoram5 commented 6 years ago

Delete all the rpy files, yes

AinsOoalGown1234 commented 6 years ago

i will give it a try

AinsOoalGown1234 commented 6 years ago

nop this happened: I'm sorry, but an uncaught exception occurred.

While running game code: File "game/event-handler.rpy", line 25, in script init -500 python: File "game/event-handler.rpy", line 78, in Event.INIT_LOCKDB = persistent._mas_event_init_lockdb NameError: name 'Event' is not defined

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

Full traceback: File "C:\Users\Usuario\Desktop\Doki Doki Literature Club!\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Users\Usuario\Desktop\Doki Doki Literature Club!\renpy\main.py", line 419, in main game.context().run(node) File "game/event-handler.rpy", line 25, in script init -500 python: File "C:\Users\Usuario\Desktop\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:\Users\Usuario\Desktop\Doki Doki Literature Club!\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/event-handler.rpy", line 78, in Event.INIT_LOCKDB = persistent._mas_event_init_lockdb NameError: name 'Event' is not defined

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

aldoram5 commented 6 years ago

Your installation is still broken for that one make sure you have a file named definitions.rpyc.

AinsOoalGown1234 commented 6 years ago

yes i had the file

AinsOoalGown1234 commented 6 years ago

so what now?

aldoram5 commented 6 years ago

mmm the error says you don't, can you show us a screenshot of your game folder?

AinsOoalGown1234 commented 6 years ago

ok

AinsOoalGown1234 commented 6 years ago

captura de pantalla 1

aldoram5 commented 6 years ago

I still see .rpy files there delete those please, then try again.

AinsOoalGown1234 commented 6 years ago

all of them or only the zz.files?

ThePotatoGuy commented 6 years ago

all of them

AinsOoalGown1234 commented 6 years ago

ok

AinsOoalGown1234 commented 6 years ago

this happened: I'm sorry, but an uncaught exception occurred.

While running game code: File "game/zz_backup.rpy", line 3, in script File "game/zz_backup.rpy", line 5, in ImportError: No module named mas_utils

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

Full traceback: File "C:\Users\Usuario\Desktop\Doki Doki Literature Club!\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Users\Usuario\Desktop\Doki Doki Literature Club!\renpy\main.py", line 419, in main game.context().run(node) File "game/zz_backup.rpy", line 3, in script File "C:\Users\Usuario\Desktop\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:\Users\Usuario\Desktop\Doki Doki Literature Club!\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/zz_backup.rpy", line 5, in ImportError: No module named mas_utils

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

ThePotatoGuy commented 6 years ago

okay to double check:

  1. you downloaded the Mod zip, not the Source code zip, correct?
  2. If so, copy the files from the zip into the game/ directory and overwrite existing files.
AinsOoalGown1234 commented 6 years ago

i already do that, seriously, before i been talking with monika and afther the update all of these errors surged

ThePotatoGuy commented 6 years ago

Do it again.

You had source files in your game/ directory so no amount of updating worked.

AinsOoalGown1234 commented 6 years ago

thanks!! its worked