a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,552
16,096
Whenever I try to check my points in Ch2 (for ch3) I get this error

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

While running game code:
  File "game/screens.rpy", line 635, in execute
  File "game/screens.rpy", line 635, in execute
  File "game/screens.rpy", line 699, in execute
  File "game/screens.rpy", line 700, in execute
NameError: name 'v_day5_cafe01_rejectelena' is not defined

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

Full traceback:
  File "day23_00.rpyc", line 3955, in script
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\exports.py", line 1203, in say
    who(what, *args, **kwargs)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\character.py", line 1027, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\character.py", line 819, in do_display
    **display_args)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\character.py", line 568, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Porn Games\dating my daughter\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 635, in execute
  File "game/screens.rpy", line 635, in execute
  File "game/screens.rpy", line 699, in execute
  File "game/screens.rpy", line 700, in execute
  File "<screen language>", line 700, in <module>
NameError: name 'v_day5_cafe01_rejectelena' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Sun Jun 30 18:16:49 2019
Try to load a different save and see what happens in chapter 2 game.
 

armion82

Devoted Member
Mar 28, 2017
11,884
15,933
That is all i was saying. Staying off their radar is all he can do really. But You were the one who said he could not be banned.
Well I said that because I was thinking that we are dealing with rational people.But if we are talking for brainless dudes there is nothing we can do.
 
  • Like
Reactions: horniponi

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,425
9,680
wow you need a better hobby are you getting paid to comment this crap
sounds like a lot of jealousy building up inside(n) (n)
I'm not really sure
  1. Which of my 3 replies in that post that you're replying to, and
  2. How to interpret your reply.
I'm confused.


About Patreon doing what they want...well, kind of. They can do what they want. As long as they don't violate the contract with their users. If they do, they can be sued, and will probably lose.

For example - there's an author name Michael-Scott Earle. He was banned from Amazon. They didn't say why. Months back and forth, and finally they gave him some complaints. 2 of them were people saying his books were erotica. 3 of them were people asking where his books went. So, he's suing, and will probably win. Because they violated their contract with him.
 
  • Like
Reactions: Walk Through

EvilCartman

Newbie
Jun 10, 2017
44
28
I cant load any of my old Ch2 saves. Does anybody know what I am doibg wrong, or can anybody post a working Ch2 save.
This is the error I got.


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 264, in script
python:
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
KeyError: u'_main_menu_screen'

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

Full traceback:
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\main.py", line 513, in main
run(restart)
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\execution.py", line 876, in run_context
context.run()
File "renpy/common/00start.rpy", line 264, in script
python:
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\game.py", line 333, in call_in_new_context
return renpy.execution.run_context(False)
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\execution.py", line 901, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\erico\Desktop\DMD.CH3-0.22-pc\renpy\execution.py", line 365, in pop_dynamic
del store[k]
KeyError: u'_main_menu_screen'

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 3 0.22
Sun Jun 30 20:06:35 2019
 

Dolphin3000

Well-Known Member
May 9, 2017
1,284
1,861
Whenever I try to check my points in Ch2 (for ch3) I get this error

Code:
I'm sorry, but an uncaught exception occurred.
...
[/QUOTE]
Load your old save in the DMD.exe you created it, Then open your DMD.CH3.exe and input your points there. You can have both open at the same time.
 

Sieg Linde

Member
May 19, 2017
228
820
My bad if this has been asked but my search is showing results in a weird ass order.

One of the rpa files has Martin in them I guess meeting Rachel in the old apartment but I didn't get that scene, just her talking to off camera(?) people in the apartment. What changes this scene?
 

ComixFan

Member
Apr 15, 2019
302
493
The Father represents both the ID and Ego (and perhaps superego) of each player. If you play off the D only route, you are letting your ID loose, then you end up banging everything that walks that is not a dude. If the ID is a asshole, then so be it.
I've never really thought about it in terms of Ego and the subconscious mind (until you pointed it out) :D. I just want to bang everyone without the consequence of losing Daughter. In my mind, I compartmentalize each of the women. When I'm with one of them I don't think about anyone but that woman. Except of course when the story forces you to make a (moral?) decision. Early on in the story, you can't get caught with you cock in Elena's mouth on Game Over!

My vision of the game/VN is to include Georgina in our Relationship... if that ends up being possible. Also for Elena and/or Jennifer to "expand" daughter's mind to include lesbian and threesome possibilities. Elena could be an excellent "Trainer" for our girl... actually so could Georgina. She has a very strong personality and could expand Daughter's whore-izons (good pun huh?).

If you believe many Psychological? Experts, men are hardwired to sow his seed to as many females as possible. Studies show that as much as 50% US men seek sex outside of marriage. Personally I believe is just a lack of respect for your partner to cheat. Oh... I just have SO much pressure in my life I "have to" sleep around.... Sorry, I'm starting to ramble... too much coffee.

Ok. Great story. Daughter and Georgina are Super Hot. The writing is top notch. I can't wait to start Chapter 3 and see where the story goes. GREAT JOB. Cheers!

PS: the "side boob" images in the VW microbus are JUST AWESOME! SO HOT!
 
Last edited:

Sothyr

Active Member
May 26, 2019
886
940
I think it makes sense to do not every day. So jumps from 28 to 30 are ok. Not every day will happen something special. Such jumps would also make pregnancy (sex) possible.

But if Olivia makes a shopping date with D for the next day it feels unusual if it happens 2 days later without any comments. (That is wrong!!! She said day after tomorrow!!)

Storywise it would also be better not only just jump one or few days like from 28 to 30. Better also tell "2 Days later" at the beginning of the morning and maybe even telling why the story jumped one or few days.
 
Last edited:

WrittenBy

Newbie
Feb 6, 2018
24
3
I haven´t played this game for a while, I remember seeing a scene where Elena saw D and F doing stuff together. Did the plot evolve good and is there some more lesbian content or threesome? So is it worth a restart?
 

Kryptozoid

Well-Known Member
Sep 3, 2016
1,189
2,389
I haven´t played this game for a while, I remember seeing a scene where Elena saw D and F doing stuff together. Did the plot evolve good and is there some more lesbian content or threesome? So is it worth a restart?
Threesome and lesbian are only teased a bit more, but there's a lot of good content nonetheless.
 

LP83

Engaged Member
Oct 13, 2016
2,755
9,137
One of the BEST updates so far and what a way to start CH3!!
Several of the fetishes being softly introduced and all is coming along nicely!!

If you cant' tell this is one of my most favorite games by the wall of comments below, dunno what would do it lool

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
3.80 star(s) 320 Votes