Nulldev

Well-Known Member
Nov 28, 2017
1,436
2,557
With Unren.bat extract rpa files. In the game/*.rpy files, search and replace the lines "jump gameover" with "#jump gameover".
Fast and dirty solution.
I'm stupid.:D
This is the good version.
With Unren.bat extract rpa files. In the game/*.rpy files, search and replace the lines "jump gameover" with "pass".
 

Towik

Member
Nov 20, 2018
487
295
x___x


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/day08script.rpy", line 4726, in script
    $ d8tegansun += 1
  File "game/day08script.rpy", line 4726, in <module>
    $ d8tegansun += 1
NameError: name 'd8tegansun' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/day08script.rpy", line 4726, in script
    $ d8tegansun += 1
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/day08script.rpy", line 4726, in <module>
    $ d8tegansun += 1
NameError: name 'd8tegansun' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
16 years later! episode7.1extra
Sun May  8 19:04:52 2022
 

Towik

Member
Nov 20, 2018
487
295
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/day08script.rpy", line 5055, in script
    $ d8park += 1
  File "game/day08script.rpy", line 5055, in <module>
    $ d8park += 1
NameError: name 'd8park' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/day08script.rpy", line 5055, in script
    $ d8park += 1
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/day08script.rpy", line 5055, in <module>
    $ d8park += 1
NameError: name 'd8park' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
16 years later! episode7.1extra
Sun May  8 19:18:29 2022
 

echizen128

Newbie
Sep 5, 2017
64
93
I was wondering! I chose Game Mode and wasn’t sure exactly what the patch was supposed to do . Is it not working for Game Mode because of an error, or is it intentional for some reason?
I'm going to guess that since the patch dev is still working on updating the Walkthrough portion of the patch, which only applies to Game Mode, they decided to wait until that's done instead of releasing partial updates. But that's just my take on it.
 
  • Like
Reactions: RabidSloth

"CJ"

Conversation Conqueror
Mar 6, 2021
6,598
69,509
16 Years Later! [Ep.7.1 Extra] [Wetdreamwalker] crunched

Original / Compressed Size PC*: ~ 1 GB / 260 MB - SixteenYearsLater-Ep7.1extra-pc-crunched.zip
Original / Compressed Size Mac: 971 MB / 226 MB - SixteenYearsLater-Ep7.1extra-mac-crunched.zip


Download (PC*/Mac): - - Gofile

(y)L O A D 'n' L I K E - If you L O A D it then L I K E it!(y) If not, like it anyway!(y) Thanks!;)

This compression is unofficial and untested, use at your own risk.
Compressing process reduces quality and can break the game.

*PC = Win+Linux

Tools: UnRen v.0.12v4 (VepsrP/Sam@f95zone) - YAC v3.3 (hngg@f95zone) - -
 
Last edited:
Apr 28, 2019
253
284
did anyone get this error?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 462, 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 "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, 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 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1323, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1323, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 771, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2200, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2014, in rollback
self.load_failed()
File "renpy/python.py", line 1932, 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.22000
Ren'Py 7.4.11.2266
16 years later! episode7.1extra
Sun May 8 12:57:30 2022
 

juanmiou

Newbie
Sep 8, 2017
25
48
I posted it earlier but deleted it thinking i was in the worng thread, my mistake

This should solve the problem with defined variables. It's not a dev mistake, modder just forgot to update definitions in script.rpy. There are other mistakes but not with defined variables, like the one at Petra's new house or when sunbathing with Tegan. Yeah, day 8 is a bit of a mess.

Just extract the file into your game folder and overwrite script.rpy, this only solves exceptions with non defined variables
 
  • Like
Reactions: Balu83 and rnzn

Majindevil

Member
Nov 20, 2018
458
1,154
what i find really strange in this update is that i can´t remember a scene where the mc got a job offer from petra.
i called her a gold digger and closed her path in the first meeting maybe i missed a scene or cant remember.
 

Skrotum

Member
Apr 12, 2020
159
195
That shit with the undefined variables is really embarrassing. Wasn't done any testing? I don't mind fixing some during playing, but not in every other screen.
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,531
2,699
From what I can tell, the errors occur because the script for game mode in d8 is buggy. There is a ton of variables in d8 that the scripts fails to define before it tries to use or change them. It gets worse in the petra sex scene because the script repeatedly tries to use minigame variables in the no-minigame path.

Until the developer revises the script to correct these bugs, you can often apply a fix by rolling back when the exceptions occur, then using the console to define the offending variables by setting them to 0 (it may be better to set the variable orgasm2 to 21+ or even 41+ instead, since it means you made Petra orgasm once or twice in the scene).
Thanks for saving me the trouble of posting that.

Yes, all of the "day8" variables seem to be undefined, and the logic in the sex mini-game is broken on the "automatic" mode (answering "No" to the mini-game). I will try to fix that by setting variables in the mod to the "best" values after you say No.

If you say Yes to the mini-game, then follow the walkthrough (I'm still working on it, this release is buggy so it will take me more time) it should work, I've tested a small part of my changes and they seem good so far.
 

Ryoga1989

Newbie
Mar 10, 2020
30
13
Is there an error with the ipatch 7.1 for game mode? when I try to play game mode I'm the stepfather but when I start in reading mode I'm the father
 

H_NGM_N666

Member
Nov 25, 2020
491
484
So i managed to lick petra´s ass, she likes it. But did somebody manage to fuck her in the ass? When i tried it, she wants to prepare it first?
 

Sorter

Active Member
Aug 11, 2017
985
429
Do I need to restart my game? I read that I should redownload 7.1 so I am doing that rn. But do I need to start fresh?
 

J'Daremo

Member
Jul 2, 2020
125
237
I went through the whole thing up to Day 8 with the ipatch and in read mode and it's still messed. It stated that I didn't let Hannah teach me IT on Day 7 when I did.
It wasn't the mod author who messed up, I think I'll wait until the author updates before trying again.
 

sabadongelov

Member
Aug 21, 2018
287
695
It's kind of funny that rude man in read mode accomplishes a path that isn't possible in game mode, as you're not allowed to have all the stepsisters in the minus lest they kick the MC out of their house and you get a game over. But in read mode you quickly get all the girls in the minus and then continue to go lower and lower and lower, without them kicking the MC out.

Apart from that glaring misstake, the rude path is also kind of counter intuitive, as avoiding things like hugging, kissing and expressing interest in seeing someone count towards the rude path even though it feels like the opposite of what an leecherous old man who wants to fuck as many of the girls/women as possible would do.

Maybe the problem lies in having a rude path rather than a dominant path to begin with? You don't need to be a social retard in order to be dominant.
 
3.80 star(s) 73 Votes