I am getting an error when opening wasp outfit menu
Traceback -
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('…wasp_bikini_idle.png') at 0x000000000ca23700>:
File "game/script.rpy", line 28967, in script
pause
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
OSError: Couldn't find file 'outfitmenu_wasp/outfitmenu_wasp_bikini_idle.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 28967, in script
pause
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\core.py", line 3906, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\screen.py", line 704, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\behavior.py", line 876, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\layout.py", line 1334, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\im.py", line 295, in get
surf = image.load()
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\im.py", line 723, in load
raise e
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\display\im.py", line 688, in load
filelike = renpy.loader.load(self.filename)
File "E:\Documents\GTA San Andreas User Files\Saved Files\MEGAsync Downloads\Behind_the_Doom-0.7-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'outfitmenu_wasp/outfitmenu_wasp_bikini_idle.png'.