- Oct 4, 2020
- 56
- 20
Ran into a bug when selecting 2 Enchanted Crystals as my reward from an event (I had just hit the event and selected 2 Eggs without issue). I was able to rollback and select a Bomb successfully.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/6 - Hangouts Emi.rpy", line 1198, in script call
call dareend
File "game/1 - DungeonEvents.rpy", line 3556, in script
$ ecrystals += [gen1]
File "game/1 - DungeonEvents.rpy", line 3556, in <module>
$ ecrystals += [gen1]
TypeError: unsupported operand type(s) for +=: 'int' and 'RevertableList'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/6 - Hangouts Emi.rpy", line 1198, in script call
call dareend
File "game/1 - DungeonEvents.rpy", line 3556, in script
$ ecrystals += [gen1]
File "D:\...\Unveiling The Unknown v1.1.0\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\...\Unveiling The Unknown v1.1.0\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1 - DungeonEvents.rpy", line 3556, in <module>
$ ecrystals += [gen1]
TypeError: unsupported operand type(s) for +=: 'int' and 'RevertableList'
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24042401+nightly
Unveiling the Unknown 1.1.0
Wed Jun 19 04:13:52 2024
Last edited: