View Issue Details

IDCategoryLast Update
0002320Bug Report2019-11-24 14:36
Reportercybersummer 
SeveritycrashReproducibilityalways
Status closedResolutionduplicate
Summary0002320: Python Exception After Diane gets Pregnant
Description```
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 351, in main
  File "game/scripts/core/systems/locations/locations.rpy", line 255, in call_screen
Exception: DynamicImage u'characters/diane/buttons/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'characters/diane/buttons/character_diane_dressed_pregnant_bump.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 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/entrance/kitchen/kitchen.rpyc", line 10, 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/entrance/living_room/living_room.rpyc", line 12, in script call
  File "scripts/locations/diane_s_home/barn/barn.rpyc", line 84, in script
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\python.py", line 2004, 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 351, in main
  File "game/scripts/core/systems/locations/locations.rpy", line 255, in call_screen
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\screen.py", line 434, in visit_all
    self.child.visit_all(callback, seen=None)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\core.py", line 531, in visit_all
    for d in self.visit():
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\image.py", line 730, in visit
    self.find_target()
  File "E:\Downloads\SummertimeSaga-0-19-0-pc\SummertimeSaga-0-19-0-pc\renpy\display\image.py", line 640, in find_target
    raise Exception(error)
Exception: DynamicImage u'characters/diane/buttons/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'characters/diane/buttons/character_diane_dressed_pregnant_bump.png')

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.0
Mon Oct 21 08:28:16 2019
```
Platform/OSWindows
Version0.19.1

Activities

Casiope

Casiope

2019-11-24 14:36

updater   ~0003840

The report is a duplicate of 0002290 and is now closed.

Issue History

Date Modified Username Field Change
2019-10-21 12:30 cybersummer New Issue
2019-11-24 14:36 Casiope Status new => closed
2019-11-24 14:36 Casiope Resolution open => duplicate
2019-11-24 14:36 Casiope Note Added: 0003840