3.50 star(s) 96 Votes

L_M94

Member
Jan 30, 2020
109
47
146
Anyone know why I got this error text when playing the date scene from the gallery in S2?


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

While running game code:
File "game/00_Functions/scene_controller.rpy", line 157, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 561, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 59, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP2_02/ep22_dialogues1_sophie.rpy", line 347, in script call
call phone_outgoing_call("Daisy", "daisy_chat13") from _rcall_phone_outgoing_call_29
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
One third removed.
File "game/Quests/MLS/EP2_02/ep22_dialogues1_sophie.rpy", line 347, in script call
call phone_outgoing_call("Daisy", "daisy_chat13") from _rcall_phone_outgoing_call_29
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 'daisy_chat13'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Season2-v2-Extra
Tue Oct 3 00:46:38 2023
```
 

mattius77

Well-Known Member
May 16, 2017
1,785
1,491
355
Getting a crash error. It seems that whichever Evening/Night event I pursue on the first or second 'day' of Season 2, as soon as a character calls me on the cell phone the game crashes.

- Sean's House to talk to Mrs Ruth, some flirting happens and Sean returns home, then Cynthia calls mid conversation (game crashes)

- If MC goes to bed in the Evening and gets a message from Rose (game crashes)

- College party/beach event where MC whisks Sarah away for some beach sex, then Sean calls the next morning (game crashes)

Yes, I am using all of the mods. Yes, I know that can break the game. Posting to let the people who make the mod(s) know so they can see if there's a fault with their mod, my installation, or the core game. Thanks in advance.
 
Sep 30, 2020
123
440
174
Getting a crash error. It seems that whichever Evening/Night event I pursue on the first or second 'day' of Season 2, as soon as a character calls me on the cell phone the game crashes.

- Sean's House to talk to Mrs Ruth, some flirting happens and Sean returns home, then Cynthia calls mid conversation (game crashes)

- If MC goes to bed in the Evening and gets a message from Rose (game crashes)

- College party/beach event where MC whisks Sarah away for some beach sex, then Sean calls the next morning (game crashes)

Yes, I am using all of the mods. Yes, I know that can break the game. Posting to let the people who make the mod(s) know so they can see if there's a fault with their mod, my installation, or the core game. Thanks in advance.
I believe the crash occurs due to using walkthrough mod for season 2 version 1 in the version 2.
 
Apr 21, 2019
108
43
202
Hello, can anyone help me with Sophie's story or is there a question of talking to her when she comes into the kitchen? The question is when, thank you?
:unsure: (y)
 

mattius77

Well-Known Member
May 16, 2017
1,785
1,491
355
I believe the crash occurs due to using walkthrough mod for season 2 version 1 in the version 2.
That seemed to do it. It looks like the post with the links to the file you're talking about was updated in the last 24 hrs, after I had downloaded the mod. Just did a clean download and reinstall of everything, and I think I'm good to go. Thanks for the help.
 
  • Like
Reactions: James_Bond_007

Boobgobbler

Member
Aug 8, 2019
190
180
86
would any1 happen to have the CG for this?
> 4 gigs (compressed S1) is still too much for my potato to handle :c
 

indio68

Forum Fanatic
Sep 26, 2020
4,684
4,256
387
still no fixed the missing image when renting bycycle in the park to the cute girls couple...it gives error every time it happen
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'/images/Slides/img_911749.jpg'>:
  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 669, in script call
    call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10
  File "game/00_Functions/hooks_controller.rpy", line 406, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Quests/MLS/EP1_05/EP15_Quests.rpy", line 255, in script call
    call ep04_dialogues8_work_bikerental_2() from _rcall_ep04_dialogues8_work_bikerental_2_3
  File "game/Quests/MLS/EP1_04/ep04_dialogues8_work_bikerental.rpy", line 486, in script
    w
  File "game/00_Functions/01_init_python.rpy", line 527, in w_exec
    renpy.pause()
IOError: Couldn't find file 'images/Slides/img_911749.jpg'.

-- 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 669, in script call
    call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10
  File "game/00_Functions/hooks_controller.rpy", line 406, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Quests/MLS/EP1_05/EP15_Quests.rpy", line 255, in script call
    call ep04_dialogues8_work_bikerental_2() from _rcall_ep04_dialogues8_work_bikerental_2_3
  File "game/Quests/MLS/EP1_04/ep04_dialogues8_work_bikerental.rpy", line 486, in script
    w
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "game/00_Functions/01_init_python.rpy", line 527, in w_exec
    renpy.pause()
  File "renpy/exports.py", line 1525, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3611, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2441, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 933, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 680, in load
    raise e
IOError: Couldn't find file 'images/Slides/img_911749.jpg'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
 Season2-v2-Extra
Wed Oct  4 00:04:18 2023
[/CODE]
 
Last edited:

joelurmel

Engaged Member
Nov 3, 2022
2,740
4,842
397
still no fixed the missing image when renting bycycle in the park to the cute girls couple...it gives error every time it happen
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'/images/Slides/img_911749.jpg'>:
  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 669, in script call
    call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10
  File "game/00_Functions/hooks_controller.rpy", line 406, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Quests/MLS/EP1_05/EP15_Quests.rpy", line 255, in script call
    call ep04_dialogues8_work_bikerental_2() from _rcall_ep04_dialogues8_work_bikerental_2_3
  File "game/Quests/MLS/EP1_04/ep04_dialogues8_work_bikerental.rpy", line 486, in script
    w
  File "game/00_Functions/01_init_python.rpy", line 527, in w_exec
    renpy.pause()
IOError: Couldn't find file 'images/Slides/img_911749.jpg'.

-- 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 669, in script call
    call process_hooks(obj_name, api_scene_name) from _call_process_hooks_10
  File "game/00_Functions/hooks_controller.rpy", line 406, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Quests/MLS/EP1_05/EP15_Quests.rpy", line 255, in script call
    call ep04_dialogues8_work_bikerental_2() from _rcall_ep04_dialogues8_work_bikerental_2_3
  File "game/Quests/MLS/EP1_04/ep04_dialogues8_work_bikerental.rpy", line 486, in script
    w
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "game/00_Functions/01_init_python.rpy", line 527, in w_exec
    renpy.pause()
  File "renpy/exports.py", line 1525, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3611, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2441, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 933, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 680, in load
    raise e
IOError: Couldn't find file 'images/Slides/img_911749.jpg'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Season2-v2-Extra
Wed Oct  4 00:04:18 2023
[/CODE]
This will never be fixed, because the image is not used in Season2-v2-Extra.
You don't have the original version

Original line in:
Quests\MLS\EP1_04\ep04_dialogues8_work_bikerental.rpy:# imgd 911749
 

randomguy6516265165

Conversation Conqueror
Jun 21, 2018
6,673
4,997
517
no wt mod for s1? btw any way to turn off the saving naming? and why doesnt the mouse wheel hide the text? and can you get all scenes on a single play or need multiple ones? cause this rat/rabbit thing is confusing me, what are secrets for? found one but Idk what to do and are the girls only fucked by the MC or they get fucked by other dudes?
 
Last edited:

Skyrim

Member
May 4, 2017
235
41
227
i tried to download s1 from gofile. was written 7+ gb but the downloaded file is 2.1 gb. is it normal?
 

mattius77

Well-Known Member
May 16, 2017
1,785
1,491
355
The map for the inside of the College building could be a bit better laid out. It took me a while to figure it out, too. Menu buttons jump around depending on what floor you're on, it can be a little confusing.

Art Class is on the 2nd Floor. From the ground floor lobby, click "Stairway" (in the top just left of the middle). Then click
Floor 2" or on the stairs on the far left side, and select "Floor 2". From there, pick "Hallway" (bottom left of screen), then click "Hallway" again (but this time the button has moved up higher on the screen, sort of in the middle left). From there, "Art Class" is at the bottom left.
 
3.50 star(s) 96 Votes