I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts-core/locations/bedroom.rpy", line 9, in script
call screen location_bedroom
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
screen screen_stats:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
screen screen_stats:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 32, in execute
frame:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 35, in execute
has vbox:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 58, in execute
vbox:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 60, in execute
if h.canReportTask():
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 67, in execute
vbox:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 70, in execute
if h.task is not None:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 71, in execute
for k,v in h.task.items():
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 72, in execute
button:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 74, in execute
has hbox
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in execute
text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in keywords
text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in keywords
if h.isCompleted(k):
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in <module>
if h.isCompleted(k):
File "game/scripts-core/handlers/house.rpy", line 346, in isCompleted
if self.stock[what] >= self.stock[what + "_max"]:
KeyError: u'v2'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts-core/locations/bedroom.rpy", line 9, in script
call screen location_bedroom
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
screen screen_stats:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
screen screen_stats:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 32, in execute
frame:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 35, in execute
has vbox:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 58, in execute
vbox:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 60, in execute
if h.canReportTask():
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 67, in execute
vbox:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 70, in execute
if h.task is not None:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 71, in execute
for k,v in h.task.items():
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 72, in execute
button:
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 74, in execute
has hbox
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in execute
text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in keywords
text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in keywords
if h.isCompleted(k):
File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in <module>
if h.isCompleted(k):
File "game/scripts-core/handlers/house.rpy", line 346, in isCompleted
if self.stock[what] >= self.stock[what + "_max"]:
KeyError: u'v2'
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
The Patriarch 0.4-c
Wed Mar 16 13:06:25 2022