Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • use the latest updates page in the main menu for recently updated games (we are still fixing this section.)
4.50 star(s) 2 reviews
Code:
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_load_save.rpym", line 35, in script
    $ ui.interact()
  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 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ 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, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4258, 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/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  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 1399, in event
    rv = super(Window, 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/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1008, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  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.3.22090809
Libertine: Chapter 8 (0.8.3p) 0.8.3p
Wed Jun 11 23:01:35 2025

That's what I get when I try to continue from the end of the previous chapter using 8.3
Me too. Tried older saves as well.
 
Code:
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_load_save.rpym", line 35, in script
    $ ui.interact()
  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 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ 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, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4258, 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/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  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 1399, in event
    rv = super(Window, 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/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1008, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  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.3.22090809
Libertine: Chapter 8 (0.8.3p) 0.8.3p
Wed Jun 11 23:01:35 2025

That's what I get when I try to continue from the end of the previous chapter using 8.3
Me too. Tried older saves as well.

I should have mentioned: opening up the gallery and chapter replay for the public version requires a new start of the game. Old saves won't work. I'm sorry, there was just no way to get it to work for you all and not lose old saves.

I'm relatively hopeful there won't be a need to restart again with future updates. The code is getting an upgrade in 0.10, but it should just be streamlining the gallery and chapter playback process, not shifting around where saves are trying to look.
 
I should have mentioned: opening up the gallery and chapter replay for the public version requires a new start of the game. Old saves won't work. I'm sorry, there was just no way to get it to work for you all and not lose old saves.

I'm relatively hopeful there won't be a need to restart again with future updates. The code is getting an upgrade in 0.10, but it should just be streamlining the gallery and chapter playback process, not shifting around where saves are trying to look.

Got it. I'll start over. Thanks for the clarification.
 
Any chance of getting the updated Mac version out?
Give me a little bit of time and I will. Have been dealing with some gdbs.
 
Awesome, looking forward to playing it soon once that update is live for mac
There's a little snag I'm trying to work out first. I am sorry it's been delayed. It will be available as soon as possible.
 
When I download the APK it tells me the pass is incorrect and won't let me install
 
When I download the APK it tells me the pass is incorrect and won't let me install
It is going to be one of two things. Either you have a space at the beginning or end of the password you are entering, which happens with copy/paste functions, or if you typed it in by hand, you may have mistaken the difference between "O" (oh) and "0" (zero). All of the circle things are zeroes.

ETA: Except the lower case 'o', which is an 'oh'.
 
When I try to open the mac link from Gofile I get a popup saying "The application “Libertine” can’t be opened." I extracted the rar with The Unarchiver app since mac doesn't natively do that. I've used The Unarchiver for rar files before and haven't had this issue. Once I extracted the file clicking the app gives me that popup
 
Yo Cynist. This is a great story idea and I hope you keep it going for a long time! Even if a sequel takes place during the school year. lol
 
It says it uses an older version of android. This happened with another game too. So I guess I need to wait for the next update.
 
It says it uses an older version of android. This happened with another game too. So I guess I need to wait for the next update.
It won't run on the current version of Android? I've never heard this before, but I have very little knowledge of Ren'py and Android compatibility.
 
It says it uses an older version of android. This happened with another game too. So I guess I need to wait for the next update.
Does it stop you from playing the game, or does it just give you a warning and let you continue (about ⅔ of the way down the notice)? I've noticed that some of the Android ports give me a popup notification that it was made for a previous version of Android and might therefore be dangerous, but still let me continue anyways. I've played so many games that I can't remember which ones specifically I've gotten this message for, but it's happened in about one in five android ports that I've played.
 
Does it stop you from playing the game, or does it just give you a warning and let you continue (about ⅔ of the way down the notice)? I've noticed that some of the Android ports give me a popup notification that it was made for a previous version of Android and might therefore be dangerous, but still let me continue anyways. I've played so many games that I can't remember which ones specifically I've gotten this message for, but it's happened in about one in five android ports that I've played.
It says it doesn't have security features of newer android versions. So I suppose it is a warning I could ignore.
 
It says it doesn't have security features of newer android versions. So I suppose it is a warning I could ignore.
IIRC, you can also use an app called JoiPlay to use Windows versions of Ren'Py games.
 
IIRC, you can also use an app called JoiPlay to use Windows versions of Ren'Py games.
I genuinely prefer playing the ports over the windows version on JoiPlay usually, for two reasons: first, they tend to have been compressed first which makes them smaller. Second, they usually have extra Android specific features that make it easier to play on Android.
 
It says it doesn't have security features of newer android versions. So I suppose it is a warning I could ignore.
Google wants Google's fingers in every pie. The ''security features'' that the app is missing is Google play protection's code that checks the data of every app ''to make sure it is safe'' by sending it to Google. Any app that does not have Google's hooks in it is marked as made for an earlier version of Android before those were expected and shows an warning message.
 
Back
Top Bottom