charlie_00

Newbie
May 1, 2020
20
13
Maybe I am doing something wrong. Has anyone else noticed that in Episode 3 the game and the walkthrough are out of sync with each other? Please advise if I am doing something wrong. Thank you.
 

Aj Atkinson

Member
Apr 13, 2022
210
159
Maybe I am doing something wrong. Has anyone else noticed that in Episode 3 the game and the walkthrough are out of sync with each other? Please advise if I am doing something wrong. Thank you.
At first we all thought the same way. actually WT works. But sometimes it looks like it doesn't.
 
  • Like
Reactions: charlie_00

Caedd

Newbie
Oct 6, 2017
29
22
I cannot progress past episode 5. I'm to the point of going to each location at every single time of the day and nothing is changing. Do the girls need certain stats before something will unlock or is it really just the times in the 'walkthrough' in the menu? The "hints" in the bottom left don't even work and give an error message.
 

Caedd

Newbie
Oct 6, 2017
29
22
Ok, I found it. I couldn't progress until I got the one scene during a day when Jasmine was there. Sheesh.
 

Steve70

Member
Sep 13, 2017
480
533
Every time I click on Julia's icon in the lower left of the screen (for gallery, yes?), I get an error message.

NameError: The variable galleryVersion does not exist

I decided to try the game starting with v.13.03 as it has a hint system. Was that a bad idea?

EDIT: Tried playing the latest version and everything seems to "work better." I'll try sticking with that. The Gallery is still broken, though. Dev says to download the game from his Patreon page....
 
Last edited:

Steve70

Member
Sep 13, 2017
480
533
I still haven't found a way to make the gallery work.

Edit: OK, I've narrowed the problem to my persistent save file. It must have become corrupted, somehow. I downloaded a save from the main page, allowing me to open the gallery, but all of it is locked except for those images I have uncovered in my own save.

Does anyone have a persistent save up through the beginning of Episode 4? (I have 62/63 bookmarks for Ep. 3).

Edit 2: Never mind, I was able to use the persistent save off the Patreon page.
 
Last edited:

bobsmith104

New Member
Mar 4, 2021
14
4
It's a shame. The girls are hot, the premise is interesting, but even following the walkthrough step-by-step I can't advance past episode 3 step 45. Grind-fest.
 

Angora Kitty

Member
Sep 20, 2018
409
142
Anyone have a fix for this yet? Deleting AppData folder and starting from new didnt work.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/common/00action_data.rpy", line 79, in get_selected
return __get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable galleryVersion does not exist.

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 569, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/behavior.py", line 870, in per_interact
if self.is_selected():
File "renpy/display/behavior.py", line 858, in is_selected
return is_selected(self.action)
File "renpy/display/behavior.py", line 397, in is_selected
return any(is_selected(i) for i in action)
File "renpy/display/behavior.py", line 397, in <genexpr>
return any(is_selected(i) for i in action)
File "renpy/display/behavior.py", line 400, in is_selected
return action.get_selected()
File "renpy/common/00action_data.rpy", line 79, in get_selected
return __get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable galleryVersion does not exist.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
My best friend's daughter 15.02
Thu Apr 7 00:57:15 2022
I think your problem is the same, as like mine during I click on this 'Julia'-Icon (Buttom-line, left side). It dont works at me correctly.
A click on this icon leads to this error:
+++
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/common/00action_data.rpy", line 79, in get_selected
return __get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable galleryVersion does not exist.

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 569, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/behavior.py", line 870, in per_interact
if self.is_selected():
File "renpy/display/behavior.py", line 858, in is_selected
return is_selected(self.action)
File "renpy/display/behavior.py", line 397, in is_selected
return any(is_selected(i) for i in action)
File "renpy/display/behavior.py", line 397, in <genexpr>
return any(is_selected(i) for i in action)
File "renpy/display/behavior.py", line 400, in is_selected
return action.get_selected()
File "renpy/common/00action_data.rpy", line 79, in get_selected
return __get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable galleryVersion does not exist.

Windows-7-6.1.7601-SP1
Ren'Py 7.4.4.1439
My best friend's daughter 15.02
Sat Aug 6 21:20:44 2022"
+++

How one can fix it?
 
2.50 star(s) 92 Votes