Hawkeye3d

Newbie
Apr 19, 2020
85
187
Another great update. I really like the vibes that come off this. Developer is doing a great job at keeping it interesting.

 

Hawkeye3d

Newbie
Apr 19, 2020
85
187
How can I play the Steam version on a Mac? Or how to play a Win/Linux/Mac version on a Mac in general?
How Can I Play Windows Games on My Mac?
Here are the best ways to play Windows games on your Mac:


  • Bootcamp: This is the best option, as it lets you install Windows on your Mac. This option provides the best performance and compatibility, and it also enables you to run non-game Windows applications.
 
  • Like
Reactions: hummingbird213

lasklinz

Newbie
Aug 30, 2021
20
29
TheGreys this appears when i try to load my previous saves

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 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.22621
Ren'Py 7.4.4.1439
TheGreyDream 4.3
Sun Jan 14 11:52:48 2024
 

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
17,973
145,563
TheGreys this appears when i try to load my previous saves

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 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.22621
Ren'Py 7.4.4.1439
TheGreyDream 4.3
Sun Jan 14 11:52:48 2024
Check here:

See post here in the VN's thread.

I'm going to stick with the Steam version's VN core files for now. That said the save pointers are different than in the non-Steam version (effects Ep4 content/saves only). I'm not going to make two versions, just one that'll be Steam/non-Steam, so we're sticking with the steamed files until further notice.

Bottom line: some of your saves (in Ep4 content only, Prologue through Ep3 are fine) will either rollback or fail if you used my personal Ep4 mod from here. No biggie, either replay Ep4's content or allow the rollback to play forward and make new saves as needed. I've confirmed that the mod's AutoSave file for Ep4 is effected but it simply rolls back a bit, it doesn't fail, so you will be fine regardless.
 

SlowGoesSlow

Member
Jan 5, 2024
166
438
Does the steam version fix awkwardly ditching Anna at lunch? You say you’ll be back after dropping off food for a friend, but you never go back.
 

Tulrek

Well-Known Member
Oct 25, 2020
1,672
3,654
TheGreys Hello. I like your VN.
Could it be possible to have a who is who ? Because I had hard time remember who is who.
I didn't understance the lunch with one of the girl (the one that has ice freeze that you left hanging to go to a guy I don't remember to give him lunch and then never return to the lunch...
It put me out of the story.
How come when I follow Anna's path I cannot invit her to the fundraiser event ?

Kind regards.
 

Karabonga

Member
Dec 11, 2018
261
123
I am playing ep2. when Anna told the mc that they had sex, that whole sequence/scene was so cringe. Is this mc a teenager or 26? was that his first time? even Anna's face said it all after he chucked and said nice.
 

TheGreys

Member
Game Developer
Jul 27, 2022
108
2,337
I am playing ep2. when Anna told the mc that they had sex, that whole sequence/scene was so cringe. Is this mc a teenager or 26? was that his first time? even Anna's face said it all after he chucked and said nice.
They imagine what they went through that night on that scene. Whether that scene happened or not is not a fact, it's just Anna and MC's imagination.
 

Karabonga

Member
Dec 11, 2018
261
123
They imagine what they went through that night on that scene. Whether that scene happened or not is not a fact, it's just Anna and MC's imagination.
I understand that they're trying to figure out what they did last night but still, his 'teenage boy' reaction 'I just had sex, YO' is still a bit much to me. I am sure there are a lot of people who liked that reaction. With that out of the way, bravo, the game is top notch.
 
  • Red Heart
Reactions: TheGreys

Psymind

Member
Jun 16, 2018
141
257
The renders are very nice, models too. But the expressions are sorely lacking in ...well, expressiveness. Everyone looks like a dead fish, they raise or lower their eyebrows a bit and thats it. Which is a shame because everything else is so nice.
Animations are 10/10 though :)
 
  • Like
Reactions: John972
4.00 star(s) 56 Votes