EnterpriseNL

Active Member
Donor
Aug 16, 2017
514
541
357
My chapter 13 save broke unfortunately, anyone can explain?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, 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:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 1733, in load_failed
    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 7.3.5.606
A Mother's Love PLUS Part14PLUS
Sat Jul 20 18:04:42 2024
 
Last edited:

pm1616

Newbie
Jul 4, 2021
55
54
193
My chapter 13 save broke unfortunately, anyone can explain?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, 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:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "E:\Downloads chrome\AMothersLovePLUS-Part14PLUS-pc\renpy\python.py", line 1733, in load_failed
    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 7.3.5.606
A Mother's Love PLUS Part14PLUS
Sat Jul 20 18:04:42 2024
Yh I got the same thing, I don't think there has been a mention yet in the chat regarding a fix
 

Mikiyo

Member
Sep 30, 2017
123
85
192
Ello!
After finish part 14 I have to share my opinion on the story so far.

1-Marilyn
Ever since the release of Part 13, I feel like her character and personality have change 360. Before the release of part 13, Marilyn have always been playful with the MC. Teasing here and there. We know she had a small feeling for MC which is why her character is very playful toward the MC. Start of part 13 her character and personality seem to feel like it took a 360. The way her interaction toward the MC doesn't feel playful anymore and more like she just being mean cause she can and attack MC with every comments he made. Before she would go out of her way to help MC with his problem and now she would happily give him the cold shoulders or only help if there a benefit for her. We know as a fact she fancy Nicole and never give MC bad feeling about MC getting laid with Nicole but now Marilyn act out on MC having so much sex with Nicole and comments on MC cheating on Chloe every chance get to tell MC. I don't know why the Dev decide to give Marilyn a personality change but for me I don't like it.

2-NTR & Magic
Let start with I don't have problem with NTR as it make the story so people don't suddenly attack me with comments on it. The NTR make sense in the story since MC is as a fact Cheating on Chloe with her mother so no defend on that as to why Chloe would Cheat on MC with Beeman. Also seem like Chloe may have a secret fetish for old man and rough sex even if she doesn't admit it. But as of release part 14 and learning Mr Heaven have offer a job for MC mother, with that scene alone it make me wonder if the Dev decide to Aim for one of people to marketing the game. Why did I think the Dev just throwing NTR for marketing? Cause it make no sense in the story. Which come down to the Magic in the story. Did part of the story with magic been remove to make this scene come truth? There were scenes in the past story I can remember with MC Parents and Marilyn known about Mr Heaven and I know the magic part of the story haven't completely been remove as it show Marilyn can still read MC mind. So would MC parents accept Mr Heaven offer knowing what they know about him. I like to believe not. But as I read the comments page a few people feel the same with how MC mother story going to turn out. Which is why I believe the remove of parents magic scenes been remove to make up for this part of the story to Aim for more people to play the game which it fine even if it seem a little desperate.

Overall it does feel like the story just move a bit forward like we only halfway, removing Beeman, Nicole affair with MC and how will Chloe romance with MC remain going forward. So far it feel like Mr Heaven have control of everything since MC start working for him with no way of winning even with How MC and Silvia trying to find Evidences against him or I believe Mr Heaven letting them find them as part of his bigger plan. What not in Mr Heaven plan is there seem to be someone else looking into Mr Heaven business to get back at him which I find interesting. Anyway let end with how I'm happy the game haven't been Abandoned. Thanks.
 

With The

Active Member
Jul 25, 2021
882
1,259
338
btw in part12 dev said he is not gonna making fan dissapointed let jhon sex with nicole but dude still making scene jhon have sex with nicole even tho it just mc though. my point is dev want to make this game hard ntr as possible but pull down and now he is targeting mc mom to become victim. orb is ntr lover for sure
 

EnterpriseNL

Active Member
Donor
Aug 16, 2017
514
541
357
I just played it after some difficulties with saves, and that cliffhanger is huge, this is going to be bad, it's a Silvia situation all over again
 
  • Like
Reactions: Insomnia_z

NebulousShooter

Forum Fanatic
Donor
Oct 24, 2018
4,709
32,262
698
Man, I see NTR as a more comprehensive issue, like the MC may not be interested in his mother, but she is a person he loves and wants to protect and the antagonist wants to corrupt and degrade the MC's loved ones. I never complained about other characters because they weren't important to the MC, but the mother is another story, doesn't always need to be a sexual relationship or a romantic relationship, but any important person in the MC's life is what I consider NTR, let's think along this path, your mother who is married to your father and you love you mom is kidnapped by someone and corrupted to become a sexual object or someting else, you wouldn't be mad about that? or you'd be fine with them doing that to your mother? NTR was very condensed into a single style where the MC's love interest is stolen, but I think the term NTR should be more comprehensive and add family members as well, like you may not be romantically interested in a loved one but you love that person and don't want that this happens to her. I know it's just a game, but you start to have an attachment to the characters you play with over time that what hepen to me i don't nw if you is the same or any other.
NTR could be family members(in non incest stories), even childhood friend trope as well. The one time definition retards scholars in this forum don't look to Japan is coincidently when it doesn't fit their biases. Not that it fucking matters how you call it when it has the same narrative purpose, it targets the same audience and is designed to elicit the same type of emotions.
 

fishbrain

Forum Fanatic
Apr 9, 2018
4,470
6,229
771
He graduated, he's an adult can't force him to do anything but it'll be interesting to see what happens next. At least we're one update closer to kicking rat face's teeth down his throat.

Someone give me the save file of the previous version
You can start from the new chapter.
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
77,988
40,437
1,570
hi dev
all my 11 pages of saves are creating an exception
can you have a look
thanks
1. dev not here
2. when was last time you restarted game?
3. did you play with wt-mod?

Yh I got the same thing, I don't think there has been a mention yet in the chat regarding a fix
answer 2nd and 3rd questions above.

Not according to the official walkthrough. The test results will come back negative if you have 8 or less cumming inside nicole points.
well she hasn't had sex with others than mc so it should be his baby. doubt there are many who haven't chosen to fill her pussy.
 
Last edited:

pm1616

Newbie
Jul 4, 2021
55
54
193
1. dev not here
2. when was last time you restarted game?
3. did you play with wt-mod?



answer 2nd and 3rd questions above.
Last time I played game was when part 13 came out
And yes I did play with the WT-mod
 
4.20 star(s) 251 Votes