I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 10535, in script
call screen main_choice_display([people_list,actions_list])
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screens.rpy", line 250, in execute
screen main_choice_display(elements_list, draw_hearts_for_people = True, person_preview_args = None): #Elements_list is a list of lists, with each internal list recieving an individual column
File "game/screens.rpy", line 250, in execute
screen main_choice_display(elements_list, draw_hearts_for_people = True, person_preview_args = None): #Elements_list is a list of lists, with each internal list recieving an individual column
File "game/screens.rpy", line 255, in execute
hbox:
File "game/screens.rpy", line 261, in execute
for count in __builtin__.range(len(elements_list)):
File "game/screens.rpy", line 262, in execute
frame:
File "game/screens.rpy", line 274, in execute
viewport id title_element:
File "game/screens.rpy", line 285, in execute
vbox:
File "game/screens.rpy", line 286, in execute
for item in column_elements:
File "game/screens.rpy", line 309, in execute
if isinstance(item,Person): #It's a person. Format it for a person list.
File "game/screens.rpy", line 319, in execute
$ person_displayable = item.build_person_displayable(lighting = mc.location.get_lighting_conditions(), **person_preview_args)
File "game/screens.rpy", line 319, in <module>
$ person_displayable = item.build_person_displayable(lighting = mc.location.get_lighting_conditions(), **person_preview_args)
File "game/script.rpy", line 2196, in build_person_displayable
displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show.
File "game/script.rpy", line 5246, in generate_draw_list
ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting, regions_constrained = currently_constrained_regions, nipple_wetness = nipple_wetness))
File "game/script.rpy", line 4902, in generate_item_displayable
region_mask = region.generate_raw_image(body_type, tit_size, position)
UnboundLocalError: local variable 'region' referenced before assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 10535, in script
call screen main_choice_display([people_list,actions_list])
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\ldsj9\Documents\MEGAsync Downloads\Lab_Rats_2-v0.33.2-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 250, in execute
screen main_choice_display(elements_list, draw_hearts_for_people = True, person_preview_args = None): #Elements_list is a list of lists, with each internal list recieving an individual column
File "game/screens.rpy", line 250, in execute
screen main_choice_display(elements_list, draw_hearts_for_people = True, person_preview_args = None): #Elements_list is a list of lists, with each internal list recieving an individual column
File "game/screens.rpy", line 255, in execute
hbox:
File "game/screens.rpy", line 261, in execute
for count in __builtin__.range(len(elements_list)):
File "game/screens.rpy", line 262, in execute
frame:
File "game/screens.rpy", line 274, in execute
viewport id title_element:
File "game/screens.rpy", line 285, in execute
vbox:
File "game/screens.rpy", line 286, in execute
for item in column_elements:
File "game/screens.rpy", line 309, in execute
if isinstance(item,Person): #It's a person. Format it for a person list.
File "game/screens.rpy", line 319, in execute
$ person_displayable = item.build_person_displayable(lighting = mc.location.get_lighting_conditions(), **person_preview_args)
File "game/screens.rpy", line 319, in <module>
$ person_displayable = item.build_person_displayable(lighting = mc.location.get_lighting_conditions(), **person_preview_args)
File "game/script.rpy", line 2196, in build_person_displayable
displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show.
File "game/script.rpy", line 5246, in generate_draw_list
ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting, regions_constrained = currently_constrained_regions, nipple_wetness = nipple_wetness))
File "game/script.rpy", line 4902, in generate_item_displayable
region_mask = region.generate_raw_image(body_type, tit_size, position)
UnboundLocalError: local variable 'region' referenced before assignment
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.33.2
Wed Oct 14 13:16:08 2020