anyone any idea how to fix this?
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'_transparent_tile.png'>:
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 13, in script
pause
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 13, in script
pause
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
IOError: Couldn't find file '_transparent_tile.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\execution.py", line 908, in run_context
context.run()
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 13, in script
pause
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 13, in script
pause
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\exports.py", line 1480, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\imagelike.py", line 272, in render
crend = render(image, width, height, st, at)
File "renpy/display/render.ddd dw", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\erick\Documents\MEGAsync Downloads\What-a-Legend-0.3.01-pc\What-a-Legend-0.3.01-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file '_transparent_tile.png'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
What a Legend 0.3.01
Fri Dec 25 06:40:41 2020