MRMIdAS2k

Member
Mar 21, 2018
431
319
ya don't save on choice menus... only save in labels choice menus are screens and renpy doesn't like when saving in a custom screen so only save during normal play or when in you room... as for auto saves renpy already does this click the "A" in the load screen should auto save everytime you hit a choice (these a normal menus so shouldn't be a problem)

View attachment 3466769
i know about the auto saves. even the auto saves were bugged.

As far as saving on custom screens, it's never thrown a fit like this on me before. I've saved on the map, in choice menus, in the walkthrough (ok, that was just to test something, but still), and dozens of places. the ONLY saves I have that didn't crash was deciding whether to convince the model to stay on, and one on the Map screen.
 

Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,935
5,086
i know about the auto saves. even the auto saves were bugged.

As far as saving on custom screens, it's never thrown a fit like this on me before. I've saved on the map, in choice menus, in the walkthrough (ok, that was just to test something, but still), and dozens of places. the ONLY saves I have that didn't crash was deciding whether to convince the model to stay on, and one on the Map screen.
the map isn't actually a "screen" its a proper "label" with image button and the mod isn't a screen either, will it is but its an overlay so renpy doesn't care uits like the "quick menu" its there but only as an overlay

the rollback issue you have is cause by the way renpy "reads" the "call stack" so if you in a proper screen with a normal "return" without it the call stack know exactly where to return renpy flips out.. this doesn't happen with overlay screens like the mod or normal menu choices becuase they aren't forcing renpy out of a label into a screen you stay in that label just with an overlay as far as renpy knows your still in that label so no issues


but if everything is out of wack in every save (all 6+) then you have other issues which could be from using a mod or the classic installing newer versions of the game on top of the older version (never do this alway do a clean instal) or as the error says "perhaps the script changed in an incompatible way?" meaning the label/scene you're in right now was changed since last version

you could fix it easily assuming the issue is just a script change issue run the old version of the game get out of the label/scene liike finish it and then save in your room then when you load the new version your save should be good (assuming it was just script change that messed it up)
 

MRMIdAS2k

Member
Mar 21, 2018
431
319
the map isn't actually a "screen" its a proper "label" with image button and the mod isn't a screen either, will it is but its an overlay so renpy doesn't care...

the rollback issue you have is cause by the way renpy "reads" the "call stack" so if you in a proper screen with a normal "return" without it the call stack know exactly where to return renpy flips out.. this doesn't happen with overlay screens like the mod or normal menu choices becuase they aren't forcing renpy out of a label into a screen you stay in that label just with an overlay as far as renpy knows your still in that label so no issues


but if everything is out of wack in every save (all 6+) then you have other issues which could be from using a mod or the classic installing newer versions of the game on top of the older version (never do this alway do a clean instal) or as the error says "perhaps the script changed in an incompatible way?" meaning the label/scene you're in right now was changed since last version

you could fix it easily assuming the issue is just a script change issue run the old version of the game get out of the label/scene liike finish it and then save in your room then when you load the new version your save should be good (assuming it was just script change that messed it up)
Again, My latest save was mid conversation, the rest are almost all at choices, so I very much doubt it's the script.

Don't have the previous version, forget why I quit when I did, but meh.

Always a clean install, always the same universal "content" mod.
 

Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,935
5,086
Again, My latest save was mid conversation, the rest are almost all at choices, so I very much doubt it's the script.

Don't have the previous version, forget why I quit when I did, but meh.

Always a clean install, always the same universal "content" mod.
well if the "choice" and the convo are all in the same label then ya its very much can be the script.

I'm not sure what the "universal "content" mod" is so i can't really help with that
 

Clarence2992

Newbie
Oct 14, 2021
44
48
Was a surprised with how good this update was, Skyler got lez action and jacked off another dude. Fiona let another dude cum in her mouth and then to top it off she was down for a gangbang.

Game is definitely headed in the right direction!!!


Hopefully next update is Evelyn, need her to get going on the porn vids. Should be epic.
Skylar crazy ass better not be touching any cock but mines.

Real talk, I don't give a fuck either way, maybe....
 

Bouwen

Newbie
Aug 17, 2019
39
78
True, but it does mean that for many it lacks enough meaningful content for them. Let's say Moochie changed her mind and next update would be full on Evelyn pornstar content as quite a few ask about it. Would that make all or most happy?

No, of course not. All who are less interested in Evelyn will not care too much or be happy, those who love Evelyn, but not like her pornstar path will even hate she gets attention in that path and that hate will be even increased if that pornstar content would mean Evelyn gets back to last in line for content updates they do want. Too many fetishes and/or girls that are for opposing fan content never tend to make players happy especially for a game that is WIP. Except the few that like all and just want to see the women get fucked however and with whoever. Unfortunately a dev or dev team time to spend on development of a game is limited, so if try to please everyone or too many fan bases you tend to please nobody or very few really, sad but true. :p
No worries, Moochie isn’t interested in turning against self half of her community. What happened… happened; there was enough drama around it. Evelyn will not not have any distasteful content, regardless of the path she chooses to pursue.
 
Last edited:

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,665
153,382
Lots of places, mostly before choices, for example the Evelyn choice of whether she models or does porn:


Code:
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_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, 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 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, 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 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "renpy/python.py", line 1923, 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.4.1439
Photo Hunt 0.16.2
Thu Mar 21 21:23:44 2024
FYI Ren'Py version changed from the last version, this tends to sometimes bork saves (not always) or make roll back borked...I've seen this rollback error a lot in games with the Ren'Py version was changed.


well if the "choice" and the convo are all in the same label then ya its very much can be the script.

I'm not sure what the "universal "content" mod" is so i can't really help with that
I am pretty sure they are talkin' bout' URM.
 

Illuminati

Newbie
Dec 7, 2017
90
198
Was a surprised with how good this update was, Skyler got lez action and jacked off another dude. Fiona let another dude cum in her mouth and then to top it off she was down for a gangbang.

Game is definitely headed in the right direction!!!


Hopefully next update is Evelyn, need her to get going on the porn vids. Should be epic.
I got lost in Fiona "was down for a gangbang", don't remember this conversation. When and where this happened?
 

sagerock820

Active Member
Nov 5, 2023
862
1,548
True, but it does mean that for many it lacks enough meaningful content for them. Let's say Moochie changed her mind and next update would be full on Evelyn pornstar content as quite a few ask about it. Would that make all or most happy?

No, of course not. All who are less interested in Evelyn will not care too much or be happy, those who love Evelyn, but not like her pornstar path will even hate she gets attention in that path and that hate will be even increased if that pornstar content would mean Evelyn gets back to last in line for content updates they do want. Too many fetishes and/or girls that are for opposing fan content never tend to make players happy especially for a game that is WIP. Except the few that like all and just want to see the women get fucked however and with whoever. Unfortunately a dev or dev team time to spend on development of a game is limited, so if try to please everyone or too many fan bases you tend to please nobody or very few really, sad but true. :p
I can't wait for more Evelyn PS content. :cool:
 

OhGodNotAgain

Well-Known Member
Aug 11, 2023
1,087
2,529
What the hell are people waiting for the Evelyn pornstar route for? she has sex scenes already. Are people really that averse to the main character? Is the thought of all the girls just being with him make your eye twitch? Please tell me why so many of you are so damn desperate to see anyone other than mc fuck Evelyn.
 
  • Haha
Reactions: sagerock820

Vibesy

Member
Nov 19, 2023
135
276
What the hell are people waiting for the Evelyn pornstar route for? she has sex scenes already. Are people really that averse to the main character? Is the thought of all the girls just being with him make your eye twitch? Please tell me why so many of you are so damn desperate to see anyone other than mc fuck Evelyn.
Because it's boring af to watch the MC fuck the same girls all the time. The corruption paths and whoring them out, particularly Evelyn & Rachel, is a lot more fun.
 

OhGodNotAgain

Well-Known Member
Aug 11, 2023
1,087
2,529
Because it's boring af to watch the MC fuck the same girls all the time. The corruption paths and whoring them out, particularly Evelyn & Rachel, is a lot more fun.
That it is not fact that is your opinion most people are just fine with mc fucking the girls.
 

Vibesy

Member
Nov 19, 2023
135
276
That it is not fact that is your opinion most people are just fine with mc fucking the girls.
Don't ask the question if you don't like the answer. I play this for the corruption paths. That means sharing, whoring, gangbangs etc. As far as I'm concerned, every girl the MC romances should end up in the Red Maiden. And like lots of players, I'm looking forward to the extension of the Evelyn porn star arc. Evelyn was born to take dick and not just the MC's.
 

OhGodNotAgain

Well-Known Member
Aug 11, 2023
1,087
2,529
Don't ask the question if you don't like the answer. I play this for the corruption paths. That means sharing, whoring, gangbangs etc. As far as I'm concerned, every girl the MC romances should end up in the Red Maiden. And like lots of players, I'm looking forward to the extension of the Evelyn porn star arc. Evelyn was born to take dick and not just the MC's.
Its people like you that keep avns in the bottom of a fucking trashcan with mindless fucking and brain-dead stories that people with down's syndrome would find dumb.
 

Illuminati

Newbie
Dec 7, 2017
90
198
Its people like you that keep avns in the bottom of a fucking trashcan with mindless fucking and brain-dead stories that people with down's syndrome would find dumb.
Don't know why a game with sharing, ntr, corruption or whatever of this kind of thing should be a "fucking trashcan with mindless fucking and braind-dead stories that people with down's syndrome would find dumb" because this is part of the dev work.

You can have a good story, whatever is about the fetish.

If you don't like it don't play the route, It's easy.

Or maybe you want the Citizen Kane of porn games and we all are wrong, who knows.
 

OhGodNotAgain

Well-Known Member
Aug 11, 2023
1,087
2,529
Don't know why a game with sharing, ntr, corruption or whatever of this kind of thing should be a "fucking trashcan with mindless fucking and braind-dead stories that people with down's syndrome would find dumb" because this is part of the dev work.

You can have a good story, whatever is about the fetish.

If you don't like it don't play the route, It's easy.

Or maybe you want the Citizen Kane of porn games and we all are wrong, who knows.
You think the poster I quoted gives a fuck about the story? HA! They just want mindless porn. Serious devs need to ignore people like that.
 
  • Haha
Reactions: cxx
4.20 star(s) 167 Votes