Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When: The first time I went to the Gnome in the Witch's Hut. Ignored 2 errors, and now I can access the screen.

Error:

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "renpy/common/00action_other.rpy", line 582, in __call__

  File "game/screens/meta/gnome_depot.rpy", line 887, in define_gnome_dialogues

  File "game/classes/garden.rpy", line 232, in has_item

AttributeError: 'RevertableList' object has no attribute 'values'


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


Full traceback:

  File "screens/meta/gnome_depot.rpyc", line 88, in script

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

  File "renpy/exports\statementexports.py", line 257, in with_statement

  File "renpy/display\core.py", line 1578, in do_with

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

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

  File "renpy/display\layout.py", line 1297, in event

  File "renpy/display\transition.py", line 53, in event

  File "renpy/display\layout.py", line 1297, in event

  File "renpy/display\layout.py", line 1297, in event

  File "renpy/display\screen.py", line 791, in event

  File "renpy/display\layout.py", line 1297, in event

  File "renpy/display\behavior.py", line 2731, in event

  File "renpy/display\behavior.py", line 401, in run

  File "renpy/common/00action_other.rpy", line 582, in __call__

  File "game/screens/meta/gnome_depot.rpy", line 887, in define_gnome_dialogues

  File "game/classes/garden.rpy", line 232, in has_item

AttributeError: 'RevertableList' object has no attribute 'values'

Nvm, still errors when chatting. I get the feeling my demo data did not transition well to the full version 🥲

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "game/screens/meta/gnome_depot.rpy", line 69, in <module>

  File "game/screens/meta/gnome_depot.rpy", line 887, in define_gnome_dialogues

  File "game/classes/garden.rpy", line 232, in has_item

AttributeError: 'RevertableList' object has no attribute 'values'


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


Full traceback:

  File "screens/meta/gnome_depot.rpyc", line 69, in script

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

  File "renpy/python.py", line 1178, in py_exec_bytecode

  File "game/screens/meta/gnome_depot.rpy", line 69, in <module>

  File "game/screens/meta/gnome_depot.rpy", line 887, in define_gnome_dialogues

  File "game/classes/garden.rpy", line 232, in has_item

AttributeError: 'RevertableList' object has no attribute 'values'