4.10 star(s) 186 Votes

JED69

Newbie
Oct 6, 2018
23
27
I keep getting error messages. I've re-downloaded, downloaded from different sources, and re-extracted using winzip and 7 zip to no avail.

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?
 
Last edited:

Mytez

Engaged Member
Jul 28, 2017
2,768
12,167
I keep getting error messages. I've re-downloaded, downloaded from different sources, and re-extracted using winzip and 7 zip to no avail.

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 "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\python.py", line 1930, 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 "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\core.py", line 3493, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\behavior.py", line 923, in event
    return handle_click(self.clicked)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\display\behavior.py", line 858, in handle_click
    rv = run(action)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-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 "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\loadsave.py", line 753, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\python.py", line 1885, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Chip\Downloads\No More Secrets\NoMoreSecrets-0.7.1-pc\NoMoreSecrets-0.7.1-pc\renpy\python.py", line 1713, in rollback
    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.2.2.491
No More Secrets 0.7.1
Wed Jul 03 18:29:48 2019
Try to load an older save, episode 6 saves at the end of the update crashed the game for me.
 
  • Like
Reactions: JED69

WaltS

Si vis pacem para bellum
Donor
Apr 4, 2018
2,081
2,531
I had the same problem w/ my 'end-of-ep. six' saves but could rectify it by loading the last free roam save (living room before you talk to Vanessa) in my 'old' episode six installation, go to the MC's bedroom and make a new 'final' ep. six save there.

Started up v0.7, loaded *that* ep. six save and it worked...
 

thedude

Member
Aug 9, 2016
437
694
Stephania kind of reminds me of Morrigan, from Dragon Age. Both are open minded about casual sex and have no problem on doing it with someone they barely know, but when feelings are involved, it becomes a complicated matter to them.
 

nobrumski

Member
Donor
May 27, 2019
172
149
I keep getting error messages. I've re-downloaded, downloaded from different sources, and re-extracted using winzip and 7 zip to no avail.
Try to load an older save, episode 6 saves at the end of the update crashed the game for me.
Looks like it's working going back to a late episode 5 save. Thanks Brother!
I am getting errors also and I just started the other night so only on episode 4. This is the latest one.

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

While loading <'Blur' <'Image' u'images/achievements/Nichole_03.jpg'> 50 None>:
  File "game/achievments.rpy", line 68, in script
    call screen achievements()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
KeyError: <'Image' u'images/achievements/Nichole_03.jpg'>
 

Ahjgfg

Member
Apr 19, 2018
112
130
Should be right at the start of the scene. If it's not what you're referring to then I've clearly missed something in the game.
Girls don't spend the night sleeping in Mc's room
Walkthrough says if you have 9 Lp with Lizzy and 5 Lp with vany they spend the night
Can you explain plz
 
  • Like
Reactions: hplsiml

Mytez

Engaged Member
Jul 28, 2017
2,768
12,167
Girls don't spend the night sleeping in Mc's room
Walkthrough says if you have 9 Lp with Lizzy and 5 Lp with vany they spend the night
Can you explain plz
They offer to spend the night but they are messing with you. They don't.
 
  • Like
Reactions: jish55

laflare82

Active Member
Dec 24, 2018
978
918
I truly hate when I'm so engrossed in a game because the writing is so good and then the dev slaps you in the face with some weird fetish or some reality breaking bs that have you scratching your heading wondering how can some this intelligent be so clueless but then reality sets in oh yah it's a porn game fetishes weird creepy border line rapey molestation incest trumps realism or should I say immersion
 
  • Thinking Face
  • Like
Reactions: JeefZ and Mytez

Mytez

Engaged Member
Jul 28, 2017
2,768
12,167
I truly hate when I'm so engrossed in a game because the writing is so good and then the dev slaps you in the face with some weird fetish or some reality breaking bs that have you scratching your heading wondering how can some this intelligent be so clueless but then reality sets in oh yah it's a porn game fetishes weird creepy border line rapey molestation incest trumps realism or should I say immersion
I'm trying to think where the weird fethises or rapey stuff is in this game and I can't figure it out. The game is as vanilla as it can get. What do you mean? :unsure:
 

laflare82

Active Member
Dec 24, 2018
978
918
Thats f...d up how dev vilianized Phil I guess Milfy City all over again created such a loveable father character but soon or later gots to get rid of him cause MC gots to have his sister mother her best friend auntie cousin friends pffff
 

