- Jul 8, 2018
- 4
- 0
Can someone help with this error? The game crashes and brings this up whenever I try to do anything past groping with any character in the game.
Code:
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 245, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 364, 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 361, in script call
$ _return.call_action()
File "game/general_actions/interaction_actions/chat_actions.rpy", line 856, in script call
call fuck_person(the_person, private = should_be_private, start_position = standing_grope, start_object = None, skip_intro = True) from _call_fuck_person_43 # Enter the sex system, starting from this point.
File "game/sex_mechanics.rpy", line 202, in script call
call check_position_willingness(the_person, position_choice, ignore_taboo = ignore_taboo, skip_condom = skip_condom) from _call_check_position_willingness
File "game/sex_mechanics.rpy", line 457, in script call
$ the_person.call_dialogue("sex_accept")
File "game/personality_types/unique_personalities/lily_personality.rpy", line 393, in script
the_person "Okay, let's do it. Just make sure Mom never finds out, okay?"
File "game/script.rpy", line 245, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 364, 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 361, in script call
$ _return.call_action()
File "game/general_actions/interaction_actions/chat_actions.rpy", line 856, in script call
call fuck_person(the_person, private = should_be_private, start_position = standing_grope, start_object = None, skip_intro = True) from _call_fuck_person_43 # Enter the sex system, starting from this point.
File "game/sex_mechanics.rpy", line 202, in script call
call check_position_willingness(the_person, position_choice, ignore_taboo = ignore_taboo, skip_condom = skip_condom) from _call_check_position_willingness
File "game/sex_mechanics.rpy", line 457, in script call
$ the_person.call_dialogue("sex_accept")
File "game/personality_types/unique_personalities/lily_personality.rpy", line 393, in script
the_person "Okay, let's do it. Just make sure Mom never finds out, okay?"
File "renpy/ast.py", line 724, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "game/major_game_classes/character_related/Person.rpy", line 271, in __call__
self.char(what, *args, **kwargs)
File "renpy/character.py", line 1219, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3630, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3630, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/game_screens/hud_screens/person_info_hud.rpy", line 1, in execute
screen person_info_ui(the_person, display_layer = "solo"): #Used to display stats for a person while you're talking to them.
File "game/game_screens/hud_screens/person_info_hud.rpy", line 1, in execute
screen person_info_ui(the_person, display_layer = "solo"): #Used to display stats for a person while you're talking to them.
File "game/game_screens/hud_screens/person_info_hud.rpy", line 5, in execute
python:
File "game/game_screens/hud_screens/person_info_hud.rpy", line 24, in <module>
positive_effects += get_coloured_arrow(1)+get_red_heart(the_person.situational_sluttiness[situation][0])+" - " + the_person.situational_sluttiness[situation][1] + "\n"
File "game/helper_functions/heart_formatting_functions.rpy", line 7, in get_red_heart
the_final_string += get_red_heart(sluttiness - 20) #Call it recursively if we might have another heart after this.
File "game/helper_functions/heart_formatting_functions.rpy", line 7, in get_red_heart
the_final_string += get_red_heart(sluttiness - 20) #Call it recursively if we might have another heart after this.
File "game/helper_functions/heart_formatting_functions.rpy", line 7, in get_red_heart
the_final_string += get_red_heart(sluttiness - 20) #Call it recursively if we might have another heart after this.
File "game/helper_functions/heart_formatting_functions.rpy", line 7, in get_red_heart
the_final_string += get_red_heart(sluttiness - 20) #Call it recursively if we might have another heart after this.
File "game/helper_functions/heart_formatting_functions.rpy", line 7, in get_red_heart
the_final_string += get_red_heart(sluttiness - 20) #Call it recursively if we might have another heart after this.
File "game/helper_functions/heart_formatting_functions.rpy", line 7, in get_red_heart
the_final_string += get_red_heart(sluttiness - 20) #Call it recursively if we might have another heart after this.
File "game/helper_functions/heart_formatting_functions.rpy", line 5, in get_red_heart
if sluttiness >= 20:
RuntimeError: maximum recursion depth exceeded in cmp