FrezzPussy

Newbie
Dec 16, 2019
28
20
I played part 1 completely and without errors. When I want to continue with part 2 I get this error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 498, 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 "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\ast.py", line 823, in execute tecode, self.hide, store=self.store) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\python.py", line 1178, 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 "D:\3D\TACOS_S2-part1a-pc. (1)\TACOS2-part1a-pc\ren py\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\core.py", line 2166, in interact repeat, rv =. trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\core.py", line 3208, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\screen.py", line 793, in event rv = self.child.event(ev, x, y, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\3D\TACOS_S2-part1a-pc ( 1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1430, in event rv = super(Window, self).event(ev, x, y, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\3D\TACOS_S2-part1a-pc )\TACOS2-part1a-pc\renpy\display\layout.py", line 1430, in event rv = super(Window, self).event(ev, x, y, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\3D\TACOS_S2-part1a-pc )\TACOS2-part1a-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\behavior.py", line 1174, in event return handle_click(self.clicked) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\behavior.py", line 1095, in handle_click rv = run(action) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\behavior. py", line 395, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 498, in __call__ renpy.load(fn) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\loadsave.py", line 829, in load
 log.unfreeze(roots, label="_after_load") File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\rollback.py", line 1130, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "D:\3D\TACOS_S2-part1a-pc (1) \TACOS2-part1a-pc\renpy\rollback.py", line 925, in rollback self.load_failed() File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\rollback.py", line 843, 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.22631 AMD64 Ren'Py 8.2.3.24061702 TAC The Original Story 2 part1a Sat Aug 17 22:47:37 2024
 

Joratox

Newbie
Sep 1, 2018
82
228
I played part 1 completely and without errors. When I want to continue with part 2 I get this error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 498, 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 "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\ast.py", line 823, in execute tecode, self.hide, store=self.store) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\python.py", line 1178, 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 "D:\3D\TACOS_S2-part1a-pc. (1)\TACOS2-part1a-pc\ren py\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\core.py", line 2166, in interact repeat, rv =. trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\core.py", line 3208, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\screen.py", line 793, in event rv = self.child.event(ev, x, y, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\3D\TACOS_S2-part1a-pc ( 1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1430, in event rv = super(Window, self).event(ev, x, y, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\3D\TACOS_S2-part1a-pc )\TACOS2-part1a-pc\renpy\display\layout.py", line 1430, in event rv = super(Window, self).event(ev, x, y, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\3D\TACOS_S2-part1a-pc )\TACOS2-part1a-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\behavior.py", line 1174, in event return handle_click(self.clicked) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\behavior.py", line 1095, in handle_click rv = run(action) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\display\behavior. py", line 395, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 498, in __call__ renpy.load(fn) File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\loadsave.py", line 829, in load
log.unfreeze(roots, label="_after_load") File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\rollback.py", line 1130, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "D:\3D\TACOS_S2-part1a-pc (1) \TACOS2-part1a-pc\renpy\rollback.py", line 925, in rollback self.load_failed() File "D:\3D\TACOS_S2-part1a-pc (1)\TACOS2-part1a-pc\renpy\rollback.py", line 843, 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.22631 AMD64 Ren'Py 8.2.3.24061702 TAC The Original Story 2 part1a Sat Aug 17 22:47:37 2024
Is your part 1 save made exactly on the last black screen ? If not, this is probably the issue.
 
  • Like
Reactions: FrezzPussy

litbnwo

Newbie
Jan 19, 2023
54
94
I like it! However, there are some mistakes in the texts. I chose for the uncle to have sex with Anne, there was no blowjob, but then the uncle thanked her for the blowjob.
 
Last edited:
  • Like
Reactions: SoiCowboy

gam2000

Well-Known Member
Apr 12, 2021
1,232
1,070
So, I just found this game. Going to download Part 1, but do I need the "old" Ch 14 and 15?
 

longjohngold

Well-Known Member
Jan 22, 2020
1,216
1,907
So, I just found this game. Going to download Part 1, but do I need the "old" Ch 14 and 15?
No, TACOS isn't a sequel to the old one, but a revamp / updated version. The new one doesn't cover everything in the old one yet, but there's extra stuff along the way, so probably just play the new one which will eventually catch up, and just ignore the old one... so start with TACOS season 1, then you can import your save into season 2, not that I imagine there's much of that yet.
 

Firebeast

Active Member
Dec 24, 2021
544
399
Ive tried this but doesnt work.

Warning: don't delete your old TACOS 9b game unless you saved at the very last black screen.

To play TACOS Season 2 you need to load from a specific TACOS Season 1 save otherwise the game crashes:



Maybe this can get added to the first page / super highlighted in the changelog?
 

Darth Sidious

The Senate & Emperor of the First Galactic Empire
Donor
Sep 24, 2017
1,601
2,305
Fantastic intro to Season 2! I hope Emma will help corrupt Anne into sleeping with Martin more, all in a plot so Emma could justify her own cheating to get back in bed with MC :BootyTime: The difference is Anne is more about consent and sharing while Emma is a juicy cheating slut, each delicious in their own filthy ways.
 

duckydoodoo

Member
Nov 9, 2023
209
338
Why do the girls all have a chest sunburn in season 2?
thats their visual marker from extreme arousal and or having orgasm. ive been with a few women who get that in the moments leading up to their orgasm and for awhile after. the first time thought it might be a rash. not all women do that, and in my experience they are mostly white or of very fair skin and complexion.

why so many in part 2 idk havent played yet, but Anne has always been like that and in at least 1 scene with nicole she had it.
 
3.90 star(s) 128 Votes