YBJamie

New Member
Jun 1, 2021
4
0
115
Is the last bit of content on the couch with Hailey? Thought this was the final of the last update?
 

Hairy Pussy Lover

Active Member
Jul 7, 2021
906
903
217
I'm sorry, but an uncaught exception occurred.

While running game code:
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/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, 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 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, 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 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1323, 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 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, 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 2200, 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.11.2266
But im the bad guy 0.041
Wed Sep 28 20:24:13 2022
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,380
9,133
728
I'm sorry, but an uncaught exception occurred.

While running game code:
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/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, 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 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, 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 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1323, 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 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, 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 2200, 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.11.2266
But im the bad guy 0.041
Wed Sep 28 20:24:13 2022
read the fucking changelog before senseless posting crap which nobody will read anyways

or at least READ your message before you post it:
1664390227735.png
Reason for your error: The script changed in an incompatible way
 
Last edited:

stahalle

Engaged Member
Jul 11, 2018
2,351
4,234
520
read the fucking changelog before senseless posting crap which nobody will read anyways

or at least READ your message before you post it:
View attachment 2070036
Reason for your error: The script changed in an incompatible way
or he could just look the last two comments where i already said that they need to start from the beginning. but like always it would be to simple:WeSmart:
 

おい!

Engaged Member
Mar 25, 2018
2,620
7,846
720
View attachment 2070054

Overview:
An Anthem to the Taboo​

Thread Updated: 2022-09-27
Release Date: 2022-09-27
Developer: DLGB - -
Censored: No
Version: 0.041
OS: Windows, Linux, Mac
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win/Linux
: PIXELDRAIN - MEGA - - WORKUPLOAD
Mac: PIXELDRAIN - MEGA - - WORKUPLOAD
Others:
COMPRESSED* - ANDROID*

Extra:
Walkthrough Mod

*This port/version isn't made or endorsed by the dev, download and use at your own risk

View attachment 1488005 View attachment 1487994 View attachment 1488004 View attachment 1609566 View attachment 1488003 View attachment 1689096 View attachment 1689098 View attachment 1689092
I just had to address your banner, the OCD in me could not handle your mixture of lower and upper case letters and your lack of an apostrophe.(y) 1510085_main_menu.png
 

haku_zen

Newbie
Dec 25, 2021
30
60
143
nope. the dev added variables to keep record of your answers, to be able to use these answers in possible future decisions or paths. now your choices don't matter, but they could matter in the future this way. due to these new variables, old saves are not compatible
 

Wolfeszorn

Well-Known Member
Jul 24, 2021
1,002
3,528
387
Interesting. Just wondering how that works for ppl like me who had saves for the "good guy" and the "bad guy" routes
 

TripleZ

Active Member
Jun 23, 2017
723
1,747
375
Please make updates every 2 months. Instead of 1 month of short content, 2 months with much longer content would be much better. The game is progressing well. It will be much better if you focus on family. I waited for content about hailey for 1 month but I was a little disappointed when I saw content about asian girl but even asian girl is much better than new content with overrated riley. I take that with no problem. Decent update
Or... you know... skip a month of update yourself ?
 

Screamz

Newbie
Jan 18, 2020
22
22
168
Just a PSA. When starting a new game and there's no skip available, you can simply bring the auto-forward time all the way down to nothing and then just use auto-forward.

I'm certain most have figured this out by now but I digress.

Also if the dev reads this. Thank you for the game it's great. :)
 

Carpe Stultus

Engaged Member
Sep 30, 2018
3,402
8,871
613
Just a PSA. When starting a new game and there's no skip available, you can simply bring the auto-forward time all the way down to nothing and then just use auto-forward.

I'm certain most have figured this out by now but I digress.

Also if the dev reads this. Thank you for the game it's great. :)
And why are you writing this comment here? I mean its a nice gesture but this game has skip not disabled. :unsure:
 
3.90 star(s) 125 Votes