KhaiFirst

Well-Known Member
Feb 27, 2021
1,349
1,002
230
Got chemist's daughter quest, met him at the mall, went back to work a couple days later and did the performance review to give her a 10% raise, but I haven't ever seen any follow up on the quest afterwards. Does anyone know of a way to fix this?

Been around 2 weeks ingame, so I should have probably seen the next event by now, right??

Also, for some reason even though it says the requirements are met for the past month, and says "it will be unlocked the following day", MC's mother isn't triggering the unlock event for the Anal fetish. Is it gated behind some kind of event or is it just bugged?
what version game ? "chemist daughter quest" meet father in cafe?
 

Tiphoon

New Member
Dec 12, 2021
11
3
38
this what i got after Overiding once i droped the Mod Pack I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: C:\Users\user\Downloads\LabRats2-Reformulate-2025.04-market/renpy/common/00layeredimage_ren.py and C:\Users\user\Downloads\LabRats2-Reformulate-2025.04-market/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 435, in main
renpy.game.script.load_script() # sets renpy.game.script.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "renpy/script.py", line 421, in load_script
self.load_appropriate_file(".rpyc", ["_ren.py", ".rpy"], dir, fn, initcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/script.py", line 962, in load_appropriate_file
raise Exception(
"{} conflict, and can't exist in the same game.".format(" and ".join(i[1] for i in rpyfns))
)
Exception: C:\Users\user\Downloads\LabRats2-Reformulate-2025.04-market/renpy/common/00layeredimage_ren.py and C:\Users\user\Downloads\LabRats2-Reformulate-2025.04-market/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.2.25101201+nightly

Thu Nov 20 21:52:52 2025
 

GrizzlyUK

Active Member
Oct 21, 2019
579
571
288
this what i got after Overiding once i droped the Mod Pack I'm sorry, but an uncaught exception occurred.
As per the Overview in the OP:
This is a continuation of Lab Rats 2 game created by VREN with a range of new features and enhancements to make the game more enjoyable and configurable to your own preferences.
The original Lab Rats 2 game has been abandoned by VREN and so the team working on the Lab Rats 2 Mod & Bug Fix Packs decided to continue their work so that they could keep the game alive. They then created Lab Rats 2 Reformulate, which is a combined Lab Rats 2 base game plus the Mod & Bug Fix Packs already incorporated. This means that if you're using Lab Rats 2 Reformulate you no longer need to install any version of either the original Lab Rats 2 or the old Mod & Bug Fix Packs.

You'll need to delete the contents of your "C:\Users\user\Downloads\LabRats2-Reformulate-2025.04-market" folder and then extract the contents of the LabRats2-Reformulate-2025.04-market archive again. DO NOT install any version of the original Lab Rats 2, because it is NOT needed! DO NOT install any old Mod & Bug Fix Packs, because they are NOT needed!
 
  • Like
Reactions: ZacariasF100

Deane9850

Active Member
Jan 4, 2018
649
677
302
this what i got after Overiding once i droped the Mod Pack I'm sorry, but an uncaught exception occurred.
(..snipe..)
Exception: C:\Users\user\Downloads\LabRats2-Reformulate-2025.04-market/renpy/common/00layeredimage_ren.py and C:\Users\user\Downloads\LabRats2-Reformulate-2025.04-market/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.2.25101201+nightly

Thu Nov 20 21:52:52 2025
delete the 2 folders on the same level with game folder. replace with folders from the mod pack.
its renpy moved its stuff around so your unused file borked it.
 
  • Like
Reactions: Tiphoon

Tiphoon

New Member
Dec 12, 2021
11
3
38
i did overide & replace them even deleted old save file's ill try agin like you sugested see it it worked..it it did i wont replay :)
 

pjAvS

New Member
Jul 18, 2025
1
0
0
came back after some time. did git install...


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/personality_types/sex_beg_finish_override_ren.py", line 12, in script
init 5 python:
File "game/personality_types/sex_beg_finish_override_ren.py", line 35, in <module>
inject_sex_beg_finish_labels()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "game/personality_types/sex_beg_finish_override_ren.py", line 18, in inject_sex_beg_finish_labels
hook_label(lbl, enhanced_sex_beg_finish)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/bugfix_additions/ast_label_hook_ren.py", line 83, in hook_label
return hook_opcode(node_label, func)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "game/bugfix_additions/ast_label_hook_ren.py", line 51, in hook_opcode
hook = ASTHook(("AWSWMod", 1), func, node)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/bugfix_additions/ast_label_hook_ren.py", line 17, in __init__
self.hook_func = hook_func_
^^^^^^^^^^^^^^
AttributeError: 'ASTHook' object has no attribute 'hook_func' and no __dict__ for setting new attributes

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):
File "game/personality_types/sex_beg_finish_override_ren.py", line 12, in script
init 5 python:
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/personality_types/sex_beg_finish_override_ren.py", line 35, in <module>
inject_sex_beg_finish_labels()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "game/personality_types/sex_beg_finish_override_ren.py", line 18, in inject_sex_beg_finish_labels
hook_label(lbl, enhanced_sex_beg_finish)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/bugfix_additions/ast_label_hook_ren.py", line 83, in hook_label
return hook_opcode(node_label, func)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "game/bugfix_additions/ast_label_hook_ren.py", line 51, in hook_opcode
hook = ASTHook(("AWSWMod", 1), func, node)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/bugfix_additions/ast_label_hook_ren.py", line 17, in __init__
self.hook_func = hook_func_
^^^^^^^^^^^^^^
AttributeError: 'ASTHook' object has no attribute 'hook_func' and no __dict__ for setting new attributes

Linux-6.17.7-zen1-1-zen-x86_64-with-glibc2.42 x86_64
Ren'Py 8.4.1.25072401+unofficial
Lab Rats 2 - Down to Business 2025.04
Mon Nov 24 16:43:41 2025
 
4.60 star(s) 79 Votes