I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images/Gallery/maingallery.rpy", line 3, in script
call screen gallerymain
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/images/Gallery/maingallery.rpy", line 3, in script
call screen gallerymain
File "E:\Game\Apocalypse-0.4.2-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "E:\Game\Apocalypse-0.4.2-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\core.py", line 3234, in interact_core
renpy.display.focus.mouse_handler(None, x, y, default=False)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\focus.py", line 407, in mouse_handler
return change_focus(new_focus, default=default)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\focus.py", line 362, in change_focus
set_focused(current, newfocus.arg, newfocus.screen)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\focus.py", line 109, in set_focused
new_tooltip = widget._get_tooltip()
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\behavior.py", line 749, in _get_tooltip
return get_tooltip(self.action)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\behavior.py", line 363, in get_tooltip
rv = get_tooltip(i)
File "E:\Game\Apocalypse-0.4.2-pc\renpy\display\behavior.py", line 373, in get_tooltip
return func()
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Apocalypse 0.4.2