View Issue Details

IDCategoryLast Update
0002381Bug Report2019-11-20 21:06
ReporterBLK 
SeveritymajorReproducibilityalways
Status closedResolutionduplicate
Summary0002381: exception when giving breast pump to Diane
DescriptionDiane asks for breast pump on kitchen counter. After retrieval when attempt is made to give Diane the breast pump exception occurs. Cannot progress Diane story line at this point.
Platform/OSWindows
Version0.19.1

Activities

BLK

BLK

2019-10-23 18:29

reporter  

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

While running game code:
Exception: DynamicImage u'diane_arms_[M_diane.outfit.get]_a_shovel_sides': could not find image. (u'diane_arms_cow_a_shovel_sides')

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

Full traceback:
  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/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/characters/debbie/button.rpyc", line 7, 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/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/home.rpyc", line 59, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/map/map.rpyc", line 15, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/erik_s_house/erik_s_house.rpyc", line 16, in script call
  File "scripts/characters/diane/button.rpyc", line 15, in script call
  File "scripts/characters/diane/button_dialogues.rpyc", line 761, in script
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "C:\Users\bkerw\Desktop\Games\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\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\bkerw\Desktop\Games\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\bkerw\Desktop\Games\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\bkerw\Desktop\Games\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\bkerw\Desktop\Games\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\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 531, in visit_all
    for d in self.visit():
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\image.py", line 730, in visit
    self.find_target()
  File "C:\Users\bkerw\Desktop\Games\SummertimeSaga-0-19-1-pc\renpy\display\image.py", line 640, in find_target
    raise Exception(error)
Exception: DynamicImage u'diane_arms_[M_diane.outfit.get]_a_shovel_sides': could not find image. (u'diane_arms_cow_a_shovel_sides')

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Wed Oct 23 13:23:40 2019
traceback.txt (4,433 bytes)
Casiope

Casiope

2019-11-20 18:10

updater   ~0003749

I'm not able to reproduce this issue. Do you use a mod? Can you drop a save made just before this issue occurs?
Without reply, this report will be closed within a week. Thank you.
Casiope

Casiope

2019-11-20 21:06

updater   ~0003755

The bug has been confirmed and it should be fixed in a later version. The report is a duplicate of 0002321 and is now closed.

Issue History

Date Modified Username Field Change
2019-10-23 18:29 BLK New Issue
2019-10-23 18:29 BLK File Added: traceback.txt
2019-11-20 18:10 Casiope Note Added: 0003749
2019-11-20 21:06 Casiope Status new => closed
2019-11-20 21:06 Casiope Resolution open => duplicate
2019-11-20 21:06 Casiope Note Added: 0003755