Trollden

Member
Aug 8, 2017
253
326
Not sure if this has been reported/addressed (a cursory search/glance through the last few pages didn't turn up anything) but loading up an old (17.1) save gives me an error every time I move to a new part of the company:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8042, in script call
    $ the_greeter.call_dialogue("work_enter_greeting")
  File "game/personalities.rpy", line 1628, in script
    "[the_person.title] walks over to you when you come into the room."
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
  File "game/script.rpy", line 5038, in execute
    screen person_info_ui(the_person): #Used to display stats for a person while you're talking to them.
  File "game/script.rpy", line 5038, in execute
    screen person_info_ui(the_person): #Used to display stats for a person while you're talking to them.
  File "game/script.rpy", line 5063, in execute
    frame:
  File "game/script.rpy", line 5070, in execute
    hbox:
  File "game/script.rpy", line 5075, in execute
    vbox:
  File "game/script.rpy", line 5086, in execute
    for role in the_person.special_role:
  File "game/script.rpy", line 5087, in execute
    if not role.hidden:
AttributeError: 'Role' object has no attribute 'hidden'
ETA: Mucked around a bit more, and practically everything I do prompts from one to seven error messages. Is this a simple case of so much rejigging that old saves won't work, or is there anything I can do to salvage the grind?
It might not work, but all I can suggest is that you manually set the missing attributes via the console.
Python:
# First group the roles so you only have to run the following command once.
roles_to_update = [sister_role, head_researcher, mother_role, employee_role, cousin_role, aunt_role, alexia_role]

# After having created the list above through the console run this.
for role in roles_to_update:
    role.hidden = False

# Note that Alexia role is supposed to be hidden so you could do this afterwards to correct it if needed.

alexia_role.hidden = True
 
Last edited:
  • Like
Reactions: gregers

gregers

Forum Fanatic
Dec 9, 2018
4,388
5,538
It might not work, but all I can suggest is that you manually set the missing attributes via the console.
Python:
# First group the roles so you only have to run the following command once.
roles_to_update = [sister_role, head_researcher, mother_role, employee_role, cousin_role, aunt_role, alexia_role]

# After having created the list above through the console run this.
for role in roles_to_update:
    role.hidden = False

# Note that Alexia role is supposed to be hidden so you could do this afterwards to correct it if needed.

alexia_role.hidden = True
Didn't seem to do it, but cheers for the attempt.
 

czertik

Active Member
Apr 25, 2018
822
262
got this error, and looks there is just typo pesron instead or person
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8366, in script call
    $ the_person.call_dialogue("seduction_accept_crowded")
  File "game/personalities.rpy", line 1897, in script
    if the_pesrson.relationship == "Single":
  File "game/personalities.rpy", line 1897, in <module>
    if the_pesrson.relationship == "Single":
NameError: name 'the_pesrson' is not defined

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

Full traceback:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8366, in script call
    $ the_person.call_dialogue("seduction_accept_crowded")
  File "game/personalities.rpy", line 1897, in script
    if the_pesrson.relationship == "Single":
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.18.1-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.18.1-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.18.1-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/personalities.rpy", line 1897, in <module>
    if the_pesrson.relationship == "Single":
NameError: name 'the_pesrson' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.18.1
Tue Jul 16 21:24:48 2019
 

czertik

Active Member
Apr 25, 2018
822
262
and some questions
1) will girls/womans improve thier sex skills after you will manytimes screw them up ?
2) are there virgins (your cousin ?) with acompanyng text ?
3) an chance for anal/lickinng in current version or it is for future versions ?
4) any chance you will be caught in flangranti with your (married/fiance) employee with consecvences ?
5) chance for threesome, same as in prevous case, but now she is not (or mayby she is) bitch so you will have extra fun ?
6) chance for multiple male vs one your extremly slutty employe ?
7) it is posible to get your employe pregnant so you will be dady ?

