Skip to main content

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

I started a fresh run and just after entering the first dungeon I get this error

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 670, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

RuntimeError: maximum recursion depth exceeded

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

Full traceback:

  File "dungeon_map.rpyc", line 166, in script

  File "renpy/ast.py", line 2259, in execute

    self.call("execute")

  File "renpy/ast.py", line 2241, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "renpy/statements.py", line 342, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 670, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/exports.py", line 3347, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "renpy/ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 3582, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "renpy/display/core.py", line 4076, in interact_core

    renpy.display.focus.before_interact(focus_roots)

  File "renpy/display/focus.py", line 356, in before_interact

    root.find_focusable(callback, None)

  File "renpy/display/core.py", line 586, in find_focusable

    i.find_focusable(callback, focus_name)

  File "renpy/display/screen.py", line 504, in find_focusable

    self.child.find_focusable(callback, focus_name)

 

(+1)

Hey there, thank you so much for letting me know! I think the newer versions should have fixed the problem!