4.20 star(s) 33 Votes

sakuyas_mmaster

Well-Known Member
Feb 12, 2018
1,160
1,437
Man, after a certain point I don't see any pictures anymore. Only messages of the type "Image 'athome1' not found" and it goes on like that forever. What happened there?
 

brknsoul

Member
Nov 2, 2017
485
358
Trying to avoid Jeni's walk in favour of Claudia's party results in an error;
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'jeninowalk'.

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

Full traceback:
  File "JeniUpdate4.rpyc", line 108, in script
  File "renpy/ast.py", line 1711, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'jeninowalk'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
UndercoverLove Episode5dKat1Sas2
Fri Jul 29 23:19:27 2022
Also: at the coffee shop, there's a small naming bug;
The Coffee Shop Girl is meant to say "Alright. I'll have it out in a moment.", not the MC.
 
  • Like
Reactions: someoldguy

MrBenny

Well-Known Member
Jul 20, 2021
1,510
2,877
OK, so I started a new game (UndercoverLove-Episode5dKat1Sas2-pc) without a mod or incest patch, and had no errors up until this spot of the story...
You don't have permission to view the spoiler content. Log in or register now.
Then the dreaded Ren py white screen errors started (continually happening), which makes it unplayable with the continued errors. (Using ignore the errors, skips content when ever the girl responds to MC in the conversation)
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'kc'

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

Full traceback:
  File "kathrynupdate.rpyc", line 3564, in script
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1184, in __call__
    who = who_pattern.replace("[who]", sub(who))
  File "renpy/character.py", line 1179, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'kc'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
UndercoverLove Episode5dKat1Sas2
Fri Jul 29 10:35:56 2022
[/CODE]
.
 
Last edited:
Jan 11, 2019
75
250
Thanks a lot. Really appreciate the help...just re-downloaded the patch and dropped it into the 'game' folder. Restarted and still am getting the 'Claudia is moms friend....' text
Not a noob at this....changed many relationships over many AVN's hahaha
Just for reference, "UndercoverLove-Episode5C-pc_Sasha_Patched" is the version of the game downloaded from F95 (most recent update it looks like).
I don't know...I'm lost LOL
This shit usually works haha
It works fine. Probably the WT mod breaks something.
You don't have permission to view the spoiler content. Log in or register now.
 

DeliteDouche

Active Member
Nov 26, 2021
539
811
Version 5c just came out a few days ago and now 5d is out, so what is the difference in them? Both say Sasha patch
There was a version that came out yesterday that was missing an entire scene with Kat before the Sasha scene. The Sasha patch was originally the addition of the Sasha scene
 

The Senior Perv

Active Member
May 4, 2022
986
4,438
Nice, new update. Haven't played this AVN for some months... is there some action with Sasha's friend? Can't remember if we already had a lewd scene with her aside of the park one.
 

shironou89

Newbie
Jan 5, 2021
71
71
can somebody upload a fix for the error where everytime one of the girls talks, it shows up. It started in the new update.
 

Aethan

Newbie
Sep 24, 2017
52
43
Trying to avoid Jeni's walk in favour of Claudia's party results in an error;
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'jeninowalk'.

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

Full traceback:
  File "JeniUpdate4.rpyc", line 108, in script
  File "renpy/ast.py", line 1711, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'jeninowalk'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
UndercoverLove Episode5dKat1Sas2
Fri Jul 29 23:19:27 2022
Also: at the coffee shop, there's a small naming bug;
The Coffee Shop Girl is meant to say "Alright. I'll have it out in a moment.", not the MC.
Same error here after start a new game a skip content
 
4.20 star(s) 33 Votes