3.40 star(s) 73 Votes

BradWilly18

Newbie
Sep 9, 2018
46
23
Does any one know how to get around this error?


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_07/EP17_Quests.rpy", line 56, in script call
call changeDayTime("morning") from _rcall_changeDayTime_59
File "game/00_Functions/06_init_python_user.rpy", line 89, in script call
call expression "changeDayTime_" + day_time + "_hooks"
One third removed.
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'morris_chat1'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Season-1
Wed May 31 17:18:32 2023
```
 

mkiruc

New Member
Jan 11, 2018
11
1
WHO CAN HELP ME ?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
ScriptError: could not find label 'morris_chat1'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
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 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'morris_chat1'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Season-1
Wed May 31 17:27:42 2023
 
  • Angry
Reactions: JojodoLolo

joelurmel

Well-Known Member
Nov 3, 2022
1,608
2,516
WHO CAN HELP ME ?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
ScriptError: could not find label 'morris_chat1'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
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 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'morris_chat1'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Season-1
Wed May 31 17:27:42 2023
You have certainly downloaded from an unsafe place the game... or some file are corrupted on your disk.
Because you can find this label " morris_chat1 " in the script [where the game is]\game\Phone\chat1.rpy
In case of, I attach the supposed defective file here
Maybe you have to do a surface scan of your disk to recertify
 
Last edited:
  • Like
Reactions: BradWilly18

BradWilly18

Newbie
Sep 9, 2018
46
23
You have certainly downloaded from an unsafe place the game... or some file are corrupted on your disk.
Because you can find this label " morris_chat1 " in the script [where the game is]\game\Phone\chat1.rpy
In case of, I attach the supposed defective file here
Maybe you have to do a surface scan of your disk to recertify
Thanks a ton, this fixed my issue too!
 

Neon21312311

Newbie
Jan 15, 2022
56
29
I recommend trying the anon link a few more times at different hours, make sure that antivirus etc is off. Otherwise try to find them in other sites, I accidentally found one in a different site but at that point the anon link worked for me. And sorry I forgot the name of the site and I use incognito so it wouldn't be in my history
 

SnoopyDog32

Newbie
Jan 16, 2023
21
6
View attachment 1694470

Overview:
A young guy is forced to leave his luxurious life in a big city behind and return to a small town of Sunville,
located near the ocean shore.
He dreams of going back and is mad at his father who ditched him for a young wife,
and left him without any financial support.
He must find a way and acquire the means to make his plan come true, but will he be able to do it?
You don't have permission to view the spoiler content. Log in or register now.
Thread Updated: 2023-05-22
Release Date: 2023-05-22
Developer: L7team -
Censored: No
Version: S1 v10
OS: Windows, Linux, Mac
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.

Trailer:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win/Linux:
- - MEGA - - PIXELDRAIN
Mac: - - MEGA - - PIXELDRAIN

Extra: 9.00 Extra
Win/Linux: - MEGA - - PIXELDRAIN

Patches:

Extras: Fan Sigs - Walkthrough Mod - Activation Code Crack -
Gallery Unlocker - ENHANCEMENT MOD

serlockz thanks for the link

View attachment 1469605 View attachment 1469588 View attachment 1469589 View attachment 1469601 View attachment 1469593 View attachment 1469594 View attachment 1469595 View attachment 1469596 View attachment 1469597 View attachment 1469598 View attachment 1469599 View attachment 1469600 View attachment 1469602 View attachment 1469606 View attachment 1469607 View attachment 1469621 View attachment 1469608 View attachment 1469609 View attachment 1469610 View attachment 1469611 View attachment 1469612 View attachment 1469613 View attachment 1469619 View attachment 1469620 View attachment 1469622 View attachment 1469623 View attachment 1469624
what does the extra version do ?
 

F4iunyl3x

Active Member
Modder
Aug 26, 2018
637
5,833
The dev team should really double-check their animations after rendering.

1.PNG

there are a substancial amount of other animations with the same type of artefacts
 
  • Like
Reactions: MikeOG

johndoe77

Member
Jun 5, 2017
122
84
Sophie's body finally naked in full frontal at the end of season 1. A masterpiece. One of the hottest characters I've seen in my 10 years of playing adult games. Overall this game is one of the best made of any I have played. The variety of characters, each more desirable than the other (with a special mention for Sophie the dream milf), the quality of the animations and shots, the number of sex scenes in what is only the first season (pray for such a hot season 2)
 
3.40 star(s) 73 Votes