help guys I'm getting this error every time I play WT:silver edition
While running game code:
File "renpy/common/00start.rpy", line 212, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 823, in script
$ renpy.play('sounds/arcade.wav')
File "game/script.rpy", line 823, in <module>
$ renpy.play('sounds/arcade.wav')
Exception: Audio channel 'audio 0' is unknown.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 212, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 823, in script
$ renpy.play('sounds/arcade.wav')
File "C:\Games\WT_Silver_1.17-win\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Games\WT_Silver_1.17-win\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 823, in <module>
$ renpy.play('sounds/arcade.wav')
File "C:\Games\WT_Silver_1.17-win\renpy\exports.py", line 3250, in play
renpy.audio.music.play(filename, channel=channel, **kwargs)
File "C:\Games\WT_Silver_1.17-win\renpy\audio\music.py", line 87, in play
c = get_channel(channel)
File "C:\Games\WT_Silver_1.17-win\renpy\audio\audio.py", line 711, in get_channel
c = get_channel("{} {}".format(name, i))
File "C:\Games\WT_Silver_1.17-win\renpy\audio\audio.py", line 740, in get_channel
raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel 'audio 0' is unknown.