black_N_white

Member
Oct 23, 2017
305
385
Game crashes when i load a save from v.15. Any help?

PS. this is the error i get
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 "E:\Dating My Daughter 0.16\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Dating My Daughter 0.16\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 "E:\Dating My Daughter 0.16\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Dating My Daughter 0.16\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Dating My Daughter 0.16\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dating My Daughter 0.16\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "E:\Dating My Daughter 0.16\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "E:\Dating My Daughter 0.16\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 "E:\Dating My Daughter 0.16\renpy\loadsave.py", line 594, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Dating My Daughter 0.16\renpy\python.py", line 1674, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Dating My Daughter 0.16\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
 
  • Like
Reactions: UnknownAnonymous

Downhilldown

Member
Dec 6, 2017
170
118
so...after several playthroughs my thoughts are:

✓ one of the few games with good, i mean really good story here. I see why people complain about lack of sexual content or moving forward with D, but as i was reading whole game text during playing, CORRUPTION is a massive word here. So you start with shy little D, and confused Dad, but story little by little takes us onto next level. Works for me!

✓ Scenery and textures are great, so much that i see few newer games with almost same Female model as D. Can't complain on that! :D

✓ So yeah, those two above makes a really really steamy atmosphere of the game. You have to admit it too, guys and girls...

- There are couple of weird dialogues that jump of track from good stroy line
- well, last thing: 0.16 (yeah that's says we have to wait or come through a long way to see the final product and final verdict)

overall, this game goes in top 3 games here as far as i know. Any other thoughts on it? I would like to hear yours. Thanks
 

rciik

Member
Jun 5, 2017
159
389
Is it possible to split this thread in two? One for technical support and one for talking about the game? I just went through 17 pages of people trying to get the game to work and only 6 posts that had anything content related.
 
Nov 20, 2017
26
13
Game crashes when i load a save from v.15. Any help?

PS. this is the error i get
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 "E:\Dating My Daughter 0.16\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Dating My Daughter 0.16\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 "E:\Dating My Daughter 0.16\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Dating My Daughter 0.16\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Dating My Daughter 0.16\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dating My Daughter 0.16\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "E:\Dating My Daughter 0.16\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "E:\Dating My Daughter 0.16\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 "E:\Dating My Daughter 0.16\renpy\loadsave.py", line 594, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Dating My Daughter 0.16\renpy\python.py", line 1674, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Dating My Daughter 0.16\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
I have the same issue, does anyone know why or how to fix it?
 

black_N_white

Member
Oct 23, 2017
305
385
You have to start a new save on this version.
and how can i do that? when i go to "Contiune from Ch. 1" i have no saves there..and whatever save i load from "Load save" option it crashes..even the ones posted by a1fox3... Even when i create my own save,i can play but when i try to save it crashes my game once again. I really wanna play this from my saves..any help ? :/
 

kDarcsen

Newbie
Nov 10, 2017
98
70
Can someone just link the native mac DL link? The zip file posted is corrupted. It's not that the file itself is not working, it just cant be uncompressed by any compression software. There is no work around using the win-file that I know of b/c you can't unzip the windows file of the game on a mac.
You can unzip it with a decompiler. I use the unarchiver. You can run the exe version just like you're running the python code by just sticking the folder in the Renpy SDK, running renpy, and from there selecting the game and launching it. In fact, you should do that with all your renpy games, it organizes it for you, and will let you run any version.
 

Londo_Mollari

Well-Known Member
Respected User
Donor
Sep 7, 2017
1,849
3,752
Any new of 0.16 patch??
have pussy fuck scene???
I assume you mean pussy fuck scene with D? Then no. But boob job with cumming over her lovely face and boobs :heartcoveredeyes:

Hello, in your opinion is there something worth the replay in v016 compared to v0.15 ?
Yep, nice new content and progress in story (involving D, F, E and Rachel) ... and see above :D
 
  • Like
Reactions: S256262

Entee

New Member
Nov 23, 2017
2
0
Give me a list of what you have : chapters, downloads, game-paths. I can guide you through...
i have chaper 1-2 and 0.16 but i read that i shoud but chapter one finish save file then put it in chapter 2 it works finne until i gave her the Daughter the neckles
 

TanMan

Newbie
Dec 3, 2017
39
15
There's definitely something wrong with the mac zip file download. I don't think running it through the Ren.py app is going to make a difference since that implies that I can actually unzip the file, which I can't.
 

medjai

New Member
Jun 10, 2017
11
0
Game crashes when i load a save from v.15. Any help?

PS. this is the error i get
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 "E:\Dating My Daughter 0.16\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Dating My Daughter 0.16\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 "E:\Dating My Daughter 0.16\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Dating My Daughter 0.16\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Dating My Daughter 0.16\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dating My Daughter 0.16\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dating My Daughter 0.16\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "E:\Dating My Daughter 0.16\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "E:\Dating My Daughter 0.16\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 "E:\Dating My Daughter 0.16\renpy\loadsave.py", line 594, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Dating My Daughter 0.16\renpy\python.py", line 1674, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Dating My Daughter 0.16\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
Same error here, will be any way to fix it or do I have to replay the Whole game all over again?
 

smut

Member
Jul 21, 2017
189
123
When I start the new version and it fails to load from Ch1, the game lets me enter variables, is it possible to reconstruct a game of my liking from only that?

And if I boost the variables, will I get access to more content/choices in Ch2?
 
Last edited:

crushmanga

New Member
Oct 1, 2017
12
6
Hey guys I downloaded the game with patch 4 but I'm getting an error and I keep pressing ignore but then the game crashes, I downloaded the game and tried to load my last save, didn't work, I pasted my 0.14 saves, still didn't work, I places all 0.15 save and still nothing, Am I missing steps cause It's not working at all
 

Qwasar

Active Member
Apr 20, 2017
821
790
this thread grows faster than one's ability to follow it....

Hey guys I downloaded the game with patch 4 but I'm getting an error and I keep pressing ignore but then the game crashes, I downloaded the game and tried to load my last save, didn't work, I pasted my 0.14 saves, still didn't work, I places all 0.15 save and still nothing, Am I missing steps cause It's not working at all
stop pasting your saves and use the questions at the beginning of the game.

Same error here, will be any way to fix it or do I have to replay the Whole game all over again?
whole game, you mean 0.15 and 0.16? It's not that time consuming if you keep left ctrl pressed during dialogues.

can a mod put in the first page a "guide" for this kind of thing? people talking about how their old saves don't work are cluttering the thread.
 
3.80 star(s) 322 Votes