Skip to main content

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

Trying to load savefile from dungeon give me this:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/adventuring/adventuring.rpy", line 1037, in script

    if adventure.current_room.trigger_during_render is not None:

  File "game/scripts/adventuring/adventuring.rpy", line 1037, in <module>

    if adventure.current_room.trigger_during_render is not None:

AttributeError: 'Room' object has no attribute 'trigger_during_render'

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

Full traceback:

  File "game/scripts/adventuring/adventuring.rpy", line 1037, in script

    if adventure.current_room.trigger_during_render is not None:

  File "D:\Games\NSFWs\adventurer-trainer-win-linux\adventurer_trainer.0.2.1a-0.2.1a-pc\renpy\ast.py", line 2133, in execute

    if renpy.python.py_eval(condition):

  File "D:\Games\NSFWs\adventurer-trainer-win-linux\adventurer_trainer.0.2.1a-0.2.1a-pc\renpy\python.py", line 1161, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "D:\Games\NSFWs\adventurer-trainer-win-linux\adventurer_trainer.0.2.1a-0.2.1a-pc\renpy\python.py", line 1154, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/scripts/adventuring/adventuring.rpy", line 1037, in <module>

    if adventure.current_room.trigger_during_render is not None:

AttributeError: 'Room' object has no attribute 'trigger_during_render'

Windows-10-10.0.19045 AMD64

Ren'Py 8.1.2-Pastry0.5

Adventurer Trainer 0.2.1a 0.2.1a

Sun Apr 27 11:20:58 2025

```