I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/part1a.rpy", line 2531, in script
if ryan_man or ryan_bust and simon:
File "game/part1a.rpy", line 2531, in <module>
if ryan_man or ryan_bust and simon:
NameError: name 'ryan_man' is not defined
Since Season 2 is a new executable I have to make a new version for it. My preparation was to make sure that season 1 gallery code is as reusable as possible for season 2. Working on Season 2 gallery right now and it should be available in a couple of hours if not sooner.mod for season 2 dont work. Installed correctly under game directory. Tried pressing G in main menu. Load a save from season1 but no gallery comes up.
Oh my bad. I thought the gallery was prepared and hence applied it. Cool . Will wait for it.Since Season 2 is a new executable I have to make a new version for it. My preparation was to make sure that season 1 gallery code is as reusable as possible for season 2. Working on Season 2 gallery right now and it should be available in a couple of hours if not sooner.
Open part1a.rpy and go to line 2531.Mircom3D
Getting following error. I played season 1 from the start again to prepare save for S2.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/part1a.rpy", line 2531, in script if ryan_man or ryan_bust and simon: File "game/part1a.rpy", line 2531, in <module> if ryan_man or ryan_bust and simon: NameError: name 'ryan_man' is not defined
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.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
Thanks for the tip. The problem has been fixedIs your part 1 save made exactly on the last black screen ? If not, this is probably the issue.
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.So, I just found this game. Going to download Part 1, but do I need the "old" Ch 14 and 15?
Thank you.No, TACOS isn't a sequel to the old one, but a revamp / updated version. 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.
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?