Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Traceback

Uploaded by

Matheus Soares
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)
20 views2 pages

Traceback

Uploaded by

Matheus Soares
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/events_m.rpy", line 226, in script call
call dateTime from _call_dateTime_10
File "game/events_e.rpy", line 177, in script call
call dateTime from _call_dateTime_6
File "game/events_mc.rpy", line 637, in script call
call dateTime from _call_dateTime_12
File "game/events_mc.rpy", line 1040, in script call
call dateTime from _call_dateTime_13
File "game/events_mc.rpy", line 1370, in script call
call dateTime from _call_dateTime_1
File "game/events_e.rpy", line 741, in script call
call dateTime from _call_dateTime_16
File "game/events_j.rpy", line 1035, in script call
call dateTime from _call_dateTime_20
File "game/events_e.rpy", line 863, in script call
call dateTime from _call_dateTime_19
File "game/events_mc.rpy", line 2155, in script call
call dateTime from _call_dateTime_21
File "game/events_mc.rpy", line 2493, in script call
call dateTime from _call_dateTime_22
File "game/events_mc.rpy", line 3143, in script call
call dateTime() from _call_dateTime_23
File "game/events_mc.rpy", line 3570, in script
play audio phone_buzz_short.ogg
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/events_mc.rpy", line 3570, in <module>
play audio phone_buzz_short.ogg
AttributeError: 'unicode' object has no attribute 'ogg'

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

Full traceback:
File "game/events_m.rpy", line 226, in script call
call dateTime from _call_dateTime_10
File "game/events_e.rpy", line 177, in script call
call dateTime from _call_dateTime_6
File "game/events_mc.rpy", line 637, in script call
call dateTime from _call_dateTime_12
File "game/events_mc.rpy", line 1040, in script call
call dateTime from _call_dateTime_13
File "game/events_mc.rpy", line 1370, in script call
call dateTime from _call_dateTime_1
File "game/events_e.rpy", line 741, in script call
call dateTime from _call_dateTime_16
File "game/events_j.rpy", line 1035, in script call
call dateTime from _call_dateTime_20
File "game/events_e.rpy", line 863, in script call
call dateTime from _call_dateTime_19
File "game/events_mc.rpy", line 2155, in script call
call dateTime from _call_dateTime_21
File "game/events_mc.rpy", line 2493, in script call
call dateTime from _call_dateTime_22
File "game/events_mc.rpy", line 3143, in script call
call dateTime() from _call_dateTime_23
File "game/events_mc.rpy", line 3570, in script
play audio phone_buzz_short.ogg
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/events_mc.rpy", line 3570, in <module>
play audio phone_buzz_short.ogg
AttributeError: 'unicode' object has no attribute 'ogg'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Bad Memories 0.8.beta
Fri Apr 7 16:07:02 2023

You might also like