Post by Nemjen on Mar 4, 2016 16:20:58 GMT -8
Navigating directly to 'options' -> 'gameplay' on the main menu (after fade in) triggers the following exception.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 549, in execute
screen preferences:
File "game/screens.rpy", line 549, in execute
screen preferences:
File "game/screens.rpy", line 553, in execute
drag:
File "game/screens.rpy", line 560, in execute
fixed at tr_fadein(0):
File "game/screens.rpy", line 740, in execute
if option_show == 3:
File "game/screens.rpy", line 818, in execute
imagebutton:
File "game/screens.rpy", line 818, in keywords
imagebutton:
NameError: name 'BM' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 29, in script
$ ui.interact()
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\python.py", line 1461, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 29, in <module>
$ ui.interact()
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\ui.py", line 277, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2424, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2684, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 396, in visit_all
d.visit_all(callback)
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 396, in visit_all
d.visit_all(callback)
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 396, in visit_all
d.visit_all(callback)
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\screen.py", line 386, in visit_all
callback(self)
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2684, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\screen.py", line 396, in per_interact
self.update()
File "D:\SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\screen.py", line 565, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 549, in execute
screen preferences:
File "game/screens.rpy", line 549, in execute
screen preferences:
File "game/screens.rpy", line 553, in execute
drag:
File "game/screens.rpy", line 560, in execute
fixed at tr_fadein(0):
File "game/screens.rpy", line 740, in execute
if option_show == 3:
File "game/screens.rpy", line 818, in execute
imagebutton:
File "game/screens.rpy", line 818, in keywords
imagebutton:
File "<screen language>", line 824, in <module>
NameError: name 'BM' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.8.949
Release 1.00