Mr-Mirari

Newbie
Feb 20, 2018
90
56
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 28, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 31, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 35, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 46, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in keywords
File "game/scripts/r1/custom_gui_menu.rpy", line 48, in <module>
KeyError: u'Jacquelyn'

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
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, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, 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/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 3804, 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/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 28, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 31, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 35, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 46, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in keywords
File "game/scripts/r1/custom_gui_menu.rpy", line 48, in <module>
KeyError: u'Jacquelyn'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
Mothers and Daughters 0.4.0a-4.0i
Wed Dec 21 20:30:11 2022
```

What's the bug?
 

Spin256

Mothers and Daughters
Game Developer
Dec 16, 2019
475
971
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 28, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 31, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 35, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 46, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in keywords
File "game/scripts/r1/custom_gui_menu.rpy", line 48, in <module>
KeyError: u'Jacquelyn'

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
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, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, 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/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 3804, 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/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 18, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 28, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 31, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 35, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 46, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in execute
File "game/scripts/r1/custom_gui_menu.rpy", line 47, in keywords
File "game/scripts/r1/custom_gui_menu.rpy", line 48, in <module>
KeyError: u'Jacquelyn'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
Mothers and Daughters 0.4.0a-4.0i
Wed Dec 21 20:30:11 2022
```
If you apply the , that should resolve your issue.

The bug itself has been fixed in the sense that if players haven't played that scene before it will be fine.
 
  • Like
Reactions: Mr-Mirari

s.freud

Newbie
Jan 18, 2021
40
84
This game looks very nice and the gameplay is also pretty awesome. BUT, I find the persona thing, that leaves me out from scenes quite annoying and too complicated to figure out which person needs what, especially since this is not the only game I'm playing and coming back here after a time & try to find back in to this system of play will be .... well unpleasant. Soo:

For me to actually enjoy this game, I would like a mod, that unlocks scenes for both personas (or option to watch the other scene, if persona would have been different or so), or at least a gallery unlock mod ^^. I'm sorry to be so ... but I would like that, to really enjoy this great game with ALL potencials.
 

Spin256

Mothers and Daughters
Game Developer
Dec 16, 2019
475
971
This game looks very nice and the gameplay is also pretty awesome. BUT, I find the persona thing, that leaves me out from scenes quite annoying and too complicated to figure out which person needs what, especially since this is not the only game I'm playing and coming back here after a time & try to find back in to this system of play will be .... well unpleasant. Soo:

For me to actually enjoy this game, I would like a mod, that unlocks scenes for both personas (or option to watch the other scene, if persona would have been different or so), or at least a gallery unlock mod ^^. I'm sorry to be so ... but I would like that, to really enjoy this great game with ALL potencials.
For modding you could try URM

You can add custom notes for characters in the relationship app on the computer. In the attached screenshots, I've added a note against Haylee to say in this playthrough I and taking a nice guy approach. You can see those notes in the smartphone app.
madnotes1.jpg madnotes2.jpg

As for a replay gallery and/or showing the alternate paths. That's unfortunately a bit more difficult than it sounds. Whilst renpy does have replay functionality, the problem is the variables. The game uses previous choices to affect dialogue and other things. These would need to be set for each replayed scene. A scene may have different choices based on nice guy/bad boy, so which should be set for the replay?
The replay topic can be discussed further on the Mothers & Daughters [Development Thread]
 
  • Like
Reactions: CircaAD

connor1518

Newbie
Apr 6, 2022
87
606
I've hesitated trying this one, the MC looks like he's 40 - a 40 year old virgin- and that movie sucked. :ROFLMAO: It's gotten good reviews though so I'm giving it a shot.
 
3.50 star(s) 35 Votes