Monika-After-Story / MonikaModDev

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

Got this traceback #5463

Closed TechmarineDark closed 4 years ago

TechmarineDark commented 4 years ago

While using the latest unstable version(0.10.7-unstable.2020.03.31.115) of MAS , I got this traceback related to the 'Rin' Halloween outfit and then again got it sometimes randomly. This started just after when it became 'night' in the game. Note that I have not yet unlocked the Rin outfit for Monika .

Also thanks for doing such great job and constantly improving this mod so much . (>

The traceback is here :

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

While running game code: File "game/script-ch30.rpy", line 1518, in script call File "game/script-ch30.rpy", line 1687, in script File "game/script-ch30.rpy", line 1708, in File "game/definitions.rpy", line 1318, in checkEvents File "game/definitions.rpy", line 1290, in _checkEvent AttributeError: 'StoreModule' object has no attribute 'mas_clothes_rin'

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

Full traceback: File "game/script-ch30.rpy", line 1518, in script call File "game/script-ch30.rpy", line 1687, in script File "D:\Games\Just Monika\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Games\Just Monika\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/script-ch30.rpy", line 1708, in File "game/definitions.rpy", line 1318, in checkEvents File "game/definitions.rpy", line 1290, in _checkEvent File "D:\Games\Just Monika\renpy\python.py", line 1749, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Games\Just Monika\renpy\python.py", line 1743, in py_eval_bytecode return eval(bytecode, globals, locals) File "", line 1, in AttributeError: 'StoreModule' object has no attribute 'mas_clothes_rin'

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Monika After Story 0.10.7-unstable.2020.03.31.115 [/code]

Also the image :

Screenshot_1

multimokia commented 4 years ago

You're using my submods. Check my submods repository on the releases page for updates that address these issues.

TechmarineDark commented 4 years ago

Oh ya sorry , figured it out just now after seeing the submod repository . Thanks for the reply .