4.20 star(s) 198 Votes

Arthoneceron

Active Member
Jul 5, 2017
887
3,127
Replayed the game, and the patch isn't working on the V.05; Tried to look and download again from the OP and keeps saying "Best Friendss". What to do?

EDIT: Redownloaded with a game playing on this build. Not working either.

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\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\python.py", line 2004, 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\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-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\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\loadsave.py", line 761, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\python.py", line 1959, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\python.py", line 1791, in rollback
    self.load_failed()
  File "C:\Users\Dione\Documents\Where it All Began\Nova pasta\Whereitallbegan-pc\renpy\python.py", line 1709, 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-8-6.2.9200
Ren'Py 7.3.2.320

Sat May 30 22:43:34 2020
 
Last edited:

Hoboy

Well-Known Member
Jul 24, 2017
1,867
1,315
I downloaded and started the game - no scenes, so paid attention to the opening page. Says it is all still being reworked and won;t get parts 6 and 7 until after Summer's Gpone part 3 is released. So I'm confused - should I bother with replaying this from the start to just have to restart it again in a few+ months?
 

Englen

Well-Known Member
Mar 17, 2019
1,603
11,503
I downloaded and started the game - no scenes, so paid attention to the opening page. Says it is all still being reworked and won;t get parts 6 and 7 until after Summer's Gpone part 3 is released. So I'm confused - should I bother with replaying this from the start to just have to restart it again in a few+ months?
The full rework of the first 5 chapters wont be out until next year. The new release is chapter 6 and its set in the reworked continuity so i would say give chapter 6 a go to get a feel of how the reworked version is gonna turn out.
 

Deleted member 327695

Member
Game Developer
Dec 11, 2017
438
9,858
The full rework of the first 5 chapters wont be out until next year. The new release is chapter 6 and its set in the reworked continuity so i would say give chapter 6 a go to get a feel of how the reworked version is gonna turn out.
Who said it will take that long?

SG Ch3 won't take that long because I have a 2nd PC now and no 2min+ Cinematics to render :)
 

Macgamer

Active Member
Oct 10, 2018
748
1,427
She certainly is. :)




It happened during my sleep-deprived phase.

I accidentally removed a line of code that checks if you even had sex with Donna.

I am uploading a fixed version right now.
Sleep? who has time to sleep when there are hot babes like Katie and her sister to bang lol
 

GoofyLoser

New Member
May 28, 2020
14
83
Can you give me some more information?

Under which circumstances did you play? Did you install any modifications etc?

Hoboy

Same with you.
I need some more information.

(This here is Chapter 6.)
i just installed the patch and the current version of the game
 

Saramago

Member
Sep 23, 2017
254
450
I want to play this new update so badly but at the same time that warning in the beginning kinda makes it seem like the game is a bit of a mess in the current state. Is it?
 

ExoticTitan

Newbie
Sep 5, 2017
50
73
I want to play this new update so badly but at the same time that warning in the beginning kinda makes it seem like the game is a bit of a mess in the current state. Is it?
Nah its not a mess. I think the goal of the rework is to bring in line the early chapters with the overall vision now, and to revamp the characters and renders to flow with the overall story now. Basically a smoothing out and refinement of the story.
 
  • Like
Reactions: hellomate1

Hoboy

Well-Known Member
Jul 24, 2017
1,867
1,315
Can you give me some more information?

Under which circumstances did you play? Did you install any modifications etc?

Hoboy

Same with you.
I need some more information.

(This here is Chapter 6.)
What I meant by the "no scenes" was that the gallery is just a framework with no content. So I restarted the game and played through CH5 and the Darkstar route. It ended right where CH5 did - no new content. And no gallery content. So I should wait until later when CH6 and 7 are done? After Summer's Gone is at it's next chapter?

Don't get me wrong - I still love this game. Just wanted to know if I am missing something?

PS - Summer's Gone is also a great game - I just hope they both keep going...
 

Tiredx

Member
Mar 6, 2019
336
610
Interesting it seem's that for whatever the reason half the people here can't play chapter 6 and the story just cuts off at chapter 5. I'm assuming this is a beta related issue? :unsure:
 
4.20 star(s) 198 Votes