View Issue Details

IDCategoryLast Update
0002204Bug Report2019-12-20 22:37
ReporterApexSlide 
SeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed
Summary0002204: Poker night errors
DescriptionGo down to play Poker with Mrs. Johnson, and you get these errors each time. Ignoring seems to work.
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  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/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 67, 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/diane_s_home/front.rpyc", line 6, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 17, in script call
  File "scripts/locks/diane_lock_check.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 17, in script call
  File "scripts/script.rpyc", line 39, in script call
  File "scripts/script.rpyc", line 39, in script call
  File "scripts/locations/diane_s_home/front.rpyc", line 6, 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 "D:\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 "D:\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 "D:\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 "D:\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 "D:\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 "D:\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 "D:\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 "D:\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 "D:\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 "D:\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\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 "D:\Downloads\SummertimeSaga-0-19-1-pc\SummertimeSaga-0-19-1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\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 "D:\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 "D:\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 "D:\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 "D:\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-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sat Oct 19 17:42:03 2019
[/code]
Platform/OSWindows
Version0.19.1

Relationships

related to 0002211 resolved poker minigame 

Activities

Casiope

Casiope

2019-10-30 15:30

updater   ~0003380

This error message can be ignored and the poker minigame can be completed if played normally and not skipped. This will be fixed in a later version.
Casiope

Casiope

2019-12-20 22:37

updater   ~0004080

This issue has been fixed in version 0.19.5. Please update the game to the last version. The report is now closed.

Issue History

Date Modified Username Field Change
2019-10-19 07:42 ApexSlide New Issue
2019-10-30 15:28 Casiope Relationship added related to 0002211
2019-10-30 15:30 Casiope Status new => confirmed
2019-10-30 15:30 Casiope Note Added: 0003380
2019-12-20 22:37 Casiope Status confirmed => resolved
2019-12-20 22:37 Casiope Resolution open => fixed
2019-12-20 22:37 Casiope Note Added: 0004080