View Issue Details

IDCategoryLast Update
0001141Bug Report2018-11-28 03:22
Reportermatthewdl86 
SeveritycrashReproducibilityalways
Status closedResolutionfixed
Summary0001141: Crash during the Diane story line
DescriptionAfter that one scene where Diana and Veronica talk in her garden of .17 i cant access the guide in phone and error code show up. After a exit the game, all my save file for the .17 is now gone which is even more frustrated.
Platform/OSWindows
Version0.17

Relationships

has duplicate 0001188 closed phone hints 
has duplicate 0001215 closed Error when attempting to access hints 
has duplicate 0001317 closed bugg 

Activities

matthewdl86

matthewdl86

2018-11-24 12:15

reporter  

traceback.txt (5,306 bytes)
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "game/scripts/core/user_interface/cellphone.rpy", line 459, in render
  File "game/scripts/core/user_interface/cellphone.rpy", line 104, in render
KeyError: u'j\nen_name'

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 86, 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/home/entrance/hallway/bedroom/bedroom.rpyc", line 78, in script call
  File "scripts/characters/player/just_wokeup.rpyc", line 30, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 162, in script
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\exports.py", line 1330, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "game/scripts/core/user_interface/cellphone.rpy", line 459, in render
  File "game/scripts/core/user_interface/cellphone.rpy", line 104, in render
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\text\text.py", line 1377, in __init__
    self.set_text(text, scope, substitute)
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\text\text.py", line 1477, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "C:\Users\Matthew Do\Downloads\SummertimeSaga-0-17-0-pc\renpy\substitutions.py", line 242, 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
KeyError: u'j\nen_name'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.17.0
Sat Nov 24 04:10:46 2018
traceback.txt (5,306 bytes)
mil578

mil578

2018-11-25 07:53

updater   ~0001394

Referred to devs for review.
mil578

mil578

2018-11-28 03:22

updater   ~0001620

Fixed in a future update.

Issue History

Date Modified Username Field Change
2018-11-24 12:15 matthewdl86 New Issue
2018-11-24 12:15 matthewdl86 File Added: traceback.txt
2018-11-25 07:53 mil578 Status new => acknowledged
2018-11-25 07:53 mil578 Note Added: 0001394
2018-11-25 09:17 mil578 Relationship added has duplicate 0001188
2018-11-25 20:03 mil578 Relationship added has duplicate 0001215
2018-11-27 07:14 mil578 Relationship added has duplicate 0001317
2018-11-28 03:22 mil578 Status acknowledged => closed
2018-11-28 03:22 mil578 Resolution open => fixed
2018-11-28 03:22 mil578 Note Added: 0001620