HornyyPussy

Message Maven
Apr 26, 2020
12,548
29,236

doe50818

Member
Apr 5, 2020
244
541
Half of your initial point was plain wrong and the other half hasn't been challenged by anyone, really, but was merely expanded on. Why on earth are you trying to further it with a screenshot combo that could've just as easily be done using double percent (which is actually being well understood by seasoned developers)?
If you refuse to follow a conversation's history, considering its evolution, disregard the larger context, and only examine individual comment - reply segments you are 100% correct.

I find the larger narrative nonsense, the narrative in support of the mindset "why make things simple when you can make them complicated".
 
Apr 27, 2021
74
42
tag quoting dict object at 0x0431f8b0> I have this pop up when the red-haired girl sends a picture to the wife her name is Sarah on my game I don't know if I changed it or not
 

boraxkarloff

Member
Jan 25, 2018
420
613
tag quoting dict object at 0x0431f8b0> I have this pop up when the red-haired girl sends a picture to the wife her name is Sarah on my game I don't know if I changed it or not
That's what happens when the "%" signs is inserted in the text. I think the dev wanted to say 100%. Don't know why it happens though.
 

Ricky Ricardo

Member
May 10, 2018
117
60
cant play it and will not start the game back from the beginning and asking for saves hahahaha never mind....

Code:
[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_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 3209, 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 4033, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1056, 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 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1056, 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 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1246, 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 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1056, 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 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 769, 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.5.1609
MidLifeCrisis 0.26
Wed Sep 15 01:26:34 2021
[/CODE]
 
  • Like
Reactions: NotTheReal16

EvilCr4nk

New Member
Nov 25, 2018
5
3
On Android it says 0.26 in-game it's 1.0 but it stops saying end of 0.25 in the house what is this ? Some help pls thank you
 
Last edited:
  • Like
Reactions: maddog101

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
2,932
10,534
tag quoting dict object at 0x0431f8b0> I have this pop up when the red-haired girl sends a picture to the wife her name is Sarah on my game I don't know if I changed it or not
Like boraxkarloff said, it should read '100%' but the percent sign has not been properly quoted.

cant play it and will not start the game back from the beginning and asking for saves hahahaha never mind....

Code:
[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_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 3209, 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 4033, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1056, 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 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1056, 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 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1246, 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 1056, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1056, 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 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 769, 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.5.1609
MidLifeCrisis 0.26
Wed Sep 15 01:26:34 2021
[/CODE]
Well, how about an unsolicited save then?
 

ImperialD

Devoted Member
Oct 24, 2019
10,677
10,782
dammmit i hope i can get this to play using unren .... then using 7.3.5sdk .... if not thanks for letting me play it to version .25 :(
 

thealucid

Active Member
Oct 10, 2018
742
1,075
Any new sex scenes with Christine? Last I remember there were maybe 2? The first one that you could miss on grounds of consent, the other happening in a vacation home, but the scenes were kind of too dark to make anything out.
 

Renpy gamers

Active Member
Aug 31, 2019
585
2,222
Any new sex scenes with Christine? Last I remember there were maybe 2? The first one that you could miss on grounds of consent, the other happening in a vacation home, but the scenes were kind of too dark to make anything out.
There is one more .. on the desk office , you must be miss this one
 
  • Like
Reactions: thealucid

ssj782

Engaged Member
Apr 19, 2019
3,403
5,109
I loved the scene and was laughing so hard...until that tragic death scene. I had to close the game when Hailey's arm went right through her skull :cry:
 
4.40 star(s) 188 Votes