DLA67

Newbie
Jun 3, 2020
24
5
I am having issues loading my save from version Lust-Academy-2-1.8.1d-pc. when I try I get the following ...

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, 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 "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, 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 "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/viewport.py", line 298, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1064, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 999, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 769, in load
log.unfreeze(roots, label="_after_load")
File "renpy/rollback.py", line 1078, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/rollback.py", line 889, in rollback
self.load_failed()
File "renpy/rollback.py", line 807, 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-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.9.1d
Wed Mar 8 20:57:12 2023
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,535
Bear in the Night I love your work but i have to say that with such a quality heavy title you really need to have someone with an english language writing ability go through your scripts before adding them to the game as the most recent lines of dialogue were absolutely terrible and for a title like yours that has a great story at times, It REALLY needs that extra care taken to deliver a narrative that doesn't read like it was machine translated by a 5 year old
Yeah we know, and will do massive proofread before releasing S2 on steam
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,326
Well, I've enabled skip unread dialog in the setting but the game does not fast forward or skip the unseen dialogs. This has been the case for previous updates as well.
You need to disable it (button is greyed) for it to work. It's ass backwards but it works that way (dunno why)

I've been stuck on the same step on Ashley's route for at least 3 builds now and can't do anything with her anymore .....
stuck.png
 

Nemo56

Forum Fanatic
Jan 7, 2018
5,190
4,224
You need to disable it (button is greyed) for it to work. It's ass backwards but it works that way (dunno why)

I've been stuck on the same step on Ashley's route for at least 3 builds now and can't do anything with her anymore .....
TBH I don't remember what I did at this exact point, but usually you talk to her by speaking to the receptionist in the hotel launge. In later steps she'll meet you at the caffee.
 

JackMiejov

Well-Known Member
May 20, 2021
1,281
2,301
Could you provide a little bit more details on that?
Same for me. Old saves wouldn't load (traceback said it couldn't find a point to stop rolling back), so I started season 2 over, but if you go into settings and enable skip of "unseen text", "after choices", and "transitions", pressing skip still does nothing, so I had to click through the whole season.
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,326
Same for me. Old saves wouldn't load (traceback said it couldn't find a point to stop rolling back), so I started season 2 over, but if you go into settings and enable skip of "unseen text", "after choices", and "transitions", pressing skip still does nothing, so I had to click through the whole season.
Put it back off and you can hold CTRL to skip, settings are borked
 
  • Like
Reactions: moi69

Moshe619

New Member
Aug 18, 2022
13
8
I am having issues loading my save from version Lust-Academy-2-1.8.1d-pc. when I try I get the following ...

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, 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 "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, 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 "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/viewport.py", line 298, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1064, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 999, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 769, in load
log.unfreeze(roots, label="_after_load")
File "renpy/rollback.py", line 1078, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/rollback.py", line 889, in rollback
self.load_failed()
File "renpy/rollback.py", line 807, 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-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.9.1d
Wed Mar 8 20:57:12 2023
I'm getting the exact same error when trying to load my 1.8.1d save as well
 

slothen29

Member
Aug 26, 2020
103
337
are season1 and season2 different games? is there a save-transfer thing? or do you just play one and then play the other?
 

Neko-Chan Pacifica

Active Member
Jul 6, 2021
910
917
I only just realized that my little cutie shizuka who is in this game who is just so adorable is also in this game too. not sure how that slipped past me, it's probably because it's been a long long while since i last played this game. wasn't there an ic patch for this game ages ago? the girl who goes to the wizarding school with him? can't remember what the ic relationship was with him maybe his sister or something?
 

Resmund

New Member
May 19, 2017
3
7
You need to disable it (button is greyed) for it to work. It's ass backwards but it works that way (dunno why)

I've been stuck on the same step on Ashley's route for at least 3 builds now and can't do anything with her anymore .....
View attachment 2452882
On Sunday in the morning (this is only possible at this exact time) talk with Mina she will take you to Ashley.
 

Juicer97

Member
Jun 2, 2022
499
721
Thought this would be better. The render quality varies quite a bit from one scene to another and the scenes themselves are ok, quite vanilla. This having harem tag I thought there would be more poly action, but maybe at a later date. really there are too many characters that really didn't have to be included and instead they could've focused more on main girls.
 
3.80 star(s) 170 Votes