SpikeZg

Engaged Member
May 8, 2018
2,915
11,077
Thats f...d up how dev vilianized Phil I guess Milfy City all over again created such a loveable father character but soon or later gots to get rid of him cause MC gots to have his sister mother her best friend auntie cousin friends pffff
That's not fetish...
 
  • Like
Reactions: Ahjgfg

WINTEX

Active Member
May 26, 2017
533
937
There seems to be no doubt that this is a well presented game with great renders. The writing is good too, though the second episode is not quite as proofed as the first, but that's minor, and there is perhaps a little too much soul searching by the MC.
I was immensely impressed with the first release, and eagerly anticipated this new update.
And
I feel sort of disappointed.
Maybe my expectation was too high, but on reflection I think it is down to the pissing storyline.
Watersports is not my thing, and normally I would just ignore it, and continue, but there is something about the logic of it in this case.

If you buy into the first episode, Mother is a dominant powerful arrogant figure, who is all about class and breeding and behaviour.
Would a woman like that allow her youngest daughter to behave like she does. Mrs VS describes Isabella as 'wilful' I think, and refers to having problems getting staff due to an 'unfortunate incident', suggesting Isabella did something to a previous servant.
So if she allows her daughter to piss on the maids, what the hell does Mrs VS consider an 'unfortunate incident'. :whistle:

Elizabeth will be interesting, and following Henissart's brief that there will be rivalry between the 3 Van Stern women, it looks like Mother will probably be the dom, Elizabeth the psychologically manipulating one, and Isabella the humiliating sadist, and then they bitch and vie with each other as well as over the servants.

Anja is the example of the potential end result for submission. She has been 'groomed' by the previous generation, and the reason why she is now ridiculed or teased if you want as being old, is probably due to the fact that she can 'switch off' so her tormentors derive very little pleasure, as she gives very little reaction to whatever they do to her.

I wonder if mother ever punishes the daughters. It will be interesting to see if she still has enough power or control over them to do that. Will she ask the MC to administer it. He has been tasked to deal with Heather and now with Anja. But her daughters? Hmmm

;)
Wrong thread. I think this should goes to the one in your signature.
 
  • Like
Reactions: Bonhomie

Dependable_223

Engaged Member
Jan 3, 2019
3,043
4,919
There seems to be no doubt that this is a well presented game with great renders. The writing is good too, though the second episode is not quite as proofed as the first, but that's minor, and there is perhaps a little too much soul searching by the MC.
I was immensely impressed with the first release, and eagerly anticipated this new update.
And
I feel sort of disappointed.
Maybe my expectation was too high, but on reflection I think it is down to the pissing storyline.
Watersports is not my thing, and normally I would just ignore it, and continue, but there is something about the logic of it in this case.

If you buy into the first episode, Mother is a dominant powerful arrogant figure, who is all about class and breeding and behaviour.
Would a woman like that allow her youngest daughter to behave like she does. Mrs VS describes Isabella as 'wilful' I think, and refers to having problems getting staff due to an 'unfortunate incident', suggesting Isabella did something to a previous servant.
So if she allows her daughter to piss on the maids, what the hell does Mrs VS consider an 'unfortunate incident'. :whistle:

Elizabeth will be interesting, and following Henissart's brief that there will be rivalry between the 3 Van Stern women, it looks like Mother will probably be the dom, Elizabeth the psychologically manipulating one, and Isabella the humiliating sadist, and then they bitch and vie with each other as well as over the servants.

Anja is the example of the potential end result for submission. She has been 'groomed' by the previous generation, and the reason why she is now ridiculed or teased if you want as being old, is probably due to the fact that she can 'switch off' so her tormentors derive very little pleasure, as she gives very little reaction to whatever they do to her.

I wonder if mother ever punishes the daughters. It will be interesting to see if she still has enough power or control over them to do that. Will she ask the MC to administer it. He has been tasked to deal with Heather and now with Anja. But her daughters? Hmmm

;)
Are we still talking about the same game ?? who is anja ? their is no anja in this game ?? :unsure: I think you are talking about a different game this has 7 chapters not 2 your description sounds like estate dominannt nothing to do with no more secret..
 

Bonhomie

Active Member
Aug 20, 2018
748
618
Sorry I have this thread open hoping a compressed version appears some time today, and then trying to post to another thread, I had a 'senior moment'.
:rolleyes:
 
4.10 star(s) 186 Votes