3.60 star(s) 36 Votes

69oral

Newbie
Sep 30, 2020
16
1
Playing v0.7.1.a. The in game hints for Lilly say "Wait another weekday", the hints for Molly say "Progress with Lilly to trigger next chapter with Molly". I don't have Lilly deepthroating yet, is that the trigger? If so what do I need to do? I have fucked Molly at the poolside and during yoga.
 
Last edited:
  • Like
Reactions: Virus9

welk

Newbie
Oct 3, 2019
28
12
Can anyone help with this error ???
It does not accept click on "Ignore error" and I have no experience with these codes.
Sorry if I posted it wrong.
Grateful.

.................................
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 "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-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 "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-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 "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-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
Exchange Student 0.7.1.a
Sat Jul 15 06:06:51 2023
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,821
17,525
Can anyone help with this error ???
It does not accept click on "Ignore error" and I have no experience with these codes.
Sorry if I posted it wrong.
Grateful.

.................................
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 "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-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 "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-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 "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "Y:\Nova pasta (2)\ExchangeStudent-0.7.1.a-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
Exchange Student 0.7.1.a
Sat Jul 15 06:06:51 2023
If you're told the game couldn't find a place to stop rolling back, it means your save isn't compatible with the current version of the game. (See the final sentence at the bottom, under "Exception".) Unfortunately, I don't believe there's anything you can do about this one.
 

Jack0h

Active Member
Sep 7, 2018
697
720
month ago 1st teaser after that nothing so with normal routine update is out late july-mid august.
I don't remember ever seeing this in the game.

I think a walkthrough is kinda called for. There appear to be a number of alternate paths, and its in the dev's interest to have subscribers/potential subscribers exploring the game...
 

Hellster

Engaged Member
May 18, 2019
2,264
2,706
I don't remember ever seeing this in the game.

I think a walkthrough is kinda called for. There appear to be a number of alternate paths, and its in the dev's interest to have subscribers/potential subscribers exploring the game...
Are you playing in VN mode or Sandbox ?
 

cxx

Message Maestro
Nov 14, 2017
64,928
32,732
I think a walkthrough is kinda called for. There appear to be a number of alternate paths, and its in the dev's interest to have subscribers/potential subscribers exploring the game...
well there are some choices which really matter but those aren't hard to figure.
 

cxx

Message Maestro
Nov 14, 2017
64,928
32,732
sandbox. I am unsure how to play in vn mode. What are the advantages/disadvantages of each ?
there is choice when starting game if vn or sb. on sb you need to click bit more, at 1 point sb was only updated but now both get updated at same time.
 

Jack0h

Active Member
Sep 7, 2018
697
720
there is choice when starting game if vn or sb. on sb you need to click bit more, at 1 point sb was only updated but now both get updated at same time.
Okay, how does that effect whether you are putting the boots to Lily or not ?
 

cxx

Message Maestro
Nov 14, 2017
64,928
32,732
As they should. What choices might I have made that would keep that from happening ?
watching porn with her, talking to her, going to jogging with her (due game bug you can do it twice in same day or once with her and once with her mommy), talk to her friends, just spend time with her and be nice.
 
3.60 star(s) 36 Votes