The sizes can be changed in the debug menu, which can put them out of order from the usual game play. If you weren't tinkering with the sizes then you shouldn't get this error.
Usually the optional scenes like WG014 can be played out of order a few scenes later, but it's probably an error that it is still showing up. The MC scenes don't have a specific order they need to be played it, but they will eventually not be selectable after the story has progressed to a certain point.
I'll try to look into this error more and see if we can reproduce it.
[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]