and found some bug - in cv your employe have listed girlfriend..but she cals her "husband" and it have male name (or it is for her child ? but why only one name if she have here more?.
 

czertik

Active Member
Apr 25, 2018
822
262
another problem when striping sis at home
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8381, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8514, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8732, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8732, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8696, in script call
    call strip_menu(the_person) from _call_strip_menu
  File "game/script.rpy", line 8811, in script call
    $ renpy.call("strip_menu", the_person) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
  File "game/script.rpy", line 8811, in script call
    $ renpy.call("strip_menu", the_person) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
  File "game/script.rpy", line 8811, in script call
    $ renpy.call("strip_menu", the_person) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
  File "game/script.rpy", line 8809, in script
    $ the_person.draw_animated_removal(strip_choice)
  File "game/script.rpy", line 8809, in <module>
    $ the_person.draw_animated_removal(strip_choice)
  File "game/script.rpy", line 1802, in draw_animated_removal
    bottom_clothing, split_clothing, top_clothing = self.outfit.generate_split_draw_list(the_clothing, self, position, emotion, special_modifier) #Gets a split list of all of our clothing items.
  File "game/script.rpy", line 3407, in generate_split_draw_list
    middle_item = item_check
UnboundLocalError: local variable 'item_check' referenced before assignment

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

Full traceback:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8381, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8514, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8732, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8732, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8696, in script call
    call strip_menu(the_person) from _call_strip_menu
  File "game/script.rpy", line 8811, in script call
    $ renpy.call("strip_menu", the_person) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
  File "game/script.rpy", line 8811, in script call
    $ renpy.call("strip_menu", the_person) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
  File "game/script.rpy", line 8811, in script call
    $ renpy.call("strip_menu", the_person) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
  File "game/script.rpy", line 8809, in script
    $ the_person.draw_animated_removal(strip_choice)
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.18.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.18.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8809, in <module>
    $ the_person.draw_animated_removal(strip_choice)
  File "game/script.rpy", line 1802, in draw_animated_removal
    bottom_clothing, split_clothing, top_clothing = self.outfit.generate_split_draw_list(the_clothing, self, position, emotion, special_modifier) #Gets a split list of all of our clothing items.
  File "game/script.rpy", line 3407, in generate_split_draw_list
    middle_item = item_check
UnboundLocalError: local variable 'item_check' referenced before assignment

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.18.1
Tue Jul 16 22:39:22 2019
 

hameleona

Member
Oct 27, 2018
287
578
and some questions
1) will girls/womans improve thier sex skills after you will manytimes screw them up ?
2) are there virgins (your cousin ?) with acompanyng text ?
3) an chance for anal/lickinng in current version or it is for future versions ?
4) any chance you will be caught in flangranti with your (married/fiance) employee with consecvences ?
5) chance for threesome, same as in prevous case, but now she is not (or mayby she is) bitch so you will have extra fun ?
6) chance for multiple male vs one your extremly slutty employe ?
7) it is posible to get your employe pregnant so you will be dady ?

