whenever I start the game it crashes here the crash report
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.MatrixColor object at 0x0000000015efe2b0>:
Exception: Could not load image 'images/day01/m01Wood_CEye_down.webp': error('Failed to decode WEBP')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\main.py", line 670, in main
run(restart)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\main.py", line 144, in run
renpy.execution.run_context(True)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\execution.py", line 953, in run_context
context.run()
File "d01_a.rpyc", line 133, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "d01_a.rpyc", line 133, in script
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\ast.py", line 1678, in execute
renpy.exports.with_statement(trans, paired=paired)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\exports.py", line 1757, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\core.py", line 2975, in do_with
return self.interact(trans_pause=True,
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\core.py", line 4172, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\core.py", line 2779, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\layout.py", line 886, 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 "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\transition.py", line 186, in render
renpy.display.render.render(self.transitions[-1], width, height, 0, 0)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\transition.py", line 379, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\layout.py", line 886, 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 "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\layout.py", line 886, 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 "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\image.py", line 513, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\image.py", line 316, in wrap_render
rend = render(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 "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\layout.py", line 1537, in render
cr = 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 "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\im.py", line 676, in render
return cache.get(self, render=True)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\im.py", line 330, in get
surf = image.load()
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\im.py", line 1451, in load
surf = cache.get(self.image)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\im.py", line 330, in get
surf = image.load()
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\im.py", line 803, in load
raise e
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\im.py", line 768, in load
surf = renpy.display.pgrender.load_image(f, filename)
File "C:\Users\Agni\Downloads\TiaFFB_FREE_00.03.02-pc\TiaFFB_FREE_00.03.02-pc\renpy\display\pgrender.py", line 201, in load_image
raise Exception("Could not load image {!r}{}: {!r}".format(filename, extra, e))
Exception: Could not load image 'images/day01/m01Wood_CEye_down.webp': error('Failed to decode WEBP')
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
Trapped in a Fantasy Femdom Brothel 00.03.02
Tue Jun 25 06:02:42 2024