It shouldn't. I wasn't able to reproduce the error.
Do you have a screenshot of the error message you can share?
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_wg.rpy", line 9055, in script
show WG doubt with dissolve
Exception: DynamicImage 'Graphics/WG/[globalsize]/[WGOutfit]/doubt.webp': could not find image. ('Graphics/WG/4/casual-2/doubt.webp')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_wg.rpy", line 9055, in script
show WG doubt with dissolve
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\ast.py", line 1113, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\ast.py", line 1076, in show_imspec
renpy.config.show(name,
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\exports.py", line 765, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\scenelists.py", line 463, in add
thing.set_transform_event("show")
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\transform.py", line 743, in set_transform_event
self.child.set_transform_event(event)
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\image.py", line 501, in set_transform_event
return self.target.set_transform_event(event)
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\image.py", line 760, in set_transform_event
self.find_target()
File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage 'Graphics/WG/[globalsize]/[WGOutfit]/doubt.webp': could not find image. ('Graphics/WG/4/casual-2/doubt.webp')
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Growth Academy (2024.7.3) 2024.7.3
Mon Aug 5 22:58:34 2024
[/code]