3.30 star(s) 72 Votes
Sep 24, 2020
458
286
Please fix it

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/scene_controller.rpy", line 97, in script call
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
File "game/Quests/MLS/EP1_01/EP1_Intro_Quests.rpy", line 33, in script call
File "game/Quests/MLS/EP1_01/ep01_dialogues1_start.rpy", line 403, in script
File "game/00_Functions/01_init_python.rpy", line 424, in saywrapper_execute
File "renpy/common/00library.rpy", line 290, in say
File "game/00_Functions/screens.rpy", line 1755, in execute
File "game/00_Functions/screens.rpy", line 1755, in execute
File "game/00_Functions/screens.rpy", line 1771, in execute
File "game/00_Functions/screens.rpy", line 1773, in execute
File "game/00_Functions/screens.rpy", line 1775, in execute
File "game/00_Functions/screens.rpy", line 1778, in execute
File "game/00_Functions/screens.rpy", line 1779, in execute
File "game/00_Functions/screens.rpy", line 1780, in execute
File "game/00_Functions/screens.rpy", line 1780, in <module>
File "game/00_Functions/02_init_python_translation.rpy", line 95, in t__
TypeError: unsupported operand type(s) for +: 'bool' and 'unicode'

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

Full traceback:
File "game/00_Functions/scene_controller.rpy", line 97, in script call
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
File "game/Quests/MLS/EP1_01/EP1_Intro_Quests.rpy", line 33, in script call
File "game/Quests/MLS/EP1_01/ep01_dialogues1_start.rpy", line 403, in script
File "renpy/ast.py", line 2232, in execute
File "renpy/ast.py", line 2220, in call
File "renpy/statements.py", line 281, in call
File "game/00_Functions/01_init_python.rpy", line 424, in saywrapper_execute
File "renpy/exports.py", line 1371, in say
File "renpy/common/00library.rpy", line 290, in say
File "renpy/character.py", line 1266, in __call__
File "renpy/character.py", line 930, in do_display
File "renpy/character.py", line 614, in display_say
File "renpy/display\screen.py", line 1386, in get_displayable
File "renpy/display\screen.py", line 653, in update
File "game/00_Functions/screens.rpy", line 1755, in execute
File "game/00_Functions/screens.rpy", line 1755, in execute
File "game/00_Functions/screens.rpy", line 1771, in execute
File "game/00_Functions/screens.rpy", line 1773, in execute
File "game/00_Functions/screens.rpy", line 1775, in execute
File "game/00_Functions/screens.rpy", line 1778, in execute
File "game/00_Functions/screens.rpy", line 1779, in execute
File "game/00_Functions/screens.rpy", line 1780, in execute
File "game/00_Functions/screens.rpy", line 1780, in <module>
File "game/00_Functions/02_init_python_translation.rpy", line 95, in t__
TypeError: unsupported operand type(s) for +: 'bool' and 'unicode'
 

badboyvn

Newbie
Dec 8, 2021
35
22
Anybody experiencing the game crashing after going to bed? this happened after coming home from the evening at Daisy scene.

This is the error i keep getting

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
  File "game/00_Functions/scene_controller.rpy", line 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
ScriptError: could not find label 'ep01_dialogues2_day1_family_3b'.

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
  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 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ep01_dialogues2_day1_family_3b'.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
 v5.00-Extra
Fri Aug 19 10:56:15 2022
 

3349965521

Newbie
Jul 15, 2021
36
20
Anybody experiencing the game crashing after going to bed? this happened after coming home from the evening at Daisy scene.

This is the error i keep getting

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
  File "game/00_Functions/scene_controller.rpy", line 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
ScriptError: could not find label 'ep01_dialogues2_day1_family_3b'.

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
  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 97, 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 39, in script call
    call ep01_dialogues2_day1_family_3b() from _rcall_ep01_dialogues2_day1_family_3b
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ep01_dialogues2_day1_family_3b'.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
v5.00-Extra
Fri Aug 19 10:56:15 2022
Excuse me, have you solved it, mine is the same.
 

KorenoGamer

Newbie
Sep 24, 2021
43
57
I havent played since one of the first versions. I got to the part very early in the game where Sean shows the MC a picture of a MILF on his phone. Has the identity of this MILF been revealed?
 
3.30 star(s) 72 Votes