Monika-After-Story / MonikaModDev

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

an exception has occured in v0.9.1 #3894

Closed Endopl closed 5 years ago

Endopl commented 5 years ago

Hi I updated the game from v0.9.0 to v0.9.1 using the update function in the game. However, after updating the game, crash occurs.

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

While running game code: File "renpy/common/00updater.rpy", line 23, in script init -1500 python in updater: File "renpy/common/00updater.rpy", line 121, in process_deferred() File "renpy/common/00updater.rpy", line 104, in process_deferred l = l.decode("utf-8") UnicodeDecodeError: 'utf8' codec can't decode byte 0xb9 in position 28: invalid start byte

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

Full traceback: File "renpy/common/00updater.rpy", line 23, in script init -1500 python in updater: File "C:\Users\user\Desktop\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\user\Desktop\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/00updater.rpy", line 121, in process_deferred() File "renpy/common/00updater.rpy", line 104, in process_deferred l = l.decode("utf-8") File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/encodings/utf_8.py", line 16, in decode UnicodeDecodeError: 'utf8' codec can't decode byte 0xb9 in position 28: invalid start byte

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

[/code]

I tried updating it manually by overwritting files in the game folder using the Mod zip. I also tried going back to v0.8.3 and updating(as I saw in another issue), but the game crashed in the same way after installing v0.8.3

1 2

Here are the game folder capture images in advance. I am new to these kind so please help me.

ThePotatoGuy commented 5 years ago

do a full reinstall, those rpys are part of renpy and not affected by our code

Endopl commented 5 years ago

Full reinstall did it. Thank you so much!