-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtraceback.txt
50 lines (46 loc) · 2.05 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
41
42
43
44
45
46
47
48
49
50
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_opening.rpy", line 32, in script
"파도치는 소리만이 침묵을 메웠다."
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'Waves Crashing on Rock Beach.mp3'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_opening.rpy", line 32, in script
"파도치는 소리만이 침묵을 메웠다."
File "renpy/ast.py", line 691, in execute
statement_name("say")
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1684, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2762, in do_with
clear=clear)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4025, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1162, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1140, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1082, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 518, in periodic
topf = load(filename)
File "renpy/audio/audio.py", line 69, in load
rv = renpy.loader.load(fn)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Waves Crashing on Rock Beach.mp3'.
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Shoot Tomorrow 1.0
Sun Aug 11 14:54:58 2024