Mod Ren'Py Apartment #69 - Lain's Walkthrough & Improvements Mod [v0.05] [Maim Lain]

5.00 star(s) 1 Vote

Kaotiic88

New Member
Oct 16, 2019
5
2
Got 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
 
May 12, 2023
144
183
Got 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
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" folder
 
  • Like
Reactions: Kaotiic88

Kaotiic88

New Member
Oct 16, 2019
5
2
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" folder
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 reply
 

player6969666

Member
Jan 30, 2020
272
115
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
 

Kaotiic88

New Member
Oct 16, 2019
5
2
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
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.
 

Docc777

Member
May 14, 2018
115
93
I have a question. I have multiple events "Memory Available", "Millie Memory Available". . . And when i click on it nothing happens. It is a complete new game without any mod. Hope somebody can help me out!
 

DupeMe

Newbie
Apr 5, 2021
90
88
I have 0.6 working nice with extra galery but now 07 just stack can't move and lost extra scenes
 
5.00 star(s) 1 Vote