This is not a bug, it has to be a consequence of something you've done wrong. This shouldn't happen.Hi folks, can I ask for some help with an error? I installed the new 0.94 patch, got this error, then deleted and reinstalled without the patch but got the same error.
I'm sorry, but an uncaught exception occurred.
You don't have permission to view the spoiler content. Log in or register now.
Thanks for any help you can provide.
Where is that duplicate section? In the non-incest version only? Or both? I think I missed it and can't find it, otherwise I'd fix it. A sentence from dialog could help me to find it.About the duplicate sections of dialog with the therapist. It seems that a section of code for incest was added to that for non-incest and got into both downloads. [One section refers to player_name, the duplicate to your brother.] Upon reviewing both the code and the images, it doesn't appear that anything is missing.
I do wish they would pay more attention to testing. The quality control for the code in this game has been abysmal throughout. This particular error is one that appears in whichever route you are playing, and is in both the incest and non-incest code. It is IMPOSSIBLE to miss if you actually play the release through in at least one route.
Incest patch ep23.rpy. Have not looked in non-incest version.Where is that duplicate section? In the non-incest version only? Or both? I think I missed it and can't find it, otherwise I'd fix it. A sentence from dialog could help me to find it.
There is no duplicate part of the script it the incest version patch I downloaded. While line 1792 and the following part looks the same, the part starting at line 1845 looks like this:Incest patch ep23.rpy. Have not looked in non-incest version.
You don't have permission to view the spoiler content. Log in or register now.
h "\" You said I don't have to talk about anything I don't want to.\""
ma "\" That's true.\""
hide r23_168
show r23_170
with dissolve
" Her gaze becomes downcast."
hide r23_170
show r23_171
with dissolve
ma "\" We need to move beyond the jokes and banter.\""
The duplicated text isn't in the patched version I have either, but ep23.rpy lines 1842 to 1894 still duplicate lines 1789 to 1841 in the standard/Patreon version I downloaded at the same time.There is no duplicate part of the script it the incest version patch I downloaded. While line 1792 and the following part looks the same, the part starting at line 1845 looks like this:
So I'm guessing that it was fixed after you downloaded it and before I did.Python:h "\" You said I don't have to talk about anything I don't want to.\"" ma "\" That's true.\"" hide r23_168 show r23_170 with dissolve " Her gaze becomes downcast." hide r23_170 show r23_171 with dissolve ma "\" We need to move beyond the jokes and banter.\""
Thanks for the info!The duplicated text isn't in the patched version I have either, but ep23.rpy lines 1842 to 1894 still duplicate lines 1789 to 1841 in the standard/Patreon version I downloaded at the same time.
A few other typos have been corrected in the patch but not the standard/Patreon version.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ep22.rpy", line 2877, in script
alex "\" You keep your phone charged, and take good care of your sister.\""
Exception: Sayer 'alex' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ep22.rpy", line 2877, in script
alex "\" You keep your phone charged, and take good care of your sister.\""
File "C:\Users\d\Desktop\xxx spel\Haleys Story\Haley-0.94-pc\renpy\ast.py", line 678, in execute
who = eval_who(self.who, self.who_fast)
File "C:\Users\d\Desktop\xxx spel\Haleys Story\Haley-0.94-pc\renpy\ast.py", line 576, in eval_who
raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'alex' is not defined.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Haleys story 0.94
Sat Aug 22 12:20:07 2020
Considering the error message, highly likely because of the mod.Is this because of the walkthrough mod or something i've done? Started when me and Victor visited Alexandra
Edit: and then, when back with Haley again the issue is goneCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/ep22.rpy", line 2877, in script alex "\" You keep your phone charged, and take good care of your sister.\"" Exception: Sayer 'alex' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/ep22.rpy", line 2877, in script alex "\" You keep your phone charged, and take good care of your sister.\"" File "C:\Users\d\Desktop\xxx spel\Haleys Story\Haley-0.94-pc\renpy\ast.py", line 678, in execute who = eval_who(self.who, self.who_fast) File "C:\Users\d\Desktop\xxx spel\Haleys Story\Haley-0.94-pc\renpy\ast.py", line 576, in eval_who raise Exception("Sayer '%s' is not defined." % who.encode("utf-8")) Exception: Sayer 'alex' is not defined. Windows-8-6.2.9200 Ren'Py 7.3.5.606 Haleys story 0.94 Sat Aug 22 12:20:07 2020
It has been, yesConsidering the error message, highly likely because of the mod.
Has the mod even been updated to match v0.94 yet?
It looks like you have combined some patches on top of the original game.It has been, yes
ax
, as I implemented in the v0.93 bugfix patch and there is no variable named alexis
in the walktrhough mode's ep22.rpyalexis
instead, as does my bugfix for v0.94.alexis
variable in it, with the script.rpy file still from the walkthrough mod.It looks like you have combined some patches on top of the original game.
Walkthrough mod is still using Alexandra's character variable namedax
, as I implemented in the v0.93 bugfix patch and there is no variable namedalexis
in the walktrhough mode's ep22.rpy
Original v0.94 usesalexis
instead, as does my bugfix for v0.94.
It seems that you have added some patch (my bugfix patch?) on top of the mod that replaces ep22.rpy of the mod with the v0.94-based file withalexis
variable in it, with the script.rpy file still from the walkthrough mod.
Any patch that replaces episode script files and isn't from the walkthrough mod eliminates modifications added by the mod and since the mod is still using a variable that has been replaced in the original game with a different one leads all attempts to mix modifications or patches that are using different variables for Alexandra's character to this kind of errors.
Alex
is defined in the base script fileAlex
there.I just downloaded that wt mod before I posted my previous answer.Alex
is defined in the base script file
Not sure what the user did/didn't do but if they're script file doesn't have it there it would return that error.
Also just checked the lewd patch for that episode and it's correctly labled asAlex
there.
So something was changed on their end like you said.
ax
.ax
.alex
as it is in the original v0.94Thanks for the reply. No, I don't use consoles or mods, just the incest patch. I recall from part22 that I did not stay with Adriana. If that's where the problem is, I'm happy to go back to an earlier save and try playing through again.This is not a bug, it has to be a consequence of something you've done wrong. This shouldn't happen.
I hope you haven't been extracting new releases of this game on top of previous ones?
The variable you're missing was introduced in the previous release (episode 22) of the game on the non-Sandra path.
Unless you've skipped that part, of course (Totally doable by using some cheat mod, a mod that tries to remove Adriana or something like that. Or by using dev console and jumping directly to any part of the game).
By properly playing through the previous part this variable should have a boolean value, depending on the choice you made to either go and look at Adriana's new apartment (and move in there with her and Haley in the future) or not to (and choose the future path with Lisa instead).
No. I was pointing out that you keep sayingI just downloaded that wt mod before I posted my previous answer.
It replaces script.rpy with one where Alexandra is defined asax
.
ep22.rpy of the wt mod also usesax
.
Put my bugfix on top of it and it replaces ep22.rpy with one that usesalex
as it is in the original v0.94
I thought I was pretty clear about it. You kind of missed that it's the wt mod that we were talking about?
alexis
when the user's error has alex
is not defined.alex
isn't defined that the user changed something be it WT mod or something elseIn the beginning of ep22Thanks for the reply. No, I don't use consoles or mods, just the incest patch. I recall from part22 that I did not stay with Adriana. If that's where the problem is, I'm happy to go back to an earlier save and try playing through again.
Thanks again for pointing me in the right direction.
adimovein
is set to False by default. In the scene with Adriana it gets set to True if you choose 'Yes'.No. I have a save on that path and didn't experience the issue posted.Seems this might purely be an issue with Adrianna path perhaps? I'm on a Haley only run, no issue with crashes, bad code, patches or anything else.