Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can you tell me where in the scene does it happen? Does it happen everywhere?

So I had multiple files in case this type of situation could happen, the last time I saved was on the hut where you sleep. No matter whether if I try to save on another screen with the main file, or if I try to use a back up file, that error always displays on the screen as soon as I try to save again. If I try to "Ignore it", then it does not save the file nonetheless, so unfortunately I cannot save anymore. This is the full error:
"[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 414, in _call_RuntimeError: maximum recursion depth exceeded in cmp

Full traceback:
  File "_layout/screen_load_save.rpymc", line 35, in script
  File "renpy/ast.py", line 823, in execute
  File "renpy/python.py", line 1178, in py_exec_bytecode
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
  File "renpy/ui.py", line 301, in interact
  File "renpy/display/core.py", line 2166, in interact
  File "renpy/display/core.py", line 3208, in interact_core
  File "renpy/display/layout.py", line 1202, in event
  File "renpy/display/transition.py", line 53, in event
  File "renpy/display/layout.py", line 1202, in event
  File "renpy/display/layout.py", line 1202, in event
  File "renpy/display/screen.py", line 793, in event
  File "renpy/display/layout.py", line 1202, in event
  File "renpy/display/layout.py", line 1430, in event
  File "renpy/display/layout.py", line 288, in event
  File "renpy/display/layout.py", line 1202, in event
  File "renpy/display/layout.py", line 1202, in event
  File "renpy/display/behavior.py", line 1174, in event
  File "renpy/display/behavior.py", line 1095, in handle_click
  File "renpy/display/behavior.py", line 388, in run
  File "renpy/display/behavior.py", line 395, in run
  File "renpy/common/00action_file.rpy", line 414, in _call_
  File "renpy/loadsave.py", line 431, in save
  File "renpy/loadsave.py", line 417, in save
  File "renpy/compat/pickle.py", line 51, in dump
RuntimeError: maximum recursion depth exceeded in cmp
[/code]"