-
Notifications
You must be signed in to change notification settings - Fork 0
/
traceback.txt
40 lines (36 loc) · 1.88 KB
/
traceback.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 55, in script
show goldilocks neutral with dissolve
IOError: Couldn't find file ' music/LS.mp3'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 55, in script
show goldilocks neutral with dissolve
File "/Applications/renpy-7.2.2-sdk/renpy/ast.py", line 1375, in execute
renpy.exports.with_statement(trans, paired)
File "/Applications/renpy-7.2.2-sdk/renpy/exports.py", line 1578, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/Applications/renpy-7.2.2-sdk/renpy/display/core.py", line 2240, in do_with
clear=clear)
File "/Applications/renpy-7.2.2-sdk/renpy/display/core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Applications/renpy-7.2.2-sdk/renpy/display/core.py", line 3360, in interact_core
renpy.audio.audio.periodic()
File "/Applications/renpy-7.2.2-sdk/renpy/audio/audio.py", line 1019, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "/Applications/renpy-7.2.2-sdk/renpy/audio/audio.py", line 997, in periodic_thread_main
periodic_pass()
File "/Applications/renpy-7.2.2-sdk/renpy/audio/audio.py", line 938, in periodic_pass
c.periodic()
File "/Applications/renpy-7.2.2-sdk/renpy/audio/audio.py", line 420, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "/Applications/renpy-7.2.2-sdk/renpy/audio/audio.py", line 72, in load
rv = renpy.loader.load(fn)
File "/Applications/renpy-7.2.2-sdk/renpy/loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file ' music/LS.mp3'.
Darwin-18.0.0-x86_64-i386-64bit
Ren'Py 7.2.2.491
test1 1.0
Sat Jun 8 03:55:28 2019