XaiJu
vrengames
vrengames

patreon


Lab Rats 2 Hotfix

There was a bug with LR2 v0.30.1 that was causing frequent crashes (I had forgot to remove a reference to a face style I had removed). This bug only affected the PC and Mac verison of the game. I have fixed the bug and you can download the new, fixed versions here:

PC: Lab Rats 2 v0.30.2-PC
Mac: Lab Rats 2 v0.30.2-Mac 

If you've already downloaded v0.30.1 you can download the corrected file and replace it yourself to avoid the full image downloads. Drop this file into the main games folder and overwrite the existing file.

random_lists.rpy 

Unfortunately this fix will not be compatible with any saved games if you have already generated a character with that face type.

Comments

i was getting a heap of memory errors in this version. from insta-pics and saving. but if i turned off animations it started working pretty well. so something is busted in the animation code.

Asking a paramour to leave her SO still errors (Error log at the end). The action tries to remove the affair_role twice (the second time giving the error) and adds the girlfriend_role twice. I fixed by commenting out the two lines after "call transform_affair". The "transform_affair" function removes the affair_role and adds the girlfriend_role. ------ In role_affair: label ask_leave_SO_label ... call transform_affair(the_person) from _call_transform_affair_3 # $ the_person.special_role.remove(affair_role) # $ the_person.special_role.append(girlfriend_role) ... ------ I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9963, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 10081, in script call call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose. File "game/script.rpy", line 10076, in script call $ _return.call_action(the_person) File "game/game_roles/role_affair.rpy", line 48, in script $ the_person.draw_person(position = "happy") File "game/game_roles/role_affair.rpy", line 48, in $ the_person.draw_person(position = "happy") File "game/script.rpy", line 2280, in draw_person character_image = self.build_person_displayable(position, emotion, special_modifier, lighting, background_fill) File "game/script.rpy", line 2090, in build_person_displayable displayable_list.append(self.body_images.generate_item_displayable(self.body_type,self.tits,position,lighting)) #Add the body displayable File "game/script.rpy", line 4478, in generate_item_displayable final_image = Composite(position_size_dict[position], self.crop_offset_dict.get(position,(0,0)), final_image) #Transform the clothing image into a composite with the image positioned correctly. KeyError: u'happy' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9963, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 10081, in script call call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose. File "game/script.rpy", line 10076, in script call $ _return.call_action(the_person) File "game/game_roles/role_affair.rpy", line 48, in script $ the_person.draw_person(position = "happy") File "C:\games\Renpy\Lab_Rats_2-v0.30.2-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\games\Renpy\Lab_Rats_2-v0.30.2-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/game_roles/role_affair.rpy", line 48, in $ the_person.draw_person(position = "happy") File "game/script.rpy", line 2280, in draw_person character_image = self.build_person_displayable(position, emotion, special_modifier, lighting, background_fill) File "game/script.rpy", line 2090, in build_person_displayable displayable_list.append(self.body_images.generate_item_displayable(self.body_type,self.tits,position,lighting)) #Add the body displayable File "game/script.rpy", line 4478, in generate_item_displayable final_image = Composite(position_size_dict[position], self.crop_offset_dict.get(position,(0,0)), final_image) #Transform the clothing image into a composite with the image positioned correctly. KeyError: u'happy' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.30.2 Tue Jul 14 09:10:35 2020

Robert McClenahan

I get an out of memory error when I do the insta-pics thing sometimes

execplan

error every time i see a girl. i really dont want to restart again.

gus

Is this with a fresh game? Old saves will already be messed up unfortunately.

Vren

On PC it seems to be fixed... I know it isn't a huge help to the Mac brothers but it might help bug tracing to know it is just Macs.

Aaror

I’m still getting issues on Mac :/ tons of errors

Still seeing an exception error for a missing face: character_images/default_Face_10_stand3_black.png

The long skirt has lost all texture as of at least 30.1. Could not find the issue when comparing it to 29.1.


More Creators