Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 101, in script
play music "<loop>beating hearts bgmusic.mp3"
File "renpy/common/000statements.rpy", line 125, in execute_play_music
if_changed=p.get("if_changed", False))
Exception: Parsing audio spec u'<loop>beating hearts bgmusic.mp3': expected float at end..
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 101, in script
play music "<loop>beating hearts bgmusic.mp3"
File "C:\Users\ellie\Downloads\renpy-6.99.14.1-sdk\renpy\ast.py", line 1828, in execute
self.call("execute")
File "C:\Users\ellie\Downloads\renpy-6.99.14.1-sdk\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\ellie\Downloads\renpy-6.99.14.1-sdk\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 125, in execute_play_music
if_changed=p.get("if_changed", False))
File "C:\Users\ellie\Downloads\renpy-6.99.14.1-sdk\renpy\audio\music.py", line 112, in play
c.enqueue(filenames, loop=loop, synchro_start=synchro_start, fadein=fadein, tight=tight, loop_only=loop_only)
File "C:\Users\ellie\Downloads\renpy-6.99.14.1-sdk\renpy\audio\audio.py", line 534, in enqueue
filename, _, _ = self.split_filename(filename, False)
File "C:\Users\ellie\Downloads\renpy-6.99.14.1-sdk\renpy\audio\audio.py", line 316, in split_filename
loop = expect_float()
File "C:\Users\ellie\Downloads\renpy-6.99.14.1-sdk\renpy\audio\audio.py", line 286, in expect_float
raise exception("expected float at end.")
Exception: Parsing audio spec u'<loop>beating hearts bgmusic.mp3': expected float at end..
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Beating Hearts 2.0
Wed Jul 25 07:38:48 2018
Code: Select all
# These display lines of dialogue.
play music "<loop>beating hearts bgmusic.mp3"
u "Okay, before we start, %(player_name)s- would you like an explanation of the world this is set in?"