- May 12, 2023
- 144
- 183
Got this after getting to the new apartment after the intro
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 85, in execute
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 86, in execute
File "game/mod/Lain_Overrides.rpy", line 114, in execute
File "game/mod/Lain_Overrides.rpy", line 114, in execute
File "game/mod/Lain_Overrides.rpy", line 162, in execute
Exception: Imagebutton does not have a idle image. (auto=u'mod/images/tb_mod_btn_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/apartment/livingroom/controllers.rpyc", line 43, in script
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 85, in execute
File "game/scripts/locations/apartment/livingroom/screen.rpy", line 86, in execute
File "game/mod/Lain_Overrides.rpy", line 114, in execute
File "game/mod/Lain_Overrides.rpy", line 114, in execute
File "game/mod/Lain_Overrides.rpy", line 162, in execute
File "renpy/ui.py", line 951, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 945, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'mod/images/tb_mod_btn_%s.png').
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Apartment #69 0.07
Fri May 19 15:52:06 2023
I just tried it and I didn't get that, so it has to be some sort of conflict on your side somewhere. Try a fresh game & mod install if you didn't do so already and put the folders from the mod download inside the "game" folderGot this after getting to the new apartment after the intro
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute File "game/scripts/locations/apartment/livingroom/screen.rpy", line 85, in execute File "game/scripts/locations/apartment/livingroom/screen.rpy", line 86, in execute File "game/mod/Lain_Overrides.rpy", line 114, in execute File "game/mod/Lain_Overrides.rpy", line 114, in execute File "game/mod/Lain_Overrides.rpy", line 162, in execute Exception: Imagebutton does not have a idle image. (auto=u'mod/images/tb_mod_btn_%s.png'). -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/locations/apartment/livingroom/controllers.rpyc", line 43, in script File "renpy/ast.py", line 2015, in execute self.call("execute") File "renpy/ast.py", line 2003, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/exports.py", line 3136, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3737, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3737, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute File "game/scripts/locations/apartment/livingroom/screen.rpy", line 1, in execute File "game/scripts/locations/apartment/livingroom/screen.rpy", line 85, in execute File "game/scripts/locations/apartment/livingroom/screen.rpy", line 86, in execute File "game/mod/Lain_Overrides.rpy", line 114, in execute File "game/mod/Lain_Overrides.rpy", line 114, in execute File "game/mod/Lain_Overrides.rpy", line 162, in execute File "renpy/ui.py", line 951, in _imagebutton idle = choice(idle, idle_image, "idle", required=True) File "renpy/ui.py", line 945, in choice raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto)) Exception: Imagebutton does not have a idle image. (auto=u'mod/images/tb_mod_btn_%s.png'). Windows-10-10.0.22621 Ren'Py 7.4.11.2266 Apartment #69 0.07 Fri May 19 15:52:06 2023
Yeah I had done it a couple times, but I made the mistake of pulling the folders out where I shouldn't have, so 3rd time was the charm lol. I was just about to delete my prior message when I saw your replyI just tried it and I didn't get that, so it has to be some sort of conflict on your side somewhere. Try a fresh game & mod install if you didn't do so already and put the folders from the mod download inside the "game" folder
Really... an outdated mod isn't working for the current version... who would have thought... it's big brain time...der mod geht nicht da kommt nur fehlermeldung
If you went to the 'unofficial mod' link, it should all be there. Just don't do what I did and start moving files/folders out from the mod folder etc., and just have them all as it comes.I am getting a ton of errors files not found when I try to load the mod files into the game file. And if I skip the errors it breaks the game. I did try a new download. The files seem to be missing from the mod
Millie needs the (uncensor) loli patch....It is a complete new game without any mod.
Ok. and what do i have to do regarding Alicia in the evening in the classroom? When i click on the "Memory Available" nothing happens either. Same in the Cafeteria during the Day.Millie needs the (uncensor) loli patch.
Might need you to clear someone else's event first? Check the guide from this mod....and what do i have to do regarding Alicia in the evening in the classroom?
Yes they areThanks! I assume loli patch and mod are compatible?
don't bother asking lain is Mia since marchPlease update to version 0.08
Another person updated the mod not Lain.don't bother asking lain is Mia since march