View Issue Details

IDCategoryLast Update
0001360Bug Report2018-12-14 06:58
ReporterDriftDevil 
SeverityminorReproducibilityalways
Status closedResolutionunable to reproduce
Summary0001360: Exception occurs after doing the minigame with Eve in the basement and then clicking on the Poker table.
DescriptionAfter minigame with Eve and karaoke, going to the main basement room and clicking on the poker table, I get the Exception has occurred.

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/erik_s_house/basement/basement.rpy", line 293, in <module>
NameError: name 'poker_table_seen' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 1840, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 86, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 72, in script call
  File "scripts/locations/erik_s_house/basement/basement.rpyc", line 293, in script
  File "X:\Program Files (x86)\Patreon Games\Summertime Saga\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "X:\Program Files (x86)\Patreon Games\Summertime Saga\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "X:\Program Files (x86)\Patreon Games\Summertime Saga\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/locations/erik_s_house/basement/basement.rpy", line 293, in <module>
NameError: name 'poker_table_seen' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.17.1
Fri Nov 30 01:30:17 2018
[/code]
 
Platform/OSWindows
Version0.17.1

Activities

DriftDevil

DriftDevil

2018-11-30 06:44

reporter   ~0001667

Attached is the save the gives the exception.

1-4-LT1.save (408,063 bytes)
mil578

mil578

2018-12-14 06:58

updater   ~0001763

Unable to reproduce, and your save just crashes. Doesn't seem to appear as far as I can tell, but will keep this in mind in future testing.

Issue History

Date Modified Username Field Change
2018-11-30 06:33 DriftDevil New Issue
2018-11-30 06:44 DriftDevil File Added: 1-4-LT1.save
2018-11-30 06:44 DriftDevil Note Added: 0001667
2018-12-14 06:58 mil578 Note Added: 0001763
2018-12-14 06:58 mil578 Status new => closed
2018-12-14 06:58 mil578 Resolution open => unable to reproduce