Skip to main content

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

After the update go v0.19 on android i can't load my old saves and get this errore message:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/animations_and_flags.rpy", line 1004, in execute_default

  File "game/scripts/animations_and_flags.rpy", line 1004, in <module>

  File "game/scripts/Garden/Garden.rpy", line 542, in create_garden

  File "game/scripts/Garden/GardenShop.rpy", line 212, in shop_daily_stuff

TypeError: '<' not supported between instances of 'int' and 'str'

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

Traceback (most recent call last):

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

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

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

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  File "renpy/display/viewport.py", line 581, in event

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

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

  File "renpy/display/behavior.py", line 1107, in handle_click

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

  File "renpy/common/00action_file.rpy", line 499, in __call__

  File "renpy/loadsave.py", line 637, in load

  File "renpy/rollback.py", line 1145, in unfreeze

  File "renpy/rollback.py", line 1045, in rollback

  File "renpy/exports/statementexports.py", line 375, in execute_default_statement

  File "game/scripts/animations_and_flags.rpy", line 1004, in execute_default

  File "renpy/python.py", line 1285, in py_eval_bytecode

  File "game/scripts/animations_and_flags.rpy", line 1004, in <module>

  File "game/scripts/Garden/Garden.rpy", line 542, in create_garden

  File "game/scripts/Garden/GardenShop.rpy", line 212, in shop_daily_stuff

  File "renpy/revertable.py", line 247, in revertable_sorted

TypeError: '<' not supported between instances of 'int' and 'str'

```

Is there a fix?

Thanks in Advance for your help.

I've never seen this issue before. Things like this usually occur because the game wasn't installed properly though. A reinstall might fix his.

It seems you forgot to include garden.rpa in the patch. Not sure that is the cause, but.