Full traceback:
File "game/script.rpy", line 410, in script call
call advance_time () from _call_advance_time_15
File "game/script.rpy", line 374, in script call
call talk_person (picked_option) from _call_talk_person
File "game/script.rpy", line 483, in script call
$ _return.call_action(the_person)
File "game/Mods/Core/Mechanics/Person_Extensions/command_person_enhanced.rpy", line 32, in script call
$ _return.call_action()
File "game/general_actions/interaction_actions/command_descriptions.rpy", line 220, 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_44
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 690, in script call
call strip_menu (the_person, position_choice, private) from _call_strip_menu_bugfix
File "game/general_actions/interaction_actions/sex_mechanics.rpy", line 919, in script
$ test_outfit.remove_clothing(strip_choice)
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/general_actions/interaction_actions/sex_mechanics.rpy", line 919, in <module>
$ test_outfit.remove_clothing(strip_choice)
File "game/major_game_classes/clothing_related/Outfit.rpy", line 237, in remove_clothing
if old_clothing.has_extension:
AttributeError: 'unicode' object has no attribute 'has_extension'
I tried Chinese translation and this error occurred.how can i fix it?