Squito

New Member
Nov 20, 2017
12
11
AdventAnyx when I load my save from v0.2 I get kicked back to the title instead of loading the game. Do I have to start the game again or is this a known bug?
 

itsnottme

Newbie
Mar 31, 2018
82
28
Error when loading a save file from the end of v0.2


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_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\display\behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-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 "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "D:\New folder\Games\iNSight-of-you-ver.3a-pc\iNSight-of-you-ver.3a-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
iNSight of you ver.3a
Sun Apr 19 12:34:43 2020
 

popober

Well-Known Member
Jun 9, 2017
1,042
2,526
I'm also experiencing the save issues. Loading manual saves just boots me back to the main menu; loading the autosaves gives an error.
 

byran47

Member
Jun 8, 2017
454
660
So what kind of corruption is this the hardcore(Public use/sharing) or softcore(Harem) kind?
 

lightweiwei

Newbie
Jun 13, 2017
50
12
Any walkthrough? I have no idea what to do after I got Gloria to suck MC's dick. and also, how can I progress Maya? I invited her to my house and have sex, then what?
 
  • Like
Reactions: libertypics

ciabello

Newbie
Jul 17, 2018
32
10
Just a bit of feedback about this update:
-in chapter 3 when controlling Esther it says it gives sam 3 work points, when in ch3 work points aren't needed anymore.
-Esther loses study points over time, and given how much of her currency is needed in ch3 it's not a good thing.
-the secret scene does not unlock cheats (in case i misunderstood that secret condition tell me)
-arriving at the endscreen of this build does not unlock cheats in freeplay after that

overall yeah, i love the game, i don't like the amount of 'filler clicks' there are in ch3 if RNG goes ballistic
 

lightweiwei

Newbie
Jun 13, 2017
50
12
Just a bit of feedback about this update:
-in chapter 3 when controlling Esther it says it gives sam 3 work points, when in ch3 work points aren't needed anymore.
-Esther loses study points over time, and given how much of her currency is needed in ch3 it's not a good thing.
-the secret scene does not unlock cheats (in case i misunderstood that secret condition tell me)
-arriving at the endscreen of this build does not unlock cheats in freeplay after that

overall yeah, i love the game, i don't like the amount of 'filler clicks' there are in ch3 if RNG goes ballistic
It seems like you have finished this build, may I ask you some question? I have no idea what to do after I got Gloria to suck MC's dick. and also,and how can I progress Maya? I invited her to my house and have sex, then what?
 
4.40 star(s) 163 Votes