41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
I'm sorry, but an uncaught exception occurred.
|
|
|
|
While running game code:
|
|
File "game/akai_route.rpy", line 389, in script
|
|
play music bgm_weird
|
|
File "renpy/common/000statements.rpy", line 124, in execute_play_music
|
|
renpy.music.play(_audio_eval(p["file"]),
|
|
File "renpy/common/000statements.rpy", line 33, in _audio_eval
|
|
return eval(expr, locals=store.audio.__dict__)
|
|
File "game/akai_route.rpy", line 389, in <module>
|
|
play music bgm_weird
|
|
NameError: name 'bgm_weird' is not defined
|
|
|
|
-- Full Traceback ------------------------------------------------------------
|
|
|
|
Full traceback:
|
|
File "game/akai_route.rpy", line 389, in script
|
|
play music bgm_weird
|
|
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 1974, in execute
|
|
self.call("execute")
|
|
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 1953, in call
|
|
return renpy.statements.call(method, parsed, *args, **kwargs)
|
|
File "E:\renpy-8.3.2-sdk\renpy\statements.py", line 374, in call
|
|
return method(parsed, *args, **kwargs)
|
|
File "renpy/common/000statements.rpy", line 124, in execute_play_music
|
|
renpy.music.play(_audio_eval(p["file"]),
|
|
File "renpy/common/000statements.rpy", line 33, in _audio_eval
|
|
return eval(expr, locals=store.audio.__dict__)
|
|
File "E:\renpy-8.3.2-sdk\renpy\python.py", line 1209, in py_eval
|
|
return py_eval_bytecode(code, globals, locals)
|
|
File "E:\renpy-8.3.2-sdk\renpy\python.py", line 1202, in py_eval_bytecode
|
|
return eval(bytecode, globals, locals)
|
|
File "game/akai_route.rpy", line 389, in <module>
|
|
play music bgm_weird
|
|
NameError: name 'bgm_weird' is not defined
|
|
|
|
Windows-10-10.0.19045 AMD64
|
|
Ren'Py 8.3.2.24090902
|
|
Otomai 1.1391
|
|
Mon Feb 24 12:01:38 2025
|