Cartageno

Devoted Member
Dec 1, 2019
8,609
14,615
Well, according to the variables, there's really only one solo path and that's with Jennifer. You have:


Code:
jlove

jonly
But, it's like the variable got lost and forgotten. Same with the:

Code:
neverwife

neverwife19v
But, I still continue to play the game. Nef writes well, somethings I'm not a fan of, but, I keep coming back and will continue to do so. Ahahaha
Well, variables ... how often did we have to enter "did you do this?" later on?
 

Xo Mo

Member
Game Developer
Aug 12, 2020
256
530
I have installed the game five times using all the different download sites. Version 0.26 ends at the content for version 0.25. there seems not to be any additional content available or perhaps the text that reads 0.25 should say 0.26 instead?
 

Zephea

Engaged Member
Sep 7, 2019
2,542
2,233
I have installed the game five times using all the different download sites. Version 0.26 ends at the content for version 0.25. there seems not to be any additional content available or perhaps the text that reads 0.25 should say 0.26 instead?
If it is the scene in the car taking Hayley home then that is the end of 26 and what you are seeing is a typo.
 
  • Like
Reactions: Hordragg

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
2,936
10,557
I have installed the game five times using all the different download sites. Version 0.26 ends at the content for version 0.25. there seems not to be any additional content available or perhaps the text that reads 0.25 should say 0.26 instead?
It's the latter. An unfortunate typo. If Hailey just stripped of her clothes in the car then your at the end of the current content… or not on her path. :PogChamp:
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
That may or may not get fixed in the re-write, I think Nef had some big ideas about it but reality got in the way
I do know that. Plus, adding in a lot of variables might seen like a great idea as it gives the players more choices, which we all know is awesome, but, for the dev, it can become a nightmare.
 
  • Like
Reactions: Spfjolietjake

Taboo Lord

Member
Oct 12, 2017
168
67
I play on a Mac and keep getting this message when I try to load ANY save from 0.24 or before. Does anyone have a fix or save file from pre 0.25 I could use?

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 "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, 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 "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/core.py", line 3209, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/core.py", line 4033, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1246, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1246, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/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 "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/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?

Darwin-20.6.0-x86_64-i386-64bit
Ren'Py 7.4.5.1609
MidLifeCrisis 0.26
Thu Sep 16 16:13:33 2021
 

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
2,936
10,557
I play on a Mac and keep getting this message when I try to load ANY save from 0.24 or before. Does anyone have a fix or save file from pre 0.25 I could use?

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 "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, 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 "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/core.py", line 3209, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/core.py", line 4033, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1246, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1246, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/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 "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "/Users/BrendanBruno/Downloads/MidLifeCrisis 0.26.app/Contents/Resources/autorun/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?

Darwin-20.6.0-x86_64-i386-64bit
Ren'Py 7.4.5.1609
MidLifeCrisis 0.26
Thu Sep 16 16:13:33 2021
If you still have the 0.24 app lying around patch it to 0.25 (get the update from this, instructions from that), enjoy it, and make your save on the very last screen (the one telling you to 'save here'). That save should load entirely without incident.

Hope this helps! (Elsewise grab this save. :giggle:)
 
  • Like
Reactions: Taboo Lord

HV3

Newbie
Jun 5, 2017
69
59
Nefastus : Just got a "Image 'am16v129' not found.". Didn't find anything about this particular one in this thread (version 0.24).
Savefile just below, just in case (just one click before error).
unpacked my copy at it is not there as well :unsure:, got 128 and 130 but no 129
Wondering if I deleted an image and that is supposed to be a different pic. I will investigate, thanks for letting me know.
Was this ever resolved. Playing from the beginning and just got this exact Image not Found error.
 
  • Like
Reactions: Ains

randomguy6516265165

Conversation Conqueror
Jun 21, 2018
6,173
4,271
is the futa/trans content a ingame choice? like do you want this character to be futa/trans or a girl thing also does the game have routes?
 

Nefastus

Member
Game Developer
Jun 22, 2018
383
2,531
Just a question out of genuine curiosity. Look at these screenshots:
View attachment 1406936
View attachment 1406946
You can see that the final compilation was on the 13th of September. That's fine. No problems with it. If there are obvious errors that can be addressed, it doesn't make sense to use the upload from June, especially if it failed to finish (or the URL wasn't noted down, or it wasn't verified, tons of possibilities).

But more importantly, they show that the OS timestamp for the \game\ and \game\images subdirectories is 9th of July.

I'm just pointing it out because it's possible that somebody tampered with the game while Nefastus was in the hospital.

Nefastus : If somebody had access to your computer, I think it would be prudent to review code and compare it to older versions to verify no malicious code was injected.
Nah, I had to fix android version issue so recompiled/reuploaded everything when I got home just in case. No one was in my house, but the images and everything were already done before I went in.
 
  • Like
Reactions: HV3
4.40 star(s) 188 Votes