I encountered an error when I was playing Season 1, it happened when I visited Daisy's house, I can't remember how many times, the first few visits to Daisy's house were fine, and the screen that popped up, did not ignore the options, either return to the main menu, send an error report, or quit the game
While running game code: File "game/00_Functions/scene_controller.rpy", line 129, in script call call process_object_click(interact_data[1], interact_data[2], interact_data[3]) from _rcall_sprites_action1 File "game/00_Functions/objects.rpy", line 668, in script call call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10 File "game/00_Functions/hooks_controller.rpy", line 405, in script call call expression label_name from _call_expression_5 #вызов хука File "game/00_Functions/scene_controller.rpy", line 129, in script call call process_object_click(interact_data[1], interact_data[2], interact_data[3]) from _rcall_sprites_action1 File "game/00_Functions/objects.rpy", line 668, in script call call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10 File "game/00_Functions/hooks_controller.rpy", line 405, in script call call expression label_name from _call_expression_5 #вызов хукаScriptError: could not find label 'ep05_dialogues3_work_daisy_4b2'.-- Full Traceback ------------------------------------------------------------Full traceback: File "game/00_Functions/scene_controller.rpy", line 129, in script call call process_object_click(interact_data[1], interact_data[2], interact_data[3]) from _rcall_sprites_action1 File "game/00_Functions/objects.rpy", line 668, in script call call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10 File "game/00_Functions/hooks_controller.rpy", line 405, in script call call expression label_name from _call_expression_5 #вызов хука File "renpy/ast.py", line 1444, in execute rv = renpy.game.context().call(label, return_site=self.next.name) File "game/00_Functions/scene_controller.rpy", line 129, in script call call process_object_click(interact_data[1], interact_data[2], interact_data[3]) from _rcall_sprites_action1 File "game/00_Functions/objects.rpy", line 668, in script call call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10 File "game/00_Functions/hooks_controller.rpy", line 405, in script call call expression label_name from _call_expression_5 #вызов хука File "renpy/script.py", line 910, in lookup raise ScriptError("could not find label '%s'." % str(original))ScriptError: could not find label 'ep05_dialogues3_work_daisy_4b2'.