View Issue Details

IDCategoryLast Update
0003061Bug Report2020-11-28 17:36
ReporterRanthoron 
SeveritycrashReproducibilityhave not tried
Status newResolutionopen
Summary0003061: Missing Image when delivering milk
DescriptionWhen Maria falls, there seems to be an image missing
```
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'maria_body_b_[M_maria.outfit]_falling[M_maria.pregnancy]': could not find image. (u'maria_body_b_casual_falling')

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2254, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 68, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 208, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 11, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 208, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/home.rpyc", line 58, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/map/map.rpyc", line 15, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/erik_s_house/erik_s_house.rpyc", line 16, in script call
  File "scripts/locations/pizzeria/interior/interior.rpyc", line 87, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/pizzeria/interior/storage/storage.rpyc", line 3, in script call
  File "scripts/locations/pizzeria/interior/storage/dialogue/dia03.rpyc", line 17, in script
  File "/home/arnim/SummertimeSaga/renpy/ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "/home/arnim/SummertimeSaga/renpy/exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 2251, in do_with
    clear=clear)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/arnim/SummertimeSaga/renpy/display/core.py", line 531, in visit_all
    for d in self.visit():
  File "/home/arnim/SummertimeSaga/renpy/display/image.py", line 742, in visit
    self.find_target()
  File "/home/arnim/SummertimeSaga/renpy/display/image.py", line 651, in find_target
    raise Exception(error)
Exception: DynamicImage u'maria_body_b_[M_maria.outfit]_falling[M_maria.pregnancy]': could not find image. (u'maria_body_b_casual_falling')

Linux-5.4.0-54-generic-x86_64-with-debian-bullseye-sid
Ren'Py 7.3.5.606
SummertimeSaga 0.20.7
Sun Nov 22 16:19:26 2020
```
Platform/OSLinux
Version0.20.7

Activities

erstwhale

erstwhale

2020-11-28 17:36

reporter   ~0005147

I ran into this issue too. Oddly, it was intermittent. After exiting the game and reloading my last save (which happened to be right before entering the store), I played through the same scene and everything worked.

Issue History

Date Modified Username Field Change
2020-11-22 15:22 Ranthoron New Issue
2020-11-28 17:36 erstwhale Note Added: 0005147