I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/patch.rpy", line 77, in patch_menu
File "game/scripts/core/user_interface/renpy/choice.rpy", line 3, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 3, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 6, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 7, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 9, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 12, in execute
NameError: Name 'poker_sayer02' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locks/gym_lock_check.rpyc", line 13, in script call
File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
File "scripts/locations/map/map.rpyc", line 15, in script call
File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
File "scripts/locations/home/home.rpyc", line 59, in script call
File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
File "scripts/locations/home/entrance/entrance.rpyc", line 185, in script call
File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
File "scripts/characters/jenny/jenny_bed_sex_scene.rpyc", line 6, in script call
File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 100, in script call
File "scripts/characters/mrsj/button.rpyc", line 100, in script call
File "scripts/minigames/poker_minigame/poker.rpyc", line 325, in script
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 1626, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "game/patch.rpy", line 77, in patch_menu
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\exports.py", line 983, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\exports.py", line 1217, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/scripts/core/user_interface/renpy/choice.rpy", line 3, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 3, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 6, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 7, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 9, in execute
File "game/scripts/core/user_interface/renpy/choice.rpy", line 12, in execute
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\text\text.py", line 1479, in __init__
self.set_text(text, scope, substitute)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\text\text.py", line 1598, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\substitutions.py", line 253, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
File "C:\Users\Yvan\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\substitutions.py", line 212, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'poker_sayer02' is not defined.
Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sun Oct 20 15:55:16 2019