When I unlock the gallery with the console there are scenes in which I get this error. What I can do?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/core/dialogue_system.rpy", line 135, in say
Exception: Audio channel u'movie_images/ero/ep11/vishka_unicorn/1/1.webm_None' is unknown.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "tl/eng_ep_1/core/events/ep11/sex/ep11_vishka_unicorn_sex.rpyc", line 55, in script
File "tl/eng_ep_1/core/events/ep11/sex/ep11_vishka_unicorn_sex.rpyc", line 55, in script
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1415, in say
renpy.store.say(who, what, *args, **kwargs)
File "game/core/dialogue_system.rpy", line 135, in say
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, 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 3858, in interact_core
if renpy.display.video.frequent():
File "renpy/display/video.py", line 521, in frequent
update_playing()
File "renpy/display/video.py", line 509, in update_playing
m.stop()
File "renpy/display/video.py", line 465, in stop
renpy.audio.music.stop(channel=self.channel)
File "renpy/audio/music.py", line 282, in stop
c = get_channel(channel)
File "renpy/audio/audio.py", line 889, in get_channel
raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel u'movie_images/ero/ep11/vishka_unicorn/1/1.webm_None' is unknown.