Arcchit

Newbie
May 22, 2018
69
30
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 "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\python.py", line 2028, 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 "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (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 "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "D:\ARCCHIT\imp\New folder\Tales from the Unending Void\TalesFromTheUnendingVoid-0.6-Extra Scenes Edition (PC)\renpy\python.py", line 1733, 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.5.606
Tales From The Unending Void 0.6
Mon Dec 07 22:38:38 2020
I am getting this error when i load episode 5 save in 0.6
Anyone knows what the issue might be???
 

cxx

Message Maestro
Nov 14, 2017
57,458
28,475
1. put error log inside spoilers
2. try shorter path to game like suggested above.
 

RC-1138 Boss

Message Maven
Apr 26, 2017
12,883
18,964
Perverteer
Yet another good, but intriguing episode.
You don't have permission to view the spoiler content. Log in or register now.
Got to hand it the the developer, that was a really interesting way to implement the romance for dear cousin Aven and little sister Lilly.

"Doctor Mengele" may be hot but if i see her again my Camram is shooting her and everyone else involved in this sicky experiment in the head.:devilish::devilish:

Truth be told i was not surprised about Raene. There were several hints about her past already in the game.:p
 
Last edited:

lexdoll

Newbie
May 18, 2019
87
251
Got to hand it the the developer, that was a really interesting way to implement the romance for dear cousin Aven and little sister Lilly.

"Doctor Mengele" may be hot but if i see her again my Camram is shooting her and everyone else involved in this sicky experiment in the head.:devilish::devilish:

Truth be told i was not surprised about Raene. There were several hints about her past already in the game.:p
I know their relationships aren't in full-bloom yet and there is still a long way to go, but so far the writing seems to be the most organic and genuine I have seen in an incest themed VN on this site(y), like if someone you knew chanced to have the similar things happened to him/her in real life, you wouldn't be surprised. Having Lilly and Aven their memory suppressed was possibly the only realistic way for either (especially Lilly) to fall for MC, it's quite a brilliant idea they came up with the whole abduction and experiment situation to be honest.

In most other VNs the development of incestual relationships is usually nonexistent, too often you see siblings or moms and sons fall in love for no good reasons at all, after a few meetings, they are already head over heels for each other. :confused:
 

Snugglepuff

Conversation Conqueror
Apr 27, 2017
6,943
7,179
I know their relationships aren't in full-bloom yet and there is still a long way to go, but so far the writing seems to be the most organic and genuine I have seen in an incest themed VN on this site(y)
If you haven't played it yet, then I'd recommend you play Perverteer's other game, Sisterly Lust.
Great characters, writing and the development of the relationships are really well done. Certainly a high standard for subsequent games from this dev to be judged on.
 

Arcchit

Newbie
May 22, 2018
69
30
1. put error log inside spoilers
2. try shorter path to game like suggested above.
Hi
I changed the directory and the folder name as below:
D:\TFTUV\.exe
but I am still getting the same error. Not able to play the game

Please help.
 

DrakoGhoul

Engaged Member
Jul 13, 2018
2,996
9,219
Young Commander Shepard reporting for duty! Holy shit that opening was epic af especially that leaving the marines part. It reminded me of Mass Effect 1 when they had left the citadel for Ilos against orders. I'm being completely honest when i say this but this game is might be my favorite Sci-fi game on this entire site by far.

I have been sitting on this game since 1st release but i never played it. I updated it with every release but I'm always swamped by too many games. This time I've been craving something Sci-fi so i decided to play. I didn't read any comments here so i went in completely blind and got lost in this game. I'm a huge Sci-fi fan so it's not to surprising but damn the writing was good.

On to the characters. This MC walked around with the swagger of a Young Shepard. I laid so much pipe in the first 2 episodes of this game alone that i could've been a space plumber. My Parents would be so proud if they ever got around to caring about me lol. So far i have plenty of women i like from Aven(Waifu), Nadya, Ziv(Waifu), Lilly, Celine(Waifu) and Jade. I pretty much like everyone but I'd be making this post even longer if i continued. I notice some similarities to ME as well such as Ziv's race being similar to Asari(loosely).

Luzane had me excited as a mf in episode 4 until Ziv told me the other half of the ritual :( then i got excited again with the MC :p then scared once she undressed :eek: then aroused afterwards. Let's just say after i done the deed(which was hot af) i was a mixed bag of emotions there :oops:. It honestly caught me off guard but i loved every second of it.

Episode 6 though was something else entirely.

This was a wild update. The Raene stuff didn't surprise me much. I played into the Lilly thing too much. Dr. Moora was a horny pervert. Aven was hot and the fact that she's still kinda down for whatever, with her own cousin no less, was even hotter.


I must say for my first playthrough i was overly impressed. I'm definitely keeping a close eye on this game from now on. I usually don't stalk threads but this might be the one. This dev hasn't had a miss yet. I loved Sisterly Lust as well. Until next time.
 

cxx

Message Maestro
Nov 14, 2017
57,458
28,475
Hi
I changed the directory and the folder name as below:
D:\TFTUV\.exe
but I am still getting the same error. Not able to play the game

Please help.
1. try re-download and re-extract.
2. if still bugs bug perverteer.
 

RC-1138 Boss

Message Maven
Apr 26, 2017
12,883
18,964
[...]
Luzane had me excited as a mf in episode 4 until Ziv told me the other half of the ritual :( then i got excited again with the MC :p then scared once she undressed :eek: then aroused afterwards. Let's just say after i done the deed(which was hot af) i was a mixed bag of emotions there :oops:. It honestly caught me off guard but i loved every second of it.
[...]
We will probably be able to repeat the experience with Ziv without the knife to the heart part. :p
 

Snugglepuff

Conversation Conqueror
Apr 27, 2017
6,943
7,179
I'm actually happy at the change to Jade, having a Star Wars style alien in the game seemed kind of wrong.
I agree. Having Twi'Leks in a non Star Wars game is weird enough, but in a pornographic VN... That was skating on thin ice while juggling a dozen pint glasses of beer :LOL:

On the plus side, it actually kept to the lore for Twi'Leks in their history of being slaves, so probably more respectful to their source material than what Disney would do if it wasn't something Dave Filoni was involved in.
 

cxx

Message Maestro
Nov 14, 2017
57,458
28,475
well orange trainer or warrior's path (and 3rd game which name won't be mentioned) didn't have any probs to have twi'leks but ofc those were sw-games.
 
4.50 star(s) 132 Votes