Furnox
Member
- Dec 29, 2018
- 366
- 310
- 227
I can't get past the point where the main character gains his super speed power; just as he's about to enter his house, he returns to the graduation scene at the beginning of the game.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/FINDING_MINIGAME.rpy", line 74, in script call
$ renpy.pause (500.0, hard=True)
File "game/FINDING_MINIGAME.rpy", line 124, in script
$ scene_characters.remove("BritishGirly")
File "game/FINDING_MINIGAME.rpy", line 124, in <module>
$ scene_characters.remove("BritishGirly")
ValueError: list.remove(x): x not in list
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/FINDING_MINIGAME.rpy", line 74, in script call
$ renpy.pause (500.0, hard=True)
File "game/FINDING_MINIGAME.rpy", line 124, in script
$ scene_characters.remove("BritishGirly")
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/FINDING_MINIGAME.rpy", line 124, in <module>
$ scene_characters.remove("BritishGirly")
File "renpy/python.py", line 875, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list
Windows-10-10.0.26100
Ren'Py 7.4.9.2142
Being Super: Chapter 1 0.24a.LIGHT
Wed Oct 22 20:24:43 2025
Last edited: