I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "game/script/main/history.rpy", line 95, in execute
screen history():
File "game/script/main/history.rpy", line 95, in execute
screen history():
File "game/script/main/history.rpy", line 152, in execute
fixed:
File "game/script/main/history.rpy", line 156, in execute
if history_primary:
File "game/script/main/history.rpy", line 157, in execute
if history_primary[persistent.indexvariableprimary].img == "clue24curse" and not block_input_return:
File "game/script/main/history.rpy", line 157, in <module>
if history_primary[persistent.indexvariableprimary].img == "clue24curse" and not block_input_return:
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/ast.py", line 1111, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3378, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3805, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3805, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/script/main/history.rpy", line 95, in execute
screen history():
File "game/script/main/history.rpy", line 95, in execute
screen history():
File "game/script/main/history.rpy", line 152, in execute
fixed:
File "game/script/main/history.rpy", line 156, in execute
if history_primary:
File "game/script/main/history.rpy", line 157, in execute
if history_primary[persistent.indexvariableprimary].img == "clue24curse" and not block_input_return:
File "game/script/main/history.rpy", line 157, in <module>
if history_primary[persistent.indexvariableprimary].img == "clue24curse" and not block_input_return:
File "renpy/revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.0.22062402
R7.1
Fri Oct 21 00:04:58 2022