4.60 star(s) 69 Votes

JoeRiks

New Member
Apr 16, 2024
2
1
CousinlyHate91Turns.png

I am getting assertions error for this serum
Hare is the assertion error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game_loops/advance_time.rpy", line 154, in <module>
ValueError: int() base must be >= 2 and <= 36, or 0

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

Full traceback:
File "script.rpyc", line 465, in script call
File "script.rpyc", line 461, in script call
File "general_actions/location_actions/business_actions.rpyc", line 46, in script call
File "game_loops/advance_time.rpyc", line 50, in script call
File "game_loops/advance_time.rpyc", line 151, in script
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_loops/advance_time.rpy", line 154, in <module>
File "game/game_loops/advance_time_definition_ren.py", line 258, in advance_time_run_day
File "game/major_game_classes/character_related/Person_ren.py", line 2141, in run_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumDesign_ren.py", line 244, in run_on_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumTrait_ren.py", line 127, in run_on_day
File "game/major_game_classes/serum_related/serums/_nora_serum_traits_ren.py", line 54, in nora_reward_cousin_trait_on_day
ValueError: int() base must be >= 2 and <= 36, or 0

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2024.08
Sat Mar 29 17:08:10 2025
 

LZ_Starbuck

Member
Modder
Mar 25, 2019
192
344
View attachment 4693352

I am getting assertions error for this serum
Hare is the assertion error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game_loops/advance_time.rpy", line 154, in <module>
ValueError: int() base must be >= 2 and <= 36, or 0

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

Full traceback:
File "script.rpyc", line 465, in script call
File "script.rpyc", line 461, in script call
File "general_actions/location_actions/business_actions.rpyc", line 46, in script call
File "game_loops/advance_time.rpyc", line 50, in script call
File "game_loops/advance_time.rpyc", line 151, in script
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_loops/advance_time.rpy", line 154, in <module>
File "game/game_loops/advance_time_definition_ren.py", line 258, in advance_time_run_day
File "game/major_game_classes/character_related/Person_ren.py", line 2141, in run_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumDesign_ren.py", line 244, in run_on_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumTrait_ren.py", line 127, in run_on_day
File "game/major_game_classes/serum_related/serums/_nora_serum_traits_ren.py", line 54, in nora_reward_cousin_trait_on_day
ValueError: int() base must be >= 2 and <= 36, or 0

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2024.08
Sat Mar 29 17:08:10 2025
Thanks for the report. This bug is fixed in the next version.

Highly recommend anyone interested in staying up with the game to join the Discord channel. It is our primary means of communicating about the game and where we gather feedback and opinions on new content!
 
Sep 5, 2020
33
32
View attachment 4693352

I am getting assertions error for this serum
Hare is the assertion error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game_loops/advance_time.rpy", line 154, in <module>
ValueError: int() base must be >= 2 and <= 36, or 0

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

Full traceback:
File "script.rpyc", line 465, in script call
File "script.rpyc", line 461, in script call
File "general_actions/location_actions/business_actions.rpyc", line 46, in script call
File "game_loops/advance_time.rpyc", line 50, in script call
File "game_loops/advance_time.rpyc", line 151, in script
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_loops/advance_time.rpy", line 154, in <module>
File "game/game_loops/advance_time_definition_ren.py", line 258, in advance_time_run_day
File "game/major_game_classes/character_related/Person_ren.py", line 2141, in run_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumDesign_ren.py", line 244, in run_on_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumTrait_ren.py", line 127, in run_on_day
File "game/major_game_classes/serum_related/serums/_nora_serum_traits_ren.py", line 54, in nora_reward_cousin_trait_on_day
ValueError: int() base must be >= 2 and <= 36, or 0

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2024.08
Sat Mar 29 17:08:10 2025
I believe antidote is the problem. Speed up serum effect is a problem too
 
  • Like
Reactions: Draakaap23

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,228
2,801
View attachment 4693352

