I sometimes get this error while working
Posted: Mon Feb 14, 2022 10:00 am
Is this normal? I'm just writing with autoreload on.
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00keymap.rpy", line 469, in script
python hide:
File "renpy/common/00keymap.rpy", line 469, in <module>
python hide:
File "renpy/common/00keymap.rpy", line 488, in _execute_python_hide
renpy.save("_reload-1", "reload save game")
RuntimeError: maximum recursion depth exceeded while calling a Python object
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00keymap.rpy", line 469, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00keymap.rpy", line 469, in <module>
python hide:
File "renpy/common/00keymap.rpy", line 488, in _execute_python_hide
renpy.save("_reload-1", "reload save game")
File "renpy/loadsave.py", line 415, in save
reraise(t, e, tb)
File "renpy/loadsave.py", line 401, in save
dump((roots, renpy.game.log), logf)
File "renpy/loadsave.py", line 49, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded while calling a Python object
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Heart of Spades 1.0
Mon Feb 14 21:55:19 2022