- Aug 12, 2017
- 86
- 90
Same issue, good to know I'm not the only one having it. Though sorry to hear you're also experiencing it.Error when trying to save an outfit: (v0.39.1 + latest commits on the bugfix + develop branches)
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 300, in script call call screen enhanced_main_choice_display(build_menu_items([build_people_list(), build_actions_list()])) File "game/game_screens/clothing_screens/master_manager.rpy", line 60, in script call call outfit_master_manager(*args, **kwargs) from _call_outfit_master_manager #Loop around until the player decides they want to leave. File "game/game_screens/clothing_screens/master_manager.rpy", line 3, in script call screen outfit_select_manager(*args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 1, in execute screen outfit_select_manager(slut_limit = 999, show_outfits = True, show_overwear = True, show_underwear = True, main_selectable = True, show_make_new = True, show_export = True, show_modify = True, show_duplicate = True, show_delete = True): File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 1, in execute screen outfit_select_manager(slut_limit = 999, show_outfits = True, show_overwear = True, show_underwear = True, main_selectable = True, show_make_new = True, show_export = True, show_modify = True, show_duplicate = True, show_delete = True): File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 14, in execute hbox: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 18, in execute for catagory_info in outfit_info_array: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 19, in execute if catagory_info[0]: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 20, in execute frame: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 24, in execute viewport: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 29, in execute vbox: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 43, in execute for outfit in catagory_info[6](mc.designed_wardrobe): File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 44, in execute textbutton outfit.name + " (Sluttiness " +str(catagory_info[3](outfit)) +")": TypeError: 'property' object is not callable -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 300, in script call call screen enhanced_main_choice_display(build_menu_items([build_people_list(), build_actions_list()])) File "game/game_screens/clothing_screens/master_manager.rpy", line 60, in script call call outfit_master_manager(*args, **kwargs) from _call_outfit_master_manager #Loop around until the player decides they want to leave. File "game/game_screens/clothing_screens/master_manager.rpy", line 3, in script call screen outfit_select_manager(*args, **kwargs) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 1962, in execute self.call("execute") File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 1950, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-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:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\screen.py", line 430, in visit_all callback(self) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 3094, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\screen.py", line 440, in per_interact self.update() File "C:\Katawa Shoujo\New folder (3)\aaaa31\Lab_Rats_2-v0.39.1-pc\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope) File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 1, in execute screen outfit_select_manager(slut_limit = 999, show_outfits = True, show_overwear = True, show_underwear = True, main_selectable = True, show_make_new = True, show_export = True, show_modify = True, show_duplicate = True, show_delete = True): File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 1, in execute screen outfit_select_manager(slut_limit = 999, show_outfits = True, show_overwear = True, show_underwear = True, main_selectable = True, show_make_new = True, show_export = True, show_modify = True, show_duplicate = True, show_delete = True): File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 14, in execute hbox: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 18, in execute for catagory_info in outfit_info_array: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 19, in execute if catagory_info[0]: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 20, in execute frame: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 24, in execute viewport: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 29, in execute vbox: File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 43, in execute for outfit in catagory_info[6](mc.designed_wardrobe): File "game/game_screens/clothing_screens/outfit_select_ui.rpy", line 44, in execute textbutton outfit.name + " (Sluttiness " +str(catagory_info[3](outfit)) +")": File "<screen language>", line 44, in <module> TypeError: 'property' object is not callable Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1
EDIT: So I went to the github site and saw that the file has been altered as of a little bit ago, might wanna try redownloading the bugfix and reapplying it.