View Issue Details

IDCategoryLast Update
0002400Bug Report2019-11-23 00:20
ReporterBobthebuild69 
SeveritycrashReproducibilityalways
Status closedResolutionduplicate
Summary0002400: Diane - 'uncaught exception occurred'
DescriptionThis happens when returning to the barn after visiting the hospital. She puts the cow sleeves on, then she reverts back to just wearing the white dress. Progressing further in conversation leads to this crash:

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'characters/diane/layeredimage/diane_body_b_pull_mc_[M_diane.outfit.get].png': could not find image. (u'characters/diane/layeredimage/diane_body_b_pull_mc_nightgown.png')

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2266, 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/locations/home/entrance/hallway/shower/shower.rpyc", line 42, 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 29, in script call
  File "scripts/locks/home_lock_check.rpyc", line 123, 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 67, 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/locations/home/entrance/entrance.rpyc", line 185, in script call
  File "scripts/locations/diane_s_home/barn/barn.rpyc", line 95, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/diane_s_home/barn/barn.rpyc", line 32, in script call
  File "scripts/locations/diane_s_home/barn/dialogues.rpyc", line 1574, in script
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\character.py", line 1139, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Bobthebuild69\Desktop\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\Bobthebuild69\Desktop\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\Bobthebuild69\Desktop\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\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 531, in visit_all
    for d in self.visit():
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\image.py", line 730, in visit
    self.find_target()
  File "C:\Users\Bobthebuild69\Desktop\SummertimeSaga-0-19-1-pc\renpy\display\image.py", line 640, in find_target
    raise Exception(error)
Exception: DynamicImage u'characters/diane/layeredimage/diane_body_b_pull_mc_[M_diane.outfit.get].png': could not find image. (u'characters/diane/layeredimage/diane_body_b_pull_mc_nightgown.png')

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Fri Oct 25 07:46:10 2019
Platform/OSWindows
Version0.19.1

Activities

Bobthebuild69

Bobthebuild69

2019-10-25 06:46

reporter   ~0003345

Downloading the latest version of the game again and uploading my save got me through the bug part!
Casiope

Casiope

2019-11-23 00:20

updater   ~0003834

The report is a duplicate of 0002338 and the bug has been confirmed. The report is now closed.

Issue History

Date Modified Username Field Change
2019-10-25 05:53 Bobthebuild69 New Issue
2019-10-25 06:46 Bobthebuild69 Note Added: 0003345
2019-11-23 00:20 Casiope Status new => closed
2019-11-23 00:20 Casiope Resolution open => duplicate
2019-11-23 00:20 Casiope Note Added: 0003834