RazorX

Active Member
Modder
Nov 23, 2017
540
540
@muttdoggy

Dating My Daughter Chapter 2 v0.16 Pre-Patched


ok guys for those that are interested and have or is willing to follow my guide then this is my latest prepatched version and from my many many tests (20+ run through's atleast) i haven't received a single error so here is the download for you.

This does not require any of my previous patches including patch 4.
  • if you are running Patched #2 with patch 4 applied you don't need this.
  • if you are running Patched #2 alone then if you have a save that takes you to the spa before elena shows up then you should be able to use this or apply Patch 4 and continue from that part rather than starting again.

Download:
 
Last edited:

UnnamedRS

Newbie
Jun 8, 2017
53
16
1. Turn ON the game.
2. Click "Continue from CH.1"
3. Click on the left up corner "Save doesn't appear?"
4. Fill out the fields
Your Name: ......
Daghter Name: .....
All points set on 100
If you want have harem: Chooste 1. rejected Elena ---> NO 2. Rejected Georgina---> NO
 
  • Like
Reactions: RazorX

Djaden57

Newbie
Sep 29, 2017
88
32
Does the Mac version work for you? I downloaded it three times on three different sites and I can't open the zip file, it tells me "not allowed operation".
Need help please.
 

RazorX

Active Member
Modder
Nov 23, 2017
540
540
Does the Mac version work for you? I downloaded it three times on three different sites and I can't open the zip file, it tells me "not allowed operation".
Need help please.
sorry i don't have a mac to test it
 

fm

New Member
May 12, 2017
5
4
keep getting this error



While running game code:
File "game/ch2_day0.rpy", line 5971, in script
NameError: name 'y_name' is not defined

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

Full traceback:
File "game/ch2_day0.rpy", line 5971, in script
File "\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "\renpy\character.py", line 847, in __call__
who = renpy.python.py_eval(who)
File "\renpy\python.py", line 1749, in py_eval
return py_eval_bytecode(code, globals, locals)
File "\renpy\python.py", line 1743, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'y_name' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
DMD Chapter 2 0.16


Any ideas??
 

esas

New Member
Nov 27, 2017
10
8
Does the Mac version work for you? I downloaded it three times on three different sites and I can't open the zip file, it tells me "not allowed operation".
Need help please.
You don´t need a mac version, just download Ren´py and play. It works all Ren´py games, it´s free and really easy to use.

1) Download win-based RenPy game.
2) Then download the SDK: (macOS Ren'Py SDK).
3) Run Ren'Py DMG, extract the files.
4) Unzip your game and then put it in Ren'Py folder.
5) Run Renpy.app, refresh your projects list, choose "GAME NAME" and then press "Launch Project".
 
Last edited:

RazorX

Active Member
Modder
Nov 23, 2017
540
540
keep getting this error



While running game code:
File "game/ch2_day0.rpy", line 5971, in script
NameError: name 'y_name' is not defined

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

Full traceback:
File "game/ch2_day0.rpy", line 5971, in script
File "\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "\renpy\character.py", line 847, in __call__
who = renpy.python.py_eval(who)
File "\renpy\python.py", line 1749, in py_eval
return py_eval_bytecode(code, globals, locals)
File "\renpy\python.py", line 1743, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'y_name' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
DMD Chapter 2 0.16


Any ideas??
it looks like your name isnt defined so you will need to set your character name by clicking your daughters face in the top right
 

fm

New Member
May 12, 2017
5
4
it looks like your name isnt defined so you will need to set your character name by clicking your daughters face in the top right
thanks. I get the error when I try to load my save, so I can't actually get into the game to click on her face. Do I need to start chapter 2 from the beginning?
 
  • Like
Reactions: ayyylmaooo

ayyylmaooo

Member
Donor
May 5, 2017
334
378
i still get this

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

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
    ui.interact()
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\loadsave.py", line 594, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\python.py", line 1674, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\python.py", line 1517, in rollback
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
DMD Chapter 2 0.16
 

RazorX

Active Member
Modder
Nov 23, 2017
540
540
thanks. I get the error when I try to load my save, so I can't actually get into the game to click on her face. Do I need to start chapter 2 from the beginning?
yeah everyone has had too, not sure why
 

RazorX

Active Member
Modder
Nov 23, 2017
540
540
i still get this

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

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
    ui.interact()
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\loadsave.py", line 594, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\python.py", line 1674, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Samsung\Downloads\Dating My Daughter v0.16 (Extras Included) Patched #2\Dating My Daughter\renpy\python.py", line 1517, in rollback
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
DMD Chapter 2 0.16
hmm not sure on that one other than it might not have extracted correctly, please try using:
thanks
 

bob danio

Member
Sep 16, 2017
275
102
please, help me. I do not play the game. the previous chapter gave me the same problem, I solved it but I do not remember how. I get the error "rollback, ignore etc" when I load a save.
 
3.80 star(s) 336 Votes