Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,181
2,846
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?
Let me have a look at that.
 
  • Like
Reactions: Angora Kitty

JennaJJ

Active Member
Jan 6, 2021
679
6,310
Same here ... clicking on "Gallery-Julia" -> exception (I use the savefiles from patreon.) v15.02
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,181
2,846
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?
Hi again
I'm not able to reproduce the problem. Are you able to send me your save file - just before you click on the icon...thanks a lot
 

Ramiz

Newbie
Aug 6, 2017
22
11
Hey guys, I've just started this game and I am already stuck on the Episode 2. I see 70/74 bookmarks in the header, but when i open the walkthrough I see more than 12-13 unfinished 'tasks'. I've tried doing some of those things and yet they still won't be marked as completed for some reason. Other tasks are super weird, it says I need to wake up at 08:00, but my game always starts at 10:00.

Any help?
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,181
2,846
Hey guys, I've just started this game and I am already stuck on the Episode 2. I see 70/74 bookmarks in the header, but when i open the walkthrough I see more than 12-13 unfinished 'tasks'. I've tried doing some of those things and yet they still won't be marked as completed for some reason. Other tasks are super weird, it says I need to wake up at 08:00, but my game always starts at 10:00.

Any help?
Sounds weird. Do you use any mods?. Do you follow the instruction how to play the game?
Please upload your save file and I'll take a look at that
 

Ramiz

Newbie
Aug 6, 2017
22
11
Sounds weird. Do you use any mods?. Do you follow the instruction how to play the game?
Please upload your save file and I'll take a look at that
Where can I find the save files locally, I am using Mac Os to play this game. I've downloaded it via your patreon page.

Yes, I have followed the instructions and the walkthrough, but I might be missing something.
 

Ramiz

Newbie
Aug 6, 2017
22
11
I've been playing Room for Rent, and reached Part 7. Now I've been stuck here for days... Version downloaded from Patreon where I am a supporter.,

I've tried the official WT from Patreon but it seems that something is wrong with it.
Day 3 Friday
8:00 Amy's Room Event 21
8:30 Dining Room Event 22
10:00 Bathroom->sneak peek Event 23
13:00 Amy's Room Event 24
14:00 Kitchen Event 25
15:00 Amy's Room Event 26
16:00 Dining Room Event 27 (bikini)
17:00 Swimming Pool Event 28
18:00 Dining Room Event 29
19:00 Master Bedroom Event 30
20:00 Dining Room Event 31
21:00 Bathroom-Open Door Event 32
22:00 Hottub Event 33
23:00 Master Bedroom Event 34
I started the walkthrough in the correct day (Wednesday). Everything works perfect until I click Master Bedroom event at 19:00, and Bob simply asks if I want to take a nap whatever I choose I don't get the 30th point.

Tried multiple times, simply nothing happens at the Master Bedroom in Friday at 19:00.
 

britej88

Newbie
Jul 12, 2020
51
67
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?
use the save for 13.03 (and the brandy mod for 12.1) one or both of them fixed the gallery issue. through 14 too.. those things are on this forum . just type it in the search
 

origin2000

Newbie
Jan 30, 2019
18
10
Sounds weird. Do you use any mods?. Do you follow the instruction how to play the game?
Please upload your save file and I'll take a look at that
I've got the same issue - every single day starts at 10 AM, there's no way to even complete episode 2 -- this is the first time I've attempted to play the game-- I'm using version 15.02 and starting from scratch (no mods or anything either). Save file attached.
 

vX_Phoenix

Newbie
Aug 3, 2022
67
38
View attachment 2005685
Teaser from season 2 of 'My best friend's daughter'
First off, thanks for the season 2 teaser pic but I am a little conflicted here. You say 20 years have past? Meaning now all the girls are 38 (assuming they were all 18, legal age and all that). So basicly from cute teenagers to semi milfs in the next game/season or am I just totually in the blue here? Thank in advace! I do like the game a lot.
 
  • Like
Reactions: colween

Delafayette

Member
Sep 13, 2022
103
18
Ok. It was posted that every 10 "Horney" points love went up one. I have done it several times and it stays at "Love" 15. Whats up with that? Also I have spied on Maria numerous times and her shy points stay at 90.
 

Hyméros

Newbie
Dec 3, 2018
46
29
Release dates for episode 1 of 'My Best Friend's Daughter' Season 2
  • Diamond, Platinum and Gold members: November 2nd 2022
  • Master members: November 16th 2022
  • Silver members: November 22nd 2022
  • Bronze members: November 27th 2022
  • Supporters: December 5th 2022
  • Public: December 22nd 2022
 
  • Like
Reactions: AntiSoya
2.50 star(s) 92 Votes