VN Ren'Py Abandoned The Davis Family [v1.1.0] [B & D & S & M Productions]

1.80 star(s) 5 Votes

Silveri

Member
Aug 5, 2016
204
336
Quite many errors in this build too. I was able to install virus in Lauren's pc and fix it once. After that always an error when she needs my help with pc again. Same thing when I try finding those sleeping pills in Lauren's room. So I'm unable to get those yoga scenes and rest of "laptop help" pics.
 

GrayTurtle

New Member
May 22, 2017
8
5
I have a little problem with the Console Commands it is not possible for me to type [] in the renpy console. Is there something i must enable first or am i doing something completly wrong ?
 
  • Like
Reactions: stomp

Dole

Well-Known Karen
Apr 28, 2017
3,002
2,496
Bug 1.1
When I remember correct this bug is aso before in 1.0.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 359, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1764, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\core.py", line 2553, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\core.py", line 3237, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\transition.py", line 45, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\screen.py", line 653, in event
rv = self.child.event(ev, x, y, st)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\behavior.py", line 897, in event
return handle_click(self.clicked)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\behavior.py", line 832, in handle_click
rv = run(action)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\behavior.py", line 299, in run
new_rv = run(i, *args, **kwargs)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 359, in __call__
renpy.save(fn, extra_info=save_name)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\loadsave.py", line 300, in save
dump((roots, renpy.game.log), logf)
File "D:\Downloads\TheDavisFamily-1.1.0-pc\renpy\loadsave.py", line 45, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
The Davis Family 1.1.0
 

Fekkoff

Newbie
Jul 21, 2017
48
19
Anyone else having issues getting the medicine from sisters room more then once ? everytime i go back game crashes when i try to grab thema gain

Or know if its possible to fix ?


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

While running game code:
  File "game/events-lauren.rpy", line 1027, in <module>
  File "game/inits.rpy", line 484, in __call__
  File "game/inits.rpy", line 517, in check
  File "game/inits.rpy", line 514, in get_prob
ZeroDivisionError: float division by zero

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

Full traceback:
  File "script.rpyc", line 123, in script call
  File "events-lauren.rpyc", line 1027, in script
  File "H:\Hentaigames\TheDavisFamily-1.1.0-pc\TheDavisFamily-1.1.0-pc\renpy\ast.py", line 1681, in execute
    if renpy.python.py_eval(condition):
  File "H:\Hentaigames\TheDavisFamily-1.1.0-pc\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "H:\Hentaigames\TheDavisFamily-1.1.0-pc\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/events-lauren.rpy", line 1027, in <module>
  File "game/inits.rpy", line 484, in __call__
  File "game/inits.rpy", line 517, in check
  File "game/inits.rpy", line 514, in get_prob
ZeroDivisionError: float division by zero

Windows-7-6.1.7601-SP1
Ren'Py 6.99.13.2919
The Davis Family 1.1.0
 

Slimjim211

Member
Jun 10, 2017
206
15
i am stuck on this part. lauren & ryan sleep naked after screwing. i really want to get closer to them, but i bet they'll wake up if i'm not discreet enough. let's see if i can figure out hoe to do this.
 

Dolphin3000

Well-Known Member
May 9, 2017
1,303
1,915
Whats the meaning of NTR?
NTR is the short term for the word Netorare (Japanese word used in hentai games meaning 'cuckolding')
If a game includes netorare, the MC's girl (wife, girlfriend, or any romantic target) will have sex with at least one other man.
 

Dolphin3000

Well-Known Member
May 9, 2017
1,303
1,915
Is there a patch or anything to restore incest in the game, or they just gave in to Patreon's absurd censorship in games for adults?
 

loqex

Well-Known Member
Aug 5, 2016
1,005
510
Bug 1.1

renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed
I think too much has changed so the old save game is incompatible. I started a new game and didn't have the pickle error when trying to save.
 
1.80 star(s) 5 Votes