Dolphin3000
Well-Known Member
- May 9, 2017
- 1,429
- 2,379
- 479
In the version I played there was no place to click to fix the stats, you had to input them manually.i tried the thing that said click here to fix stats, it crashed haha
In the version I played there was no place to click to fix the stats, you had to input them manually.i tried the thing that said click here to fix stats, it crashed haha
I'm not sure if this is really a coding problem or if Renpy itself can't accept this fucking dialogue.updated the reply. It writting in an imcompatible way. Wait for a patch unless you want to edit the script yourself. What you're missing out on is:
f "Oh shit!"
e "What's wrong?"
f "I found a condom here and I had to return it."
f "I should have kept it... I'm such a fool"
or
f "Luckily, they gave me a condom, so I'm more than ready hehe!"
Pressing ignore should put you right after this.
You don't load a v0.15 save game. You play v0.16 as if starting a new game, and you will play v0.15 all over again. (it's included in v0.16)I keep getting a line 427 error when i try to load save from end of v0.15
but how do i get that save file the the other version?You don't load a v0.15 save game. You play v0.16 as if starting a new game, and you will play v0.15 all over again. (it's included in v0.16)
No, if you get an error just press the ''Ignore'' option.Does the new version end at the F grabbing Elena's butt?
i meant edit your relationship, it crashes everytime for meIn the version I played there was no place to click to fix the stats, you had to input them manually.
Thanks for this. I'm at least in the game nowYou 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:You must be registered to see the links(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".
Gotta kiss her and pull her top offI understand this scene is not in the game?exhibition was 25 points at the beginning of the 16th day but this scene was notYou don't have permission to view the spoiler content. Log in or register now.
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?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