Вы находитесь на странице: 1из 3

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/script.rpy", line 120, in script
python:
File "game/script.rpy", line 124, in <module>
battle("", round1={0:{'jump':"two", 'name':"Dodge the attack"}, 1:
{'jump':"three", 'name': "Stop time"}})
File "game/Fights/Fight1_1/battle1.rpy", line 32, in battle
renpy.pause()
File "game/Fights/Fight1_1/battle1.rpy", line 42, in execute
screen battle_1:
File "game/Fights/Fight1_1/battle1.rpy", line 42, in execute
screen battle_1:
File "game/Fights/Fight1_1/battle1.rpy", line 44, in execute
frame background Frame("frame.png"):
File "game/Fights/Fight1_1/battle1.rpy", line 50, in execute
viewport:
File "game/Fights/Fight1_1/battle1.rpy", line 54, in execute
vbox spacing 15:
File "game/Fights/Fight1_1/battle1.rpy", line 56, in execute
for battle in m_battle:
File "game/Fights/Fight1_1/battle1.rpy", line 59, in execute
if ima:
File "game/Fights/Fight1_1/battle1.rpy", line 62, in execute
hbox:
File "game/Fights/Fight1_1/battle1.rpy", line 68, in execute
frame xpos 0.015 xmaximum 580 xpadding 20 ypadding 10 background
Frame("gui/button/choice_background.png", 750, 275):
File "game/Fights/Fight1_1/battle1.rpy", line 69, in execute
vbox:
File "game/Fights/Fight1_1/battle1.rpy", line 74, in execute
for k, v in sort:
File "game/Fights/Fight1_1/battle1.rpy", line 75, in execute
textbutton "%s"%(v.get('name', 'round1 %s'%(k) )) style "choicez":
File "game/Fights/Fight1_1/battle1.rpy", line 75, in keywords
textbutton "%s"%(v.get('name', 'round1 %s'%(k) )) style "choicez":
File "renpy/common/00action_audio.rpy", line 58, in __init__
selected = renpy.music.is_music(channel)
Exception: Audio channel u'sfx1' is unknown.

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

Full traceback:
File "game/script.rpy", line 120, in script
python:
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-sdk\renpy\ast.py", line
862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-sdk\renpy\python.py",
line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 124, in <module>
battle("", round1={0:{'jump':"two", 'name':"Dodge the attack"}, 1:
{'jump':"three", 'name': "Stop time"}})
File "game/Fights/Fight1_1/battle1.rpy", line 32, in battle
renpy.pause()
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-sdk\renpy\exports.py",
line 1330, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-sdk\renpy\ui.py", line
287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\core.py", line 3033, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\core.py", line 3033, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/Fights/Fight1_1/battle1.rpy", line 42, in execute
screen battle_1:
File "game/Fights/Fight1_1/battle1.rpy", line 42, in execute
screen battle_1:
File "game/Fights/Fight1_1/battle1.rpy", line 44, in execute
frame background Frame("frame.png"):
File "game/Fights/Fight1_1/battle1.rpy", line 50, in execute
viewport:
File "game/Fights/Fight1_1/battle1.rpy", line 54, in execute
vbox spacing 15:
File "game/Fights/Fight1_1/battle1.rpy", line 56, in execute
for battle in m_battle:
File "game/Fights/Fight1_1/battle1.rpy", line 59, in execute
if ima:
File "game/Fights/Fight1_1/battle1.rpy", line 62, in execute
hbox:
File "game/Fights/Fight1_1/battle1.rpy", line 68, in execute
frame xpos 0.015 xmaximum 580 xpadding 20 ypadding 10 background
Frame("gui/button/choice_background.png", 750, 275):
File "game/Fights/Fight1_1/battle1.rpy", line 69, in execute
vbox:
File "game/Fights/Fight1_1/battle1.rpy", line 74, in execute
for k, v in sort:
File "game/Fights/Fight1_1/battle1.rpy", line 75, in execute
textbutton "%s"%(v.get('name', 'round1 %s'%(k) )) style "choicez":
File "game/Fights/Fight1_1/battle1.rpy", line 75, in keywords
textbutton "%s"%(v.get('name', 'round1 %s'%(k) )) style "choicez":
File "<screen language>", line 76, in <module>
File "renpy/common/00action_audio.rpy", line 58, in __init__
selected = renpy.music.is_music(channel)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\audio\music.py", line 293, in is_music
c = get_channel(channel)
File "C:\Users\newmiracleeveryday\Desktop\renpy-6.99.14.3-
sdk\renpy\audio\audio.py", line 778, in get_channel
raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel u'sfx1' is unknown.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
newproj 1.0
Fri Mar 08 09:22:02 2019

Вам также может понравиться