ThatGregGuy

Newbie
Aug 23, 2021
36
15
Is anyone else stuck on Belle's objective "Go to school in the morning"?

I've progressed every other route except for Olivia's and despite y'know, going to school in the morning, the objective doesn't progress
Yeah... it still doesn't pop for some reason
 

NikoGT

New Member
Sep 21, 2022
1
0
so i have a problem where whenever i try to go to the phone page 4 an erros shows up. Anyone can help with this?
 
Last edited:

Insane 33

Newbie
Aug 5, 2020
45
81
Dr. Johnson's/Angelina quest doesn't trigger after finishing with Hinn. The quest log tells me to go the office in the afternoon, but the Dr keeps responding with make an appointment
 

Logan1377

Well-Known Member
Feb 13, 2023
1,132
1,564
Dr. Johnson's/Angelina quest doesn't trigger after finishing with Hinn. The quest log tells me to go the office in the afternoon, but the Dr keeps responding with make an appointment
I don't think that there's anything else there yet. I didn't find it if it is.
 

Insane 33

Newbie
Aug 5, 2020
45
81
I played this a year or so ago and it went through a whole set of scenes. The other thing. If I let it happen, Angelina or whatever shows up at Lisa's Yoga studio, very pregnant and acts like she and the MC know each other. As of this point, the MC hasn't met her.
 

Logan1377

Well-Known Member
Feb 13, 2023
1,132
1,564
I played this a year or so ago and it went through a whole set of scenes. The other thing. If I let it happen, Angelina or whatever shows up at Lisa's Yoga studio, very pregnant and acts like she and the MC know each other. As of this point, the MC hasn't met her.
I played the version prior to this to its end, and didn't have that scene pop up.
 

Fungamer80

Member
May 26, 2022
468
309
10 minutes into the game and a few things are already annoying me. Roll back doesn't work, nothing on the map or in the house is labeled and because I didn't find the garage immediately, time has probably passed because other scenes were triggered.
Afterwards, the sister chats to me about her website and tells me that she saw me in the garage with an erection even though I wasn't there yet....
 
  • Like
Reactions: joewrong

Insane 33

Newbie
Aug 5, 2020
45
81
I played the version prior to this to its end, and didn't have that scene pop up.
That is strange, the scenes are in the gallery. And I know that I at least began the helping the doctor with other patients. There are also other quests for other ladies in the game that need the Dr and patient quest to proceed. Jane and Jade both require progress in the therapy office. One of the scenes I am talking about is the third from the left, top row, on page one of this thread. Her name does not show up in the quest log because her quests are controlled by the Dr and by Lisa.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
6,008
2,785
SexNote-0.24b
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

katsukiDemon

Member
Nov 25, 2018
178
72
Can you help me with Belle and Jane???, I'm very sure that I spoke to the characters mentioned in Jane's, but I can't complete it or they give me another clue to move forward, and with Belle, I literally go to school in the morning, nothing starts and when I talk to her nothing happens, it's the first one they give me about her when I already beat her with another character, how did you solve it? 1745707718453.png 1745707738586.png
 

Logan1377

Well-Known Member
Feb 13, 2023
1,132
1,564
That is strange, the scenes are in the gallery. And I know that I at least began the helping the doctor with other patients. There are also other quests for other ladies in the game that need the Dr and patient quest to proceed. Jane and Jade both require progress in the therapy office. One of the scenes I am talking about is the third from the left, top row, on page one of this thread. Her name does not show up in the quest log because her quests are controlled by the Dr and by Lisa.
Perhaps I just didn't understand how to unlock it all. Its been a few months since I played. I felt like I was at a dead end with several of the paths, and I knew that the main story was paused at a cliff hanger, so I put it up until there was more content.
 

djpaulo11

Newbie
Sep 27, 2023
36
11
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game/code/Bedroom.rpy", line 405, in script
call screen ui
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/code/Mechanics/Interface.rpy", line 857, in execute
File "game/code/Mechanics/Interface.rpy", line 857, in execute
File "game/code/Mechanics/Interface.rpy", line 1041, in execute
File "game/code/Mechanics/Interface.rpy", line 1069, in execute
File "game/code/Mechanics/Interface.rpy", line 1069, in <module>
NameError: name 'whiGuide' is not defined

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

Full traceback:
File "game/game/code/Bedroom.rpy", line 405, in script
call screen ui
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/code/Mechanics/Interface.rpy", line 857, in execute
File "game/code/Mechanics/Interface.rpy", line 857, in execute
File "game/code/Mechanics/Interface.rpy", line 1041, in execute
File "game/code/Mechanics/Interface.rpy", line 1069, in execute
File "game/code/Mechanics/Interface.rpy", line 1069, in <module>
NameError: name 'whiGuide' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
SexNote 0.24.0b
Sun Apr 27 02:08:33 2025
0x52 URM 2.6.1
 
  • Like
Reactions: DragunsBahamuth

parish1

Newbie
Oct 18, 2019
82
131
I had to buy a new computer after my last one broke and lost all my saves. Any chance anyone here could kindly provide me a save from the last update?
 
  • Haha
Reactions: jems666
3.60 star(s) 164 Votes