Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/script.rpy", line 6, in script
"Welcome to the tutorial! You will play most of the game as Miles. "
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "renpy/common/00library.rpy", line 106, in _default_empty_window
store.narrator.empty_window()
File "game/screens.rpy", line 800, in execute
screen say(who, what):
File "game/screens.rpy", line 800, in execute
screen say(who, what):
File "game/screens.rpy", line 815, in execute
add Tail()
File "game/gui.rpy", line 417, in Tail
tag = renpy.get_say_image_tag()
AttributeError: 'module' object has no attribute 'get_say_image_tag'

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

Full traceback:
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/bootstrap.py", line 305, in
bootstrap
renpy.main.main()
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/main.py", line 499, in main
run(restart)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/main.py", line 147, in run
renpy.execution.run_context(True)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/execution.py", line 795, in
run_context
context.run()
File "game/script.rpy", line 6, in script
"Welcome to the tutorial! You will play most of the game as Miles. "
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/ast.py", line 590, in
execute
statement_name("say")
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/ast.py", line 43, in
statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/exports.py", line 1406, in
with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/display/core.py", line 2123,
in do_with
clear=clear)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/display/core.py", line 2537,
in interact
self.show_window()
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/display/core.py", line 2106,
in show_window
renpy.config.empty_window()
File "renpy/common/00library.rpy", line 106, in _default_empty_window
store.narrator.empty_window()
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/character.py", line 835, in
empty_window
self("", interact=False, _call_done=False)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/character.py", line 911, in
__call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/character.py", line 747, in
do_display
**display_args)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/character.py", line 497, in
display_say
what_text = show_function(who, what_string)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/character.py", line 731, in
do_show
**self.show_args)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/character.py", line 286, in
show_display_say
return renpy.display.screen.get_widget(screen, "what", layer)
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/display/screen.py", line
1204, in get_widget
screen.update()
File "/Volumes/LimaBean/_G/_RenPy/_renpy-6.99.13-sdk/renpy/display/screen.py", line
580, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 800, in execute
screen say(who, what):
File "game/screens.rpy", line 800, in execute
screen say(who, what):
File "game/screens.rpy", line 815, in execute
add Tail()
File "<screen language>", line 815, in <module>
File "game/gui.rpy", line 417, in Tail
tag = renpy.get_say_image_tag()
AttributeError: 'module' object has no attribute 'get_say_image_tag'

Darwin-17.5.0-x86_64-i386-64bit
Ren'Py 6.99.13.2919
Welcome to Temptation 1.0

You might also like