chuckypetya

Member
Jan 18, 2018
376
202
Okay guys, i get this error when i try to load my last save.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/code/classes/00action_file.rpy", line 32, in __call__
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 "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-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 "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "game/code/classes/00action_file.rpy", line 32, in __call__
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-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
Fetish Locator Week 2 1.11.16
Sat Sep 25 13:25:08 2021
```
 

bcool

Member
Donor
Sep 29, 2018
217
172
Okay guys, i get this error when i try to load my last save.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/code/classes/00action_file.rpy", line 32, in __call__
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 "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-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 "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "game/code/classes/00action_file.rpy", line 32, in __call__
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "C:\Users\PeTyA\Documents\Mods Studio 2\My Games\FetishLocatorWeek2-1.11.16-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
Fetish Locator Week 2 1.11.16
Sat Sep 25 13:25:08 2021
```
same here :(
 

RC-1138 Boss

Message Maven
Apr 26, 2017
13,187
19,614
same here :(
Try starting a save from 2 versions ago, this solved my problem. Don't remember if i was using a mod with the previous version and this messed with the saves.

About the update.
Anyway i only got 17/20. Did someone got more or my feeling that we will need to play the Extended Edition to fix this will end up being true? Or maybe failing the app challenge is the only outcome? :unsure:

Never saw that type of strap on that Alisson had for Mike to do a DP on her. And color me surprised that Vanessa Webb is her mother. :oops::LOL:
Speaking of strap on, never participate in a competition called "you bet your ass" before knowing the rules. Both outcomes were funny. :ROFLMAO::ROFLMAO::ROFLMAO:

On the plot part Mike, Stacy and AmRose joined forces with Hana to investigate FL app and the people behind it. This will have to progress fast on Week 3 since we don't have a single clue of who is behind it other than personal feelings, like me being sure Lydia is behind.

Speaking of Lydia i look forward to the day i can dumb her. Nice that i could avoid to kiss her this time. :devilish:

Oliver was expected already after all the hints and so was Stacy at the end. But it was cool that Stacy is pretty much the one open to poly relationships.
 

flachelence

Member
Jan 5, 2019
104
237
Thoughts on the update.
It does seem like for story purposes failing the challenge will always happen. Even if you fuck everyone fuckable I'm sure it'll only add up to 19 before midnight with you missing Stacey by a few seconds. My problem with that only comes down to we had this big sex party for the mc to bang 2 girls. Shouldn't it have just been a big orgy to get as many points as possible? Anyway I still liked the Stacey scene and the Samiya scene, so not a bad update just weak with the story contrivances.
 
  • Like
Reactions: ARB582

lkta

Member
May 3, 2017
350
567
Is the max 17 (technically 18)? I accepted every fetish used a guide even did the trans content only denied the gay blowjob right at the end of this update and I had 16 but MC technically penetrates Stacy 1 second b4 the end even though it doesn't update the count for her. Anyone else get higher than 17?
i got 18, you would have had 18 if you had done the BJ. 18 is the most you can get in the non extended & 19 (not counting Stacy) is the most in the extended
 

WhiteWolf34Uk

Active Member
Apr 2, 2021
572
121
someone know how i can pass that moment or part of this game when mc is at the pool with lydia after that fight with AmbRose or someone have a savefile after that moments? thanks
 

sherihancroft

Newbie
Nov 15, 2020
22
10
seems there may be a tiny issue with latest update unless im doing something wrong
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/code/d10/d10s04.rpy", line 401, in <module>
NameError: name 'd09_prankvw_done' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "code/d10/d10s04.rpyc", line 401, in script
File "C:\Users\backup pc\Documents\MEGAsync Downloads\PC\FetishLocatorWeek2-1.11.16-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\backup pc\Documents\MEGAsync Downloads\PC\FetishLocatorWeek2-1.11.16-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\backup pc\Documents\MEGAsync Downloads\PC\FetishLocatorWeek2-1.11.16-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/code/d10/d10s04.rpy", line 401, in <module>
NameError: name 'd09_prankvw_done' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Fetish Locator Week 2 1.11.16
Sat Sep 25 17:06:46 2021
```
 

AL.d

Well-Known Member
Sep 26, 2016
1,581
5,255
If that last scene with
You don't have permission to view the spoiler content. Log in or register now.
is considered good, then I don't know what's considered bad. Dropping a bunch of animations and then just writing a couple lines that keep repeating in every position, does not make a good scene. It's the writing that makes all the difference in a scene. If I just want animations, I can watch Source porn vids. They look better than anything DAZ can do.
 

Canto Forte

Post Pro
Jul 10, 2017
21,207
26,038

ViNovella Games @vi_novella

Week-2 is finished! Play it now in the Standard Edition!
 
4.10 star(s) 169 Votes