Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

[code]

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "game/ch/aletta/events.rpy", line 2552, in <module>

TypeError: unsupported operand type(s) for +=: 'float' and 'tuple'


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


Full traceback:

  File "start.rpyc", line 743, in script call

  File "cl/labels_room.rpyc", line 97, in script call

  File "cl/labels_activity.rpyc", line 21, in script call

  File "cl/labels_events.rpyc", line 12, in script call

  File "ch/aletta/events.rpyc", line 2552, in script

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

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

  File "game/ch/aletta/events.rpy", line 2552, in <module>

  File "game/cl/class_stat_ren.py", line 263, in __iadd__

  File "game/cl/class_stat_ren.py", line 333, in update

TypeError: unsupported operand type(s) for +=: 'float' and 'tuple'


[/code]

Seems like it's only a problem of Cast, had this error when I asked Arletta if she had an extra snack (Android Version 23.9.0)

The fix will be available in the next bugfix release.
Thanks for the report