3.80 star(s) 60 Votes

Markus Schulz

New Member
Nov 1, 2017
6
0
20
The game reminds me of a very similar one, although I can't remember the name. It was also about a father, his daughters, his sister, and his niece, who turns out to be his daughter. Does anyone know the game?
 

Yrag78

Newbie
Feb 7, 2019
70
35
28
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/custom_screens.rpy", line 17, in execute
  File "game/scripts/custom_screens.rpy", line 17, in execute
  File "game/scripts/custom_screens.rpy", line 22, in execute
  File "game/scripts/custom_screens.rpy", line 27, in execute
  File "game/scripts/custom_screens.rpy", line 31, in execute
  File "game/scripts/custom_screens.rpy", line 39, in execute
  File "game/scripts/custom_screens.rpy", line 41, in execute
  File "game/scripts/custom_screens.rpy", line 42, in execute
Exception: Imagebutton does not have a idle image.

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

Traceback (most recent call last):
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
      ~~~~~~~~~~~^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^                
  File "renpy/display/core.py", line 2757, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
[Previous line repeated 1 more time]
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2757, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^ 
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/scripts/custom_screens.rpy", line 17, in execute
  File "game/scripts/custom_screens.rpy", line 17, in execute
  File "game/scripts/custom_screens.rpy", line 22, in execute
  File "game/scripts/custom_screens.rpy", line 27, in execute
  File "game/scripts/custom_screens.rpy", line 31, in execute
  File "game/scripts/custom_screens.rpy", line 39, in execute
  File "game/scripts/custom_screens.rpy", line 41, in execute
  File "game/scripts/custom_screens.rpy", line 42, in execute
  File "renpy/ui.py", line 961, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
           ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ui.py", line 957, in choice
    raise Exception("Imagebutton does not have a %s image." % (name,))
Exception: Imagebutton does not have a idle image.

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
The Daddy Plan 0.0.8.1
Mon Sep 15 11:37:15 2025
Got this when attempting to use the colour picker.
 

felixiscute

New Member
Jun 28, 2022
3
0
124
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/v07.rpy", line 1297, in script
  File "game/scripts/v07.rpy", line 1297, in <module>
  File "game/scripts/profiles_setup.rpy", line 57, in newBio
Exception: failed to insert katie into bioData

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

Traceback (most recent call last):
  File "game/scripts/v07.rpy", line 1297, in script
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/scripts/v07.rpy", line 1297, in <module>
  File "game/scripts/profiles_setup.rpy", line 57, in newBio
Exception: failed to insert katie into bioData

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
The Daddy Plan 0.0.8.1
Mon Sep 15 14:30:44 2025
Got this when meeting katie in class


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/v07.rpy", line 1425, in script
  File "game/scripts/v07.rpy", line 1425, in <module>
  File "game/scripts/profiles_setup.rpy", line 57, in newBio
Exception: failed to insert luna into bioData

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

Traceback (most recent call last):
  File "game/scripts/v07.rpy", line 1425, in script
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/scripts/v07.rpy", line 1425, in <module>
  File "game/scripts/profiles_setup.rpy", line 57, in newBio
Exception: failed to insert luna into bioData

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
The Daddy Plan 0.0.8.1
Mon Sep 15 14:41:41 2025

got this when meeting Luna in the locker room


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/v07.rpy", line 1552, in script
  File "game/scripts/v07.rpy", line 1552, in <module>
  File "game/scripts/profiles_setup.rpy", line 57, in newBio
Exception: failed to insert rob into bioData

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

Traceback (most recent call last):
  File "game/scripts/v07.rpy", line 1552, in script
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/scripts/v07.rpy", line 1552, in <module>
  File "game/scripts/profiles_setup.rpy", line 57, in newBio
Exception: failed to insert rob into bioData

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
The Daddy Plan 0.0.8.1
Mon Sep 15 14:44:37 2025

got this when meeting robert
 
Last edited:

Madrak

New Member
May 7, 2017
9
10
177
Really like this VN, kitten / Kathy is my personal favorite, but I like all of the girls. I've tried a few times to join via SS but keep getting declined Error code 0699, tried a couple different cards, same error code.

Ty for the great VN Shaddy!
I'm getting the same error code. I've tried 2 different CCs. Happening with multiple creators on SS too. I've sent an email to SS support.
 

Jarulf

White Knight
Donor
Aug 9, 2020
2,192
4,321
363
It would be great if we could turn off the giggling etc in a future update. I found it so annoying I played completely without sound.
Like the game otherwise.
 
  • Like
Reactions: guardianfather
3.80 star(s) 60 Votes