- Mar 1, 2022
- 980
- 1,077
In the ending of this s4 ep1, The Bea reaction after Mom walk in mc room to ask him come over is very interesting. Like intriguing.
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_main_menu.rpym", line 28, in script
python hide:
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in 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:\Games\NoMoreMoney-4.1.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Games\NoMoreMoney-4.1.0-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:\Games\NoMoreMoney-4.1.0-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "D:\Games\NoMoreMoney-4.1.0-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
No More Money 4.1.0
Fri Dec 20 00:33:43 2024
Do you also have them installed for 4.1? Generally speaking, a game won't run (or will crash at some point) with mods that don't match the version number, and sometimes they won't run without a mod if the save was made using one.Anyone else unable to load saves?
I had JokerMod, ipatch, and video enhancemnet mod installed for 3.6. Is it borked?
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_main_menu.rpym", line 28, in script python hide: File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in 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:\Games\NoMoreMoney-4.1.0-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\behavior.py", line 962, in event return handle_click(self.clicked) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\display\behavior.py", line 897, in handle_click rv = run(action) File "D:\Games\NoMoreMoney-4.1.0-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:\Games\NoMoreMoney-4.1.0-pc\renpy\loadsave.py", line 770, in load log.unfreeze(roots, label="_after_load") File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\python.py", line 1983, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "D:\Games\NoMoreMoney-4.1.0-pc\renpy\python.py", line 1815, in rollback self.load_failed() File "D:\Games\NoMoreMoney-4.1.0-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 No More Money 4.1.0 Fri Dec 20 00:33:43 2024
Thanks for the suggestion. I tried loading with all the mods installed and without any mods. Same error.Do you also have them installed for 4.1? Generally speaking, a game won't run (or will crash at some point) with mods that don't match the version number, and sometimes they won't run without a mod if the save was made using one.
Same issue, same code but without the video enhancement mod, which I never had installed. Even tried using Sancho's save file fixer but it made zero difference.Anyone else unable to load saves?
I had JokerMod, ipatch, and video enhancemnet mod installed for 3.6. Is it borked?
Do you also have them installed for 4.1? Generally speaking, a game won't run (or will crash at some point) with mods that don't match the version number, and sometimes they won't run without a mod if the save was made using one.
I'm encountering the same error. On 3.6 I only used the Joker mod and with 4.1, I've installed the updated Joker mod and I get the error loading my save.Thanks for the suggestion. I tried loading with all the mods installed and without any mods. Same error.
I added ip, updated wt and video enh. Just load a little older save. Worked fine.Thanks for the suggestion. I tried loading with all the mods installed and without any mods. Same error.
You need the Audio Restauration Patch from the OP but I'd wait for an eventual bug-fixing patch before asking the modder to update it.The game has no sound besides in the start menu or I broke something?
Hey guys, do you know who's in charge of this thread? I want to update the banner pictures
The current/old one is/was better.Changed the cover.
I couldn't care less about that.Have you ever noticed that all women have the same vagina? The same texture and appearance. Even the texture of their skin and bodies. If you crop out their heads in the scenes, you can't tell who's who.
I've always noticed this, and it was discouraging. There's no vagina with hair, thicker or thinner labia, cameltoe... they're exactly the same for everyone.
My previous save was a whole episode earlier. Thank god for the skip option. Would be a real pain in the ass without it.I added ip, updated wt and video enh. Just load a little older save. Worked fine.
Good call. Had to try several saves before I found a good one but it worked.I added ip, updated wt and video enh. Just load a little older save. Worked fine.
No. No they don't. Only stupid pirates would EVER believe they're doing anyone but themselves a favour by pirating.Yeah but dont they benefit of the publicity in this "pirate" site or they can considerate herself spoiled?
A question since the beginning of the net with the majors
can you upload all the banners you used for updates they are really goodHey guys, do you know who's in charge of this thread? I want to update the banner pictures
No More Money [v4.1.0 S4 Ep.1 GE] [RoyalCandy] - Update only
The patch may break your game, use at your own risk.
If you missed it you can find the old Update only patch HERE.
Universal: v3.6.0 S3 Ep.6 GE -> v4.1.0 S4 Ep.1 GE [453 MB]
You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN -You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
Huh. I will check when I am back home. Wonder why the episode 21 is in both folders.You don't have permission to view the spoiler content. Log in or register now.
if someone using update only and counter error same as me make sure deleted file from game/season_3/story/episode21