I get the following error whenever I boot up the game, if I click ignore it starts a new game and I can access the settings menu and navigate the game from there, but whenever I try to go to the main menu I get this error. I have the taboo patch and save name patch installed.
[/CODE]
Code:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 386, in execute
screen main_menu():
File "game/screens.rpy", line 386, in execute
screen main_menu():
File "game/screens.rpy", line 394, in execute
imagebutton auto "gui/patreon_%s.png":
Exception: Imagebutton does not have a idle image. (auto='gui/patreon_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 386, in execute
screen main_menu():
File "game/screens.rpy", line 386, in execute
screen main_menu():
File "game/screens.rpy", line 394, in execute
imagebutton auto "gui/patreon_%s.png":
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\ui.py", line 948, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\Massawar\Desktop\FriendsinNeed-pc\renpy\ui.py", line 942, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='gui/patreon_%s.png').
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Friends in Need v.0.57
Fri Feb 2 18:10:15 2024