#4
Post
by acsh » Fri Jan 15, 2016 8:14 am
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 14, in script
"I walk down the avenue, a lone figure in the wisps of yellow light and grey buildings."
File "game/screens.rpy", line 13, in execute
screen say(who, what, side_image=None, two_window=False):
File "game/screens.rpy", line 52, in execute
if side_image:
File "game/screens.rpy", line 55, in execute
add SideImage() xalign 0.0 yalign 1.0
Exception: Unknown transform property: 'scope'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 14, in script
"I walk down the avenue, a lone figure in the wisps of yellow light and grey buildings."
File "C:\Renpy\renpy\ast.py", line 594, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Renpy\renpy\exports.py", line 1021, in say
who(what, interact=interact)
File "C:\Renpy\renpy\character.py", line 826, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Renpy\renpy\character.py", line 688, in do_display
**display_args)
File "C:\Renpy\renpy\character.py", line 465, in display_say
what_text = show_function(who, what_string)
File "C:\Renpy\renpy\character.py", line 672, in do_show
**self.show_args)
File "C:\Renpy\renpy\character.py", line 275, in show_display_say
return renpy.display.screen.get_widget(screen, "what", layer)
File "C:\Renpy\renpy\display\screen.py", line 1119, in get_widget
screen.update()
File "C:\Renpy\renpy\display\screen.py", line 565, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 13, in execute
screen say(who, what, side_image=None, two_window=False):
File "game/screens.rpy", line 52, in execute
if side_image:
File "game/screens.rpy", line 55, in execute
add SideImage() xalign 0.0 yalign 1.0
File "C:\Renpy\renpy\sl2\sldisplayables.py", line 545, in sl2add
rv = Transform(child=d, **kwargs)
File "C:\Renpy\renpy\display\motion.py", line 563, in __init__
raise Exception("Unknown transform property: %r" % k)
Exception: Unknown transform property: 'scope'
Windows-8-6.2.9200
Ren'Py 6.99.5.602
Last Call 0.0