Anyone else getting script errors during Lina's outings?
I'm sorry, but an uncaught exception occurred.
While loading <'Image' 'anim/lina_00.webp'>:
File "game/script_loc/loc9_park.rpy", line 946, in script
pause
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
IOError: Couldn't find file 'anim/lina_00.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_loc/loc9_park.rpy", line 946, in script
pause
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\ast.py", line 1911, in execute
self.call("execute")
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\ast.py", line 1899, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\exports.py", line 1457, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\KuroFang\Downloads\Games\PhotoHunt-0.7.1-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'anim/lina_00.webp'.