I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 459, in script call
$ picked_option.call_action()
File "game/script.rpy", line 468, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 485, in script
$ mc.location.show_background() # redraw background (is cleared by map)
File "game/script.rpy", line 485, in <module>
$ mc.location.show_background() # redraw background (is cleared by map)
KeyError: <renpy.display.im.Image object ('images/background_images/Beach_Background.png') at 0x00000000285b7850>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 459, in script call
$ picked_option.call_action()
File "game/script.rpy", line 468, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 485, in script
$ mc.location.show_background() # redraw background (is cleared by map)
File "E:\LabRats2-Reformulate-2024.05B-pc\LabRats2-Reformulate-2024.05B-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\LabRats2-Reformulate-2024.05B-pc\LabRats2-Reformulate-2024.05B-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 485, in <module>
$ mc.location.show_background() # redraw background (is cleared by map)
File "game/major_game_classes/game_logic/Room_ren.py", line 149, in show_background
bg_image = bg_manager.background(self.background_name)
File "game/major_game_classes/game_logic/BackGroundManager_ren.py", line 31, in background
return BackGroundManager.bg_list[name]
KeyError: <renpy.display.im.Image object ('images/background_images/Beach_Background.png') at 0x00000000285b7850>
Windows-10-10.0.22621 AMD64
Ren'Py 8.2.1.24030407
Lab Rats 2 - Down to Business 2024.06-code-beta
Thu Jun 27 04:54:33 2024
Can you help me?