I am getting assertions error for this serum
Hare is the assertion error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game_loops/advance_time.rpy", line 154, in <module>
ValueError: int() base must be >= 2 and <= 36, or 0

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

Full traceback:
File "script.rpyc", line 465, in script call
File "script.rpyc", line 461, in script call
File "general_actions/location_actions/business_actions.rpyc", line 46, in script call
File "game_loops/advance_time.rpyc", line 50, in script call
File "game_loops/advance_time.rpyc", line 151, in script
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Purchased\Games\LabRats2-Reformulate-2024.08-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_loops/advance_time.rpy", line 154, in <module>
File "game/game_loops/advance_time_definition_ren.py", line 258, in advance_time_run_day
File "game/major_game_classes/character_related/Person_ren.py", line 2141, in run_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumDesign_ren.py", line 244, in run_on_day
File "game/bugfix_additions/messaging_customization_ren.py", line 41, in generic_messages_wrapper
File "game/major_game_classes/serum_related/SerumTrait_ren.py", line 127, in run_on_day
File "game/major_game_classes/serum_related/serums/_nora_serum_traits_ren.py", line 54, in nora_reward_cousin_trait_on_day
ValueError: int() base must be >= 2 and <= 36, or 0

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2024.08
Sat Mar 29 17:08:10 2025
How the hell did you get a duration of 91 turns while it only adds up to 15? And aren't these ' duration' traits supposed to be mutually exclusive?
 

JoeRiks

New Member
Apr 16, 2024
2
1
How the hell did you get a duration of 91 turns while it only adds up to 15? And aren't these ' duration' traits supposed to be mutually exclusive?
I have tested with the 2024_8 version

Only those traits which are marked as mutually exclusive in the traits list are mutally exclusive.

The tier 3 duration trait "Self Replicating Serum" adds a second degree polynomial (n-1)(n-2)/2 duration effect on top of the other duration effects, so with a +2 duration side effect I should be able to reach 122 turns with a little bit of save scumming, but i haven't tested this.

The effects do stack across serums, so if you give a girl several "Pleasure Center Stimulator" serums the effect increases.
 
Last edited:
  • Like
Reactions: oldshoe

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,429
16,927
Yes I know its been posted above in pic format but I think it also needed to be posted like this so people can copy and paste if needed.
Lab Rats 2 - Reformulate official Discord Server.

Starbuck — 3/29/2025 8:02 PM
State of the Game
There have been questions about the game lately as far as when is the next major update, is this game abandoned, etc. So, I decided to do a quick state of the game post that I can throw in the FAQ channel for people to point to for a bit.

First off, the next master update is basically finished, but we only have one developer who makes the master version updates, and he is currently unable to upload a new master version due to internet limitations. He’s working on it, but it is hard to say when the new All in One installer and master versions will be brought up to date until that issue gets resolved. I’ve stopped trying to make time estimates on this because I straight up don’t know when it’ll be resolved, but I suspect soon.

Secondly, there have been some questions about why there is so little new content available. There are two reasons for that:
I’ve been very busy with work related stuff and haven’t had a ton of time to write new content.
I’ve been working on some back end coding changes to try and make it easier to create and expand content in the future, especially for moddrs.
Neither of those things are glamorous work but I think they will be good for the long term health of the game.

Lastly, no, the game is not abandoned, and while I’m only speaking for myself, I’m still actively working on new things for people to enjoy and I’m really looking forward to seeing how the game develops once we get some back end items taken care of. I’ve been working on this game for 6+ years now, and while I will hang it up someday, it isn’t going to be anytime soon.

There. Now the next person who asks if the game is dead gets tossed out the airlock.
 

Untolddead

Member
Dec 22, 2018
113
329
Does anyone have an xml file with different uniforms? I thought there used to be one but I can't find it. Edit: Never mind I found it!
 
Last edited:
4.60 star(s) 69 Votes