- Aug 14, 2021
- 1,132
- 2,333
Such a gentleman. I prefer the term, "Balls-deep."Just going to play the game all-in.
Such a gentleman. I prefer the term, "Balls-deep."Just going to play the game all-in.
It's also under "show previous versions" on Lewdpatcher.
Well this is about as technical as you're going to get beyond actually knowing how they program this stuff. You need to do just as I stated. There's nothing more you can know beyond it is some bug with how DAZ renders.That's about where i was expecting the issue to lie but i'm after an even more technical answer than that, right down to the nuts and bolts if possible, what values are cropping up that then go on to cause those parts to be black in those jagged lines. I'm just really curious, the answer will no doubt fascinate me but i wouldn't know how to search for this myself as i ahve zero experience with rendering software in all its forms.
Bugger, oh well, cheers for the replies.Well this is about as technical as you're going to get beyond actually knowing how they program this stuff. You need to do just as I stated. There's nothing more you can know beyond it is some bug with how DAZ renders.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 462, 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/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4110, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1297, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 771, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2190, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2014, in rollback
self.load_failed()
File "renpy/python.py", line 1932, 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.19041
Ren'Py 7.4.8.1895
Grandma's House 0.17
Thu Nov 17 09:58:23 2022
did you play 0.16 up until the "save here" screen in the end?What did I do wrong? I finished .16 last night and try loading the save in .17 and I get this. Same thing happens if I click start and try to load the save from last night. I had to go with create and new save file which may cause issues later in the game.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/common/00action_file.rpy", line 462, 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/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 923, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2235, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3276, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 4110, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/transition.py", line 48, in event return self.new_widget.event(ev, x, y, st) # E1101 File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 720, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1297, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/behavior.py", line 979, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 914, in handle_click rv = run(action) File "renpy/display/behavior.py", line 322, in run new_rv = run(i, *args, **kwargs) File "renpy/display/behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) File "renpy/loadsave.py", line 771, in load log.unfreeze(roots, label="_after_load") File "renpy/python.py", line 2190, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "renpy/python.py", line 2014, in rollback self.load_failed() File "renpy/python.py", line 1932, 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.19041 Ren'Py 7.4.8.1895 Grandma's House 0.17 Thu Nov 17 09:58:23 2022
View attachment 2175732
This game is going to kill me, my smokers lungs can't take laughing as hard as lines like these make me.
6 legs. 3 body segments. Murder in its heart.View attachment 2175976
That's an ant...
You're describing a wasp. Ants just want your kitchen.Murder in its heart.
You are completely wrong, this is actually a spider in an ant disguise.View attachment 2175976
That's an ant...