I'm sorry, but an uncaught exception occurred.
While loading <'MatrixColor' <'Blur' <'Composite' (500, 1080) (90, 451) <'Image' u'Pelvis_Region_Weight_stand2_standard_body_AA.png'>> 12 None> (1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 7, 0)>:
File "game/script.rpy", line 10600, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 10718, 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 10718, 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 10718, 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 10715, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 582, in script call
$ the_person.call_dialogue("flirt_response_high")
File "game/personality_types/general_personalities/wild_personality.rpy", line 533, in script call
call fuck_person(the_person, start_position = kissing, skip_intro = True) from _call_fuck_person_50
File "game/sex_mechanics.rpy", line 286, in script call
call strip_menu(the_person, position_choice.verbing, private) from _call_strip_menu
File "game/sex_mechanics.rpy", line 863, in script call
$ renpy.call("strip_menu", the_person, the_verbing, is_private) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
File "game/sex_mechanics.rpy", line 807, in script
$ the_person.draw_animated_removal(strip_choice, half_off_instead = True)
File "game/sex_mechanics.rpy", line 807, in <module>
$ the_person.draw_animated_removal(strip_choice, half_off_instead = True)
File "game/script.rpy", line 2487, in draw_animated_removal
bottom_render = bottom_displayable.render(x_size, y_size, 0, 0)
IOError: Couldn't find file 'Pelvis_Region_Weight_stand2_standard_body_AA.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 10600, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 10718, 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 10718, 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 10718, 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 10715, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 582, in script call
$ the_person.call_dialogue("flirt_response_high")
File "game/personality_types/general_personalities/wild_personality.rpy", line 533, in script call
call fuck_person(the_person, start_position = kissing, skip_intro = True) from _call_fuck_person_50
File "game/sex_mechanics.rpy", line 286, in script call
call strip_menu(the_person, position_choice.verbing, private) from _call_strip_menu
File "game/sex_mechanics.rpy", line 863, in script call
$ renpy.call("strip_menu", the_person, the_verbing, is_private) #TODO: Girl sometimes interupts you to get you to keep going. Have to strip them down in segments.
File "game/sex_mechanics.rpy", line 807, in script
$ the_person.draw_animated_removal(strip_choice, half_off_instead = True)
File "F:\HDD\Lab_Rats_2\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\HDD\Lab_Rats_2\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/sex_mechanics.rpy", line 807, in <module>
$ the_person.draw_animated_removal(strip_choice, half_off_instead = True)
File "game/script.rpy", line 2487, in draw_animated_removal
bottom_render = bottom_displayable.render(x_size, y_size, 0, 0)
File "F:\HDD\Lab_Rats_2\renpy\display\layout.py", line 1871, in render
cr = renpy.display.render.render(self.child, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "F:\HDD\Lab_Rats_2\renpy\display\layout.py", line 1871, in render
cr = renpy.display.render.render(self.child, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "F:\HDD\Lab_Rats_2\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "F:\HDD\Lab_Rats_2\renpy\display\layout.py", line 336, in render
surf = render(self.child, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "F:\HDD\Lab_Rats_2\renpy\display\transition.py", line 624, in render
control = render(self.control, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "F:\HDD\Lab_Rats_2\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "F:\HDD\Lab_Rats_2\renpy\display\transition.py", line 618, in render
bottom = render(self.old_widget, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 266, in get
surf = image.load()
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 1259, in load
surf = cache.get(self.image)
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 266, in get
surf = image.load()
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 1196, in load
surf = cache.get(self.image)
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 266, in get
surf = image.load()
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 764, in load
rv.blit(cache.get(im), pos)
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 266, in get
surf = image.load()
File "F:\HDD\Lab_Rats_2\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "F:\HDD\Lab_Rats_2\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Pelvis_Region_Weight_stand2_standard_body_AA.png'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.33.3
Thu Oct 15 10:29:35 2020