View Issue Details

IDCategoryLast Update
0001852Bug Report2019-12-01 23:10
Reporteringenioabc 
SeveritycrashReproducibilityhave not tried
Status closedResolutionfixed
Summary0001852: Daisy's route failed in the penultimate scene, Diane's conversion and the main character about Daisy before the sex scene with D
Descriptionthe next day, after the first daisy milking session, when interacting with daisy, before ending the dialogue with diane, the following error message appears:
[code]
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_shirtless.png')

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2177, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 88, in script call
  File "scripts/locations/map/map.rpyc", line 36, in script call
  File "scripts/characters/daisy/button.rpyc", line 53, in script call
  File "scripts/characters/daisy/button_dialogues.rpyc", line 312, in script
  File "D:\SummertimeSaga-0-18-2-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\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:\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:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 508, in visit_all
    for d in self.visit():
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 718, in visit
    self.find_target()
  File "D:\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 632, 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_shirtless.png')

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.18.2
Fri May 10 03:40:44 2019
[/code]
the game is blocked and closed.
Platform/OSWindows
Version0.18.2

Activities

ingenioabc

ingenioabc

2019-05-10 08:55

reporter  

Screenshot_196.png (180,298 bytes)
Screenshot_196.png (180,298 bytes)
ingenioabc

ingenioabc

2019-05-10 09:35

reporter   ~0002528

Apparently the failure is generated when you choose and talk to diane first and then choose daisy, the scene that is generated normally comes into conflict and makes the game throws the mentioned error and blocks the game.
but following the wiki guide, the order of the scene starts when you choose daisy first, by doing this the scene unfolds normally and the failure does not occur.
probe this with version 17.5 and in both cases it does not give any failure.
my suggestion is to review proqeu this failure occurs this version, since in previous versions did not give such a failure.
Casiope

Casiope

2019-05-10 12:25

updater   ~0002548

Duplicate of bug report 0001723.
ebinfo

ebinfo

2019-05-12 02:01

reporter   ~0002573

got the same error, i do not think that this is a duplicate of 1723 thou, as i was able to get into the barn and interact with diane, but when i went to go to daisy right after speaking to her, Diane comes to me about her sex scene. Same scenario happen when i reload the save and go straight to daisy.

here's the full trace:

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_shirtless.png')

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

Full traceback:
  File "lib/windows-i686/scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2177, in script call
  File "lib/windows-i686/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 88, in script call
  File "lib/windows-i686/scripts/locations/home/entrance/hallway/hallway.rpyc", line 62, in script call
  File "lib/windows-i686/scripts/characters/daisy/button.rpyc", line 53, in script call
  File "lib/windows-i686/scripts/characters/daisy/button_dialogues.rpyc", line 312, in script
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\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:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\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:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 508, in visit_all
    for d in self.visit():
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 718, in visit
    self.find_target()
  File "D:\Profil Steve\Downloads\SummertimeSaga-0-18-2-pc\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 632, 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_shirtless.png')

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.18.2
Sat May 11 21:54:31 2019
ebinfo

ebinfo

2019-05-12 22:08

reporter   ~0002579

Just for shits and giggles, diane in my playthrough had her overalls on. so i asked her to take it off so she is naked. then i went to talk to daisy, and no more error. so i think that it might be a missing image of diane with overalls / cow suit (it said about removing the cow suit even thou she was dressed in her overalls). food for thought.
Casiope

Casiope

2019-12-01 23:10

updater   ~0003879

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

Issue History

Date Modified Username Field Change
2019-05-10 08:55 ingenioabc New Issue
2019-05-10 08:55 ingenioabc File Added: Screenshot_196.png
2019-05-10 09:35 ingenioabc Note Added: 0002528
2019-05-10 12:25 Casiope Note Added: 0002548
2019-05-12 02:01 ebinfo Note Added: 0002573
2019-05-12 22:08 ebinfo Note Added: 0002579
2019-12-01 23:10 Casiope Status new => closed
2019-12-01 23:10 Casiope Resolution open => fixed
2019-12-01 23:10 Casiope Note Added: 0003879