0% found this document useful (0 votes)
7 views2 pages

Traceback

An exception occurred while running game code for an episode. Specifically, the game was unable to find an audio file called "season_3/audio/episode15/Above Envy - Amazing.mp3" that it was trying to load, resulting in an IOError. The full traceback provides details on the sequence of calls that led to attempting to load this missing audio file.

Uploaded by

Dylan FF
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Traceback

An exception occurred while running game code for an episode. Specifically, the game was unable to find an audio file called "season_3/audio/episode15/Above Envy - Amazing.mp3" that it was trying to load, resulting in an IOError. The full traceback provides details on the sequence of calls that led to attempting to load this missing audio file.

Uploaded by

Dylan FF
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/season_3/story/episode15.rpy", line 143, in script call
call episode15_beatrice from _call_episode15_beatrice
File "game/tl/Spanish/season_3/story/episode15.rpy", line 11257, in script
beatrice "*hablando en giberish* Quiero que me excites."
IOError: Couldn't find file 'season_3/audio/episode15/Above Envy - Amazing.mp3'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/season_3/story/episode15.rpy", line 143, in script call
call episode15_beatrice from _call_episode15_beatrice
File "game/tl/Spanish/season_3/story/episode15.rpy", line 11257, in script
beatrice "*hablando en giberish* Quiero que me excites."
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\character.py", line 1142, in
__call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\character.py", line 842, in
do_display
**display_args)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\character.py", line 591, in
display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\display\core.py", line 2702,
in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\display\core.py", line 3380,
in interact_core
renpy.audio.audio.periodic()
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\audio\audio.py", line 1060, in
periodic
six.reraise(exc[0], exc[1], exc[2])
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\audio\audio.py", line 1038, in
periodic_thread_main
periodic_pass()
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\audio\audio.py", line 979, in
periodic_pass
c.periodic()
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\audio\audio.py", line 457, in
periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\audio\audio.py", line 73, in
load
rv = renpy.loader.load(fn)
File "C:\Users\Dylan\Downloads\Nueva carpeta\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'season_3/audio/episode15/Above Envy - Amazing.mp3'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
No More Money 3.3.1
Thu Aug 31 05:13:39 2023

You might also like