- Feb 13, 2021
- 188
- 211
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('gui/button/choice_idle_background.png') at 0x0000000007efd850>:
File "game/script.rpy", line 105, in script
menu confirm_name:
File "game/gui.rpy", line 225, in menu_override
OSError: Couldn't find file 'gui/button/choice_idle_background.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 105, in script
menu confirm_name:
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "game/gui.rpy", line 225, in menu_override
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\core.py", line 3377, 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\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\screen.py", line 704, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 1105, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\behavior.py", line 885, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 1369, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\imagelike.py", line 277, in render
crend = render(image, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 295, in get
surf = image.load()
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 720, in load
raise e
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 685, in load
filelike = renpy.loader.load(self.filename)
File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/button/choice_idle_background.png'.
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Fog_Of_War 0.3.3
Sat Oct 7 20:27:27 2023
I uploaded a fix, in the comment above. Look for the Screens.rpy file.error after putting a custom nameCode:I'm sorry, but an uncaught exception occurred. While loading <renpy.display.im.Image object ('gui/button/choice_idle_background.png') at 0x0000000007efd850>: File "game/script.rpy", line 105, in script menu confirm_name: File "game/gui.rpy", line 225, in menu_override OSError: Couldn't find file 'gui/button/choice_idle_background.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 105, in script menu confirm_name: File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\ast.py", line 1903, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "game/gui.rpy", line 225, in menu_override File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\exports.py", line 1010, in menu rv = renpy.store.menu(new_items) File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\exports.py", line 1250, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\core.py", line 3377, 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\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\core.py", line 3912, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\core.py", line 2602, in draw_screen surftree = renpy.display.render.render_screen( File "render.pyx", line 495, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\screen.py", line 704, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 1105, in render surf = render(d, width - x, rh, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\behavior.py", line 885, in render rv = super(Button, self).render(width, height, st, at) File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\layout.py", line 1369, in render back = render(style.background, bw, bh, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\imagelike.py", line 277, in render crend = render(image, width, height, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 627, in render return cache.get(self, render=True) File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 295, in get surf = image.load() File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 720, in load raise e File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\display\im.py", line 685, in load filelike = renpy.loader.load(self.filename) File "C:\Users\Romario\Desktop\Fog_Of_War0.3.3-0.3.3-pc\renpy\loader.py", line 820, in load raise IOError("Couldn't find file '%s'." % name) OSError: Couldn't find file 'gui/button/choice_idle_background.png'. Windows-10-10.0.22621 AMD64 Ren'Py 8.0.3.22090809 Fog_Of_War 0.3.3 Sat Oct 7 20:27:27 2023
Thanks for the file. I overwrote the existing screens.rpy in the game folder, but still receive an error when trying to load any save from chapter 2 Even when I haven't copied the MultiMod files into the game folder, it would still come up with the error. Do I need to start the game from scratch or were other guys here able to load their saves?For those who are getting errors with the multimod please use this! This should fix the issue! If there are other issues let me know and i may be able to fix them!
So when you say you havent copied to multimod files over, is that all you tried? or did you also try with the multimod installed?Thanks for the file. I overwrote the existing screens.rpy in the game folder, but still receive an error when trying to load any save from chapter 2 Even when I haven't copied the MultiMod files into the game folder, it would still come up with the error. Do I need to start the game from scratch or were other guys here able to load their saves?
If anyone could help me to find a solution, I would highly appreciate it! Traceback attached below.
Also it looks like this is the traceback file from after you tried rolling back, can you post the very first error message you get? If you dont mind please do a fresh install of the game, without adding any files and see if any errors occur?Thanks for the file. I overwrote the existing screens.rpy in the game folder, but still receive an error when trying to load any save from chapter 2 Even when I haven't copied the MultiMod files into the game folder, it would still come up with the error. Do I need to start the game from scratch or were other guys here able to load their saves?
If anyone could help me to find a solution, I would highly appreciate it! Traceback attached below.
Thanks for your responses! So, I tried to run the game without the Multimod from my Download folder but it would still lead to an error when trying to load a save from chapter 2. And I copied the game into another folder (on another drive) where I also have Chapter 2 installed, copied the Multimod files into the game folder and then overwrote the screen.rpy file in there. To no avail, still leads to an error.Also it looks like this is the traceback file from after you tried rolling back, can you post the very first error message you get? If you dont mind please do a fresh install of the game, without adding any files and see if any errors occur?
Okay, another question did you save on like a thank you screen, or a special thanks screen? If so try loading an autosave or a saveThanks for your responses! So, I tried to run the game without the Multimod from my Download folder but it would still lead to an error when trying to load a save from chapter 2. And I copied the game into another folder (on another drive) where I also have Chapter 2 installed, copied the Multimod files into the game folder and then overwrote the screen.rpy file in there. To no avail, still leads to an error.
Attached is the traceback file from straight when I tried to load the save from end of chapter 2, this time without rollback.
Thanks mate for checking back and for the advice. I tried to load other saves as there were occasions when other saves would work. But not with this game, unfortunately. If nothing works, I guess I will have to start again and skip as much as possible until chapter 3 starts. But usually, I always click one screen back to save the game before the announcement of the end of the chapter, as you recommended.Okay, another question did you save on like a thank you screen, or a special thanks screen? If so try loading an autosave or a save
right before that and see if it works. The save icon may look something like this? For Future reference only save on scenes were the dev says save here, or a random scene prior to the chapter end. DONT SAVE on any screen that says something along the lines of "Thank you for playing Chapter 2..." most of the time when the dev comes out with the new chapter they remove those lines, so when you go to load on them, they no longer exist.
If your not sure, you can post me your saves!
Did you by chance use the cheats mod to increase your relationship with the characters? Im getting the same error that you are on mine version so im thinking your save is just corrupted, i noticed that when i clicked on the cheats button after rolling back, that the relationship stats were all set past 100, which may have caused an issue. Most likely you will just have to start over, because even i couldnt get your save to load. I can try seeing if i can edit the save file and make it useable again but i doubt it. Sorry i couldnt be of more help!Thanks mate for checking back and for the advice. I tried to load other saves as there were occasions when other saves would work. But not with this game, unfortunately. If nothing works, I guess I will have to start again and skip as much as possible until chapter 3 starts. But usually, I always click one screen back to save the game before the announcement of the end of the chapter, as you recommended.
I am attaching my saves, I have really no idea why it is not working (seems I cannot attach the folder, only single files).
Yeah, it looks like the your save has some variables that were made redundant in this update, im not sure what happened. But im not quite knowledgeable enough to fix it. It doesnt seem to be because the relationship points were made over 100 since i did the same thing and mine still works. (Edit: i opened yours and my saves in a save file editor to compare, and the vast majority of your variables in your save files are corrupted as can be, they arent even readable. Im not sure what happened to be honest. but i cant fix this. Sorry)Thanks mate for checking back and for the advice. I tried to load other saves as there were occasions when other saves would work. But not with this game, unfortunately. If nothing works, I guess I will have to start again and skip as much as possible until chapter 3 starts. But usually, I always click one screen back to save the game before the announcement of the end of the chapter, as you recommended.
I am attaching my saves, I have really no idea why it is not working (seems I cannot attach the folder, only single files).
Thanks a lot for checking and even comparing the save files, I didn't even know there was a tool for that! You are right, I had changed the relationship stats to 100 or above, and then it might have increased further naturally based on decisions in the game. It's really strange that the save files are corrupted, I wonder if I might have rewatched some scenes in the gallery and if that could have caused some changes in the save files... Yesterday, I started "Returning to Mia" and first also got an error message when I tried to save a load in the updated game. But when I copied the Mod into the game folder and restarted the game, it would warn me about the save being from a different chapter and maybe corrupted but it would still load and I could continue the game and my paths. So, sometimes these things are really strange and can take a positive turn or a negative one.Yeah, it looks like the your save has some variables that were made redundant in this update, im not sure what happened. But im not quite knowledgeable enough to fix it. It doesnt seem to be because the relationship points were made over 100 since i did the same thing and mine still works. (Edit: i opened yours and my saves in a save file editor to compare, and the vast majority of your variables in your save files are corrupted as can be, they arent even readable. Im not sure what happened to be honest. but i cant fix this. Sorry)