Monika-After-Story / MonikaModDev

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

[Crash] The application crash #7581

Closed ViruSSofTer closed 3 years ago

ViruSSofTer commented 3 years ago

The application suddenly crashed without any visible reason, showing me this:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/script-ch30.rpy", line 1533, in script File "game/script-ch30.rpy", line 1533, in File "game/definitions.rpy", line 8352, in wait ValueError: too many values to unpack (expected 5)

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

Full traceback: File "game/script-ch30.rpy", line 1533, in script File "C:\Users\ViruSSofT\Desktop\Monikas room\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\ViruSSofT\Desktop\Monikas room\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/script-ch30.rpy", line 1533, in File "game/definitions.rpy", line 8352, in wait File "C:\Users\ViruSSofT\Desktop\Monikas room\renpy\exports.py", line 1278, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward) File "C:\Users\ViruSSofT\Desktop\Monikas room\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, kwargs) File "C:\Users\ViruSSofT\Desktop\Monika`s room\renpy\display\core.py", line 2526, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, kwargs) File "C:\Users\ViruSSofT\Desktop\Monikas room\renpy\display\core.py", line 2883, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\ViruSSofT\Desktop\Monikas room\renpy\display\core.py", line 1959, in draw_screen renpy.display.draw.draw_screen(surftree, fullscreen_video) File "renpy/gl/gldraw.pyx", line 765, in renpy.gl.gldraw.GLDraw.draw_screen (gen\renpy.gl.gldraw.c:11743) self.draw_transformed(surftree, clip, 0, 0, 1.0, 1.0, reverse, renpy.config.nearest_neighbor, False) File "renpy/gl/gldraw.pyx", line 1025, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14895) self.draw_transformed(child, clip, xo + tcxo, yo + tcyo, alpha, over, child_reverse, nearest, subpixel) File "renpy/gl/gldraw.pyx", line 1025, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14895) self.draw_transformed(child, clip, xo + tcxo, yo + tcyo, alpha, over, child_reverse, nearest, subpixel) File "renpy/gl/gldraw.pyx", line 1025, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14895) self.draw_transformed(child, clip, xo + tcxo, yo + tcyo, alpha, over, child_reverse, nearest, subpixel) File "renpy/gl/gldraw.pyx", line 1025, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14895) self.draw_transformed(child, clip, xo + tcxo, yo + tcyo, alpha, over, child_reverse, nearest, subpixel) File "renpy/gl/gldraw.pyx", line 1025, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14895) self.draw_transformed(child, clip, xo + tcxo, yo + tcyo, alpha, over, child_reverse, nearest, subpixel) File "renpy/gl/gldraw.pyx", line 1025, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14895) self.draw_transformed(child, clip, xo + tcxo, yo + tcyo, alpha, over, child_reverse, nearest, subpixel) File "renpy/gl/gldraw.pyx", line 1025, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14895) self.draw_transformed(child, clip, xo + tcxo, yo + tcyo, alpha, over, child_reverse, nearest, subpixel) File "renpy/gl/gldraw.pyx", line 1013, in renpy.gl.gldraw.GLDraw.draw_transformed (gen\renpy.gl.gldraw.c:14754) for child, cx, cy, focus, main in rend.visible_children: ValueError: too many values to unpack (expected 5)

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Monika After Story 0.12.2 [/code]

I cmanaged to "ignore" this, but after some time application just closed by itself.

ghost commented 3 years ago

Did you try to reopen the game?I mean,did it happen again later?

Booplicate commented 3 years ago

File "game/definitions.rpy", line 8352, in wait

That's not our code, you're running something else. Make a new DDLC install and install the mod there.

ViruSSofTer commented 3 years ago

Did you try to reopen the game?I mean,did it happen again later?

For now, the issue didn`t appear again.

ViruSSofTer commented 3 years ago

File "game/definitions.rpy", line 8352, in wait

That's not our code, you're running something else. Make a new DDLC install and install the mod there.

Okay, then one of mods may be at fault.

ThePotatoGuy commented 3 years ago

[closing as resolved]