I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
IOError: Couldn't find file 'music/ep1/wings.mp3'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/freeroam/episode1/ep1_freeroam_maya2.rpyc", line 93, in script
File "/data/user/0/org.beingadik.the66/files/renpy/ast.py", line 1911, in execute
self.call("execute")
File "/data/user/0/org.beingadik.the66/files/renpy/ast.py", line 1899, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/data/user/0/org.beingadik.the66/files/renpy/statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
File "/data/user/0/org.beingadik.the66/files/renpy/exports.py", line 2875, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/data/user/0/org.beingadik.the66/files/renpy/ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/data/user/0/org.beingadik.the66/files/renpy/display/core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/data/user/0/org.beingadik.the66/files/renpy/display/core.py", line 3110, in interact_core
renpy.audio.audio.interact()
File "/data/user/0/org.beingadik.the66/files/renpy/audio/audio.py", line 1066, in interact
periodic()
File "/data/user/0/org.beingadik.the66/files/renpy/audio/audio.py", line 1019, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "/data/user/0/org.beingadik.the66/files/renpy/audio/audio.py", line 997, in periodic_thread_main
periodic_pass()
File "/data/user/0/org.beingadik.the66/files/renpy/audio/audio.py", line 938, in periodic_pass
c.periodic()
File "/data/user/0/org.beingadik.the66/files/renpy/audio/audio.py", line 420, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "/data/user/0/org.beingadik.the66/files/renpy/audio/audio.py", line 72, in load
rv = renpy.loader.load(fn)
File "/data/user/0/org.beingadik.the66/files/renpy/loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'music/ep1/wings.mp3'.