hagare

Well-Known Member
Mar 27, 2019
1,234
679
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Intro/Game Intro.rpy", line 80, in script
    d talk "Have you thought about going to uni yet?"
Exception: Sayer d is not a function or string.

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

Full traceback:
  File "game/Intro/Game Intro.rpy", line 80, in script
    d talk "Have you thought about going to uni yet?"
  File "renpy/ast.py", line 698, in execute
    raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer d is not a function or string.

Windows-10-10.0.26100
Ren'Py 7.4.10.2164n
Double Perception 5.1
Sat Aug  9 23:16:58 2025
an error in the intro lmao
 

BGRW2020

Engaged Member
Jul 8, 2020
2,333
2,364
Really more mini games and without an escape, too difficult to hit and on and on - You want to keep interest in this game either get rid of the minigames or give an out so the many that hate them can avoid them
 

Lednacek

Member
May 26, 2017
294
246
i cant seem to click the monster when i want to catch it. it moves so fast. even if i have 50+ darts. like it goes faster and faster every time.
 

hagare

Well-Known Member
Mar 27, 2019
1,234
679
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mc/peep/spa_peep_mc_0-4.png'>:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script
    ""
IOError: Couldn't find file 'mc/peep/spa_peep_mc_0-4.png'.

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

Full traceback:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script
    ""
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1237, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 889, in do_display
    **display_args)
  File "renpy/character.py", line 635, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, 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 3834, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2555, 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 824, 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 824, 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 824, 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 688, 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 824, 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 733, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 623, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 704, in load
    raise e
IOError: Couldn't find file 'mc/peep/spa_peep_mc_0-4.png'.

Windows-10-10.0.26100
Ren'Py 7.4.10.2164n
Double Perception 5.1
Sat Aug  9 23:39:40 2025
aaand an error in the spa mini game
 

Bahamut Zero

Engaged Member
Apr 27, 2017
3,011
2,358
The intro is still completely buggy. Every time I try to play from the beginning and watch the intro, the game gives me error after error. And I'm forced to ignore it to move on. But by doing so, it skips a lot of parts and I can't understand the beginning :( :LOL:
It seems to start to stabilize when he says goodbye to his friend and goes home...
I also tried removing the iPatch, but that's not the problem. It was the same thing in version 5.1. I don't understand why him don't fix it. Otherwise, new users who want to try it and potentially fund his project might reconsider...

Also because it seems like it has good potential as a project. The women and the animations also seem good. I hope the developer read it and fix things.

Anyway thank you for the update.
 

dvvrk

New Member
Jun 21, 2022
14
33
I get this error every time I load up my save. I can ignore it but then I can't check the event missions on the phone. More specifically I can't change the characters missions from Rachel to any other. I don't know how to fix the issue so if anyone has a save they can share or know how to fix the issue I would be grateful.
Also attached my save if you need to look into it.
 

MrD812

Well-Known Member
Oct 24, 2021
1,650
2,506
I get this error every time I load up my save. I can ignore it but then I can't check the event missions on the phone. More specifically I can't change the characters missions from Rachel to any other. I don't know how to fix the issue so if anyone has a save they can share or know how to fix the issue I would be grateful.
Also attached my save if you need to look into it.
On Your save: first load showed action bar filled to the point it goes off the screen and not much interaction progress with the ladies.
Checked DoA: was not much different on progress there as well, MC had what... 3 part weak armor/weapon, no spells upgraded, ect ect ect.
Guessing the in-game cheat was cranked up WAY to far on some things, won't get ya' past all the sandbox grind aspect.

Look, i do not appreciate browser-games/mini-games in VN's as much as anyone else not fond of them.
Dev's made it unavoidable getting past or skipping for example, the hack leveling implemented on MC's room PC.
Skip what You can however, ignoring them all outright for to long adds fuel to the fire.

Cranking up in-game values/cheat to high continues to brake what's not been fixed on past updates.
 
  • Like
Reactions: dvvrk
3.50 star(s) 48 Votes