and found some bug - in cv your employe have listed girlfriend..but she cals her "husband" and it have male name (or it is for her child ? but why only one name if she have here more?.
1. I don't think so. Not that you want it to happen.
2. No. And especially not your cousin - she is the easiest to bed from all the girls in the game (probably bugged as fuck atm)
3. No.
4. No.
5. Haven't seen one. Probably no.
6. haven't seen any other males, tho you can whore out an employee in a random event.
7. No.
 

Chronos92

Newbie
Sep 25, 2017
68
19
I still dont get the slutiness for example with stephanie when you fuck her it appear to have all the core slutiness to the max but when you talk to her only one heart of core, to get all the hearts to core i need to suggest them with serum and make her have a orgasm or just give her suggestion serum constantly?
 

mecha_froggy

Active Member
Oct 17, 2018
913
1,661
That's kind of weird - LR1 you could get every character in it pregnant. In LR2 it's been removed entirely.
 

AxelMasters

Member
Jul 27, 2017
265
129
That's kind of weird - LR1 you could get every character in it pregnant. In LR2 it's been removed entirely.
Not really it's just that it hasn't been implemented yet, there are a lot of characters and personalities it would need to be adjusted for, say if you've got 10 workers, all their pregnancies would need to be handled separately, then you've got to program their reactions to the pregnancy, are they happy, sad, angry etc. These would be affected by traits, love, lust, obedience all that. Then they'd need to code how that'd affect other things such as work efficiency, and maybe even days off, that's not even taking into account the people who don't work for you and you find wandering around town and the special characters like Stephanie. All of this will make it take quite a while before it's ready, I'm pretty sure I've seen somewhere the dev is planning on adding it though.
 
  • Like
Reactions: hameleona

toolkitxx

Well-Known Member
Modder
Donor
Game Developer
May 3, 2017
1,473
1,789
I still dont get the slutiness for example with stephanie when you fuck her it appear to have all the core slutiness to the max but when you talk to her only one heart of core, to get all the hearts to core i need to suggest them with serum and make her have a orgasm or just give her suggestion serum constantly?
You mix up the basic stuff here: Serum helps to overcome the limitation of a character regarding sexual activities. A serum can and will never by itself change the sluttishness values. Suggestibility means the target becomes more open to some 'suggested' sexual activity. Thus a character that would only talk or flirt with you without a serum might be willing to be seduced and kiss and more after taking a serum. Any kind of 'sexual' activity regarding a character that is under the influence of a serum that raises suggestibility CAN raise sluttiness if those activities are successful for the target (meaning orgasm etc)
 
  • Like
Reactions: Chronos92

burningdesire

Newbie
Oct 10, 2017
75
67
I still dont get the slutiness for example with stephanie when you fuck her it appear to have all the core slutiness to the max but when you talk to her only one heart of core, to get all the hearts to core i need to suggest them with serum and make her have a orgasm or just give her suggestion serum constantly?
Suggestibility provides an additional chance for core sluttiness to approach temp sluttiness, if the latter is higher. Orgasm on the other hand increases sluttiness by 1 but only up to the sluttiness cap for the position. Deepthroat and piledriver have the highest cap in an unmodded game. Therefore, the best way to increases sluttiness (up to 90) is to use a less arousing (for you) position - such as kissing - until she's ready to orgasm then switch to deepthroat or piledriver. This gets more difficult with more core sluttiness, since they get bored sooner.
Raising suggestibility is only useful if you raise temp sluttiness, like with public sex.
 

Whym3h

Newbie
Sep 15, 2018
20
19
Why are the girls here looks as if they've been doing crack? Like... For the past 40 years...
 

Prustan

Member
Sep 30, 2017
165
102
You mix up the basic stuff here: Serum helps to overcome the limitation of a character regarding sexual activities. A serum can and will never by itself change the sluttishness values. Suggestibility means the target becomes more open to some 'suggested' sexual activity. Thus a character that would only talk or flirt with you without a serum might be willing to be seduced and kiss and more after taking a serum. Any kind of 'sexual' activity regarding a character that is under the influence of a serum that raises suggestibility CAN raise sluttiness if those activities are successful for the target (meaning orgasm etc)
While useful information, what I think Chronos92 was talking about was something I've noticed myself. There are a number of characters (Stephanie being the main one) that will have a normal amount of core sluttiness when you talk to them. Then you seduce them, and their sluttiness is suddenly maxed out for the duration of the encounter, before dropping back to normal when you talk to them again. Rather weird.
 

burningdesire

Newbie
Oct 10, 2017
75
67
While useful information, what I think Chronos92 was talking about was something I've noticed myself. There are a number of characters (Stephanie being the main one) that will have a normal amount of core sluttiness when you talk to them. Then you seduce them, and their sluttiness is suddenly maxed out for the duration of the encounter, before dropping back to normal when you talk to them again. Rather weird.
That should happen with all of them, and isn't a bug. What is being displayed during sex is not normal sluttiness, it's just for that encounter.
 
  • Like
Reactions: toolkitxx

openSquadw4

Member
Jan 8, 2018
463
187
i have a hight hope there will be a second part but this , bruh .. But at some point , milf in game = worth a try
 

czertik

Active Member
Apr 25, 2018
822
262
another report, lets hope buxfixing version will be relased soon.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8381, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8514, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8639, in script call
    $the_person.call_dialogue("sex_responses")
  File "game/personalities.rpy", line 836, in script
    the_person "Oh lord... this feeling is addictive!"
Exception: Sayer the_person is not a function or string.

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

Full traceback:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8381, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8514, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8639, in script call
    $the_person.call_dialogue("sex_responses")
  File "game/personalities.rpy", line 836, in script
    the_person "Oh lord... this feeling is addictive!"
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.18.1-pc\renpy\ast.py", line 631, in execute
    raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer the_person is not a function or string.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.18.1
Fri Jul 19 17:35:25 2019
 

boobthief

Member
May 25, 2017
346
994
another report, lets hope buxfixing version will be relased soon.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8381, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8514, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8639, in script call
    $the_person.call_dialogue("sex_responses")
  File "game/personalities.rpy", line 836, in script
    the_person "Oh lord... this feeling is addictive!"
Exception: Sayer the_person is not a function or string.

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

Full traceback:
  File "game/script.rpy", line 8007, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8302, in script call
    call talk_person(the_person) from _call_talk_person_3
  File "game/script.rpy", line 8381, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8514, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8639, in script call
    $the_person.call_dialogue("sex_responses")
  File "game/personalities.rpy", line 836, in script
    the_person "Oh lord... this feeling is addictive!"
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.18.1-pc\renpy\ast.py", line 631, in execute
    raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer the_person is not a function or string.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.18.1
Fri Jul 19 17:35:25 2019
The line is missing '.char' - this should fix it for you if you want to edit personalities.rpy:836

Code:
the_person.char "Oh lord... this feeling is addictive!"
 

ArnoNym

Newbie
Jun 27, 2017
43
32
Just for info for everyone interested in the game: there's a new public version 18.2 available according to vrengames patreon site:


Maybe this fixes some of the above-mentioned bugs for you...
 

MrStrike

Member
Apr 4, 2018
117
51
Can anyone suggest me the best mod for the game? There are many available and I am kinda confused on which one to pick. My aim is to reduce the grind as far as possible.
 
3.40 star(s) 127 Votes