Skip to main content

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

Posting error report here for now. Full version 1.2 Android, on a Samsung S10e.

When: after obtaining spores when finishing a playthrough, right after a 3x3 grid is displayed. 

Error:

```

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "game/phase runners/garden_evolution.rpy", line 99, in <module>

  File "game/classes/garden.rpy", line 885, in generate_weed

  File "game/classes/garden.rpy", line 870, in spawn_random_weed

  File "game/classes/garden.rpy", line 800, in place_item_in_random_slot

  File "game/classes/garden.rpy", line 764, in place_item

TypeError: list indices must be integers or slices, not str


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


Full traceback:

  File "phase runners/a_girl_on_her_own_end.rpyc", line 160, in script call

  File "phase runners/garden_evolution.rpyc", line 99, in script

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

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

  File "game/phase runners/garden_evolution.rpy", line 99, in <module>

  File "game/classes/garden.rpy", line 885, in generate_weed

  File "game/classes/garden.rpy", line 870, in spawn_random_weed

  File "game/classes/garden.rpy", line 800, in place_item_in_random_slot

  File "game/classes/garden.rpy", line 764, in place_item

  File "renpy/revertable.py", line 90, in do_mutation

TypeError: list indices must be integers or slices, not str


```


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'

The summoning seems ok. The cabinet as well.

When: accessing the Garden

Error:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/screens/meta/garden.rpy", line 1129, in <module>

  File "game/classes/garden_items.rpy", line 20, in cull_duplicate_items

AttributeError: 'bool' object has no attribute 'irreplacable'

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

Full traceback:

  File "screens/meta/garden.rpyc", line 1129, in script

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

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

  File "game/screens/meta/garden.rpy", line 1129, in <module>

  File "game/classes/garden_items.rpy", line 20, in cull_duplicate_items

AttributeError: 'bool' object has no attribute 'irreplacable'

```