xrayman2k4
Member
- Jun 10, 2017
- 219
- 278
- 236
When I searched for this error, I noticed that a couple of people had encountered it, but they received no replies from the forum.
Here's my traceback:
I have several save files from the end of 0.15.1, following various routes - all give me the same error.
Here's my traceback:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
IOError: Couldn't find file 'audio/click01.mp3'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\aGames\Hillside-0.16.1\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\aGames\Hillside-0.16.1\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\aGames\Hillside-0.16.1\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\aGames\Hillside-0.16.1\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\aGames\Hillside-0.16.1\renpy\display\core.py", line 3130, in interact_core
renpy.audio.audio.interact()
File "D:\aGames\Hillside-0.16.1\renpy\audio\audio.py", line 1107, in interact
periodic()
File "D:\aGames\Hillside-0.16.1\renpy\audio\audio.py", line 1060, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "D:\aGames\Hillside-0.16.1\renpy\audio\audio.py", line 1038, in periodic_thread_main
periodic_pass()
File "D:\aGames\Hillside-0.16.1\renpy\audio\audio.py", line 979, in periodic_pass
c.periodic()
File "D:\aGames\Hillside-0.16.1\renpy\audio\audio.py", line 457, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "D:\aGames\Hillside-0.16.1\renpy\audio\audio.py", line 73, in load
rv = renpy.loader.load(fn)
File "D:\aGames\Hillside-0.16.1\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'audio/click01.mp3'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hillside v0.16.1 0.16.1
Thu Sep 11 16:50:32 2025