View Issue Details

IDCategoryLast Update
0001732Bug Report2019-11-24 16:58
ReporterLemonIsLife 
SeveritycrashReproducibilityalways
Status closedResolutionfixed
Summary0001732: Crash upon clicking into Diane's Barn to visit Daisy
DescriptionCrash grey of death occurred frequently after visiting Diane and Daisy, particularly after 'Meet Daisy' scene.
Attempting to enter Barn on Morning and Afternoon and even tried skipping the days, the crash occurred.
Only at Evening able to enter the barn.

Attempting to figure out a workaround is futile.
Platform/OSWindows
Version0.18.2

Activities

LemonIsLife

LemonIsLife

2019-05-04 16:35

reporter  

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

While running game code:
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_bump.png')

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

Full traceback:
  File "scripts/locations/diane_s_home/barn/barn.rpyc", line 84, in script
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\screen.py", line 428, in visit_all
    self.child.visit_all(callback)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 508, in visit_all
    for d in self.visit():
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 718, in visit
    self.find_target()
  File "D:\Games\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 632, in find_target
    raise Exception(error)
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_bump.png')

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.18.2
Sun May 05 00:30:21 2019
traceback.txt (3,179 bytes)
Ranthoron

Ranthoron

2019-05-04 17:59

reporter   ~0002383

On Linux command line I get the following 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_shirtless.png')
Ranthoron

Ranthoron

2019-05-05 06:20

reporter   ~0002394

I have a savefile direct before the crash:

quick-2-LT1.save (456,812 bytes)
chaosof99

chaosof99

2019-05-05 09:26

reporter   ~0002397

Having the same issue. While running game code:
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_bump.png')

Also similar issue when encountering Diane at night in Debbie's living room:
Exception: DynamicImage u'diane_arms_a_[M_diane.outfit.get]_touch[M_diane.pregnancy.to_string]': could not find image. (u'diane_arms_a_nightgown_touch_pregnant_bump')

Seems like Diane's pregnancy images are missing.
Casiope

Casiope

2019-05-10 12:07

updater   ~0002529

Duplicate of bug report 0001723.
Casiope

Casiope

2019-11-24 16:58

updater   ~0003843

The bug has been fixed in version 0.18.5. The report is a duplicate of 0001723 and is now closed.

Issue History

Date Modified Username Field Change
2019-05-04 16:35 LemonIsLife New Issue
2019-05-04 16:35 LemonIsLife File Added: traceback.txt
2019-05-04 17:59 Ranthoron Note Added: 0002383
2019-05-05 06:20 Ranthoron File Added: quick-2-LT1.save
2019-05-05 06:20 Ranthoron Note Added: 0002394
2019-05-05 09:26 chaosof99 Note Added: 0002397
2019-05-10 12:07 Casiope Note Added: 0002529
2019-11-24 16:58 Casiope Status new => closed
2019-11-24 16:58 Casiope Resolution open => fixed
2019-11-24 16:58 Casiope Note Added: 0003843