Uthuriel
Conversation Conqueror
- Jan 26, 2021
- 6,889
- 21,744
- 786
Might be related to your weird file path....I keep getting the following error halfway through chapter 2 almost every time I save (or try to save) a game.
Any ideas?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 356, in __call__ File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) RuntimeError: maximum recursion depth exceeded while pickling an object -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ast.py", line 882, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 2662, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3467, in interact_core rv = root_widget.event(ev, x, y, 0) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 907, in event return handle_click(self.clicked) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 842, in handle_click rv = run(action) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 308, in run new_rv = run(i, *args, **kwargs) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 315, in run return action(*args, **kwargs) File "game/screens.rpy", line 356, in __call__ File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 404, in save dump((roots, renpy.game.log), logf) File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 48, in dump cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL) RuntimeError: maximum recursion depth exceeded while pickling an object Windows-8-6.2.9200 Ren'Py 7.1.0.882 DMD Chapter 2 0.21.5 Mon May 02 20:13:26 2022
D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py
Why do you have the game in the game...