Mod Cheat Mod Ren'Py The Visit - TheTeam's Walkthrough, Scene Gallery, Cheat, Improvements Mod [1.0] [Stiglet]

Xami_

New Member
Nov 8, 2020
5
9
I am getting this error massage from the non-patched mod

You don't have permission to view the spoiler content. Log in or register now.

And It is almost solved, as mention in the thread by just reloading the game, but then I get this remaining part of the previous error massage

The label HaleyScene006 is defined twice, at
File "game/allend2.rpy", line 644 and
File "game/chapter10.rpy", line 557.

The label HaleyNikkiScene003 is defined twice, at
File "game/allend2.rpy", line 170 and
File "game/chapter7.rpy", line 1039.

The label KarenScene005 is defined twice, at
File "game/allend2.rpy", line 1244 and
File "game/kazend.rpy", line 386.

Ren'Py Version: Ren'Py 7.3.5.606
Fri Dec 25 04:39:07 2020
(The error says that The 3 mentioned lables are defined twice in files that was extracted from the mod)

either you didn't replace all the files when you updated the mod or you are not using the most recent version of it, as those labels are only in the allend2 file. I recommend you delete all 4 files and use the ones in the newest version of the mod.
I thought the problem was that the attached mods were not updated and re-downloaded from nopy but nothing I deleted the whole game folder (except the saves) and re-extracted it from the game (RAR file) then added the mod but the ERROR still remains

Then, I tried the patched mod and it didn't have the same problem, so I am sure the problem is in the non-patched mod not from my device.
So, Please re-check the non patched mod and update it soon.

Thanks in advance.
 
  • Like
Reactions: Anonymous_55

Anonymous_55

New Member
Dec 28, 2020
2
0
I am getting this error massage from the non-patched mod

You don't have permission to view the spoiler content. Log in or register now.

And It is almost solved, as mention in the thread by just reloading the game, but then I get this remaining part of the previous error massage



(The error says that The 3 mentioned lables are defined twice in files that was extracted from the mod)



I thought the problem was that the attached mods were not updated and re-downloaded from nopy but nothing I deleted the whole game folder (except the saves) and re-extracted it from the game (RAR file) then added the mod but the ERROR still remains

Then, I tried the patched mod and it didn't have the same problem, so I am sure the problem is in the non-patched mod not from my device.
So, Please re-check the non patched mod and update it soon.

Thanks in advance.
facing the same issue.
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,123
5,917
anyone have the incest patch? the link doesnt work
In OP you have two versions of a mod, one that has "patched" in file name is a mod that already has the incest patch in it so download and install this mod and you have the game originally then with incest.
 

Hawka1O7

Member
Dec 25, 2018
179
73
Hi, quick question but does this mod also correct with Nikki ending error by any chance? I know there was a separate patch for it on the main thread but I'm not sure how if the mod would override the the fix-it from the patch or vice versa if I install them together? :(
 

Vilhjalmr

New Member
Nov 20, 2018
1
5
For the Non-Patched version, you can fix the final defined twice errors by making a couple minor changes in allend2.py
Code:
170: label HaleyNikkiScene003: --> label HaleyNikkiScene004:
644: label HaleyScene006: --> label HaleyScene007:
1244: label KarenScene005: --> label KarenScene006:
1497: label KarenScene006: --> label KarenScene007:
the numbering was slightly off causing the issue. This fixed it for me
 

nsf93

New Member
Sep 17, 2020
1
4
For the Non-Patched version, you can fix the final defined twice errors by making a couple minor changes in allend2.py
Code:
170: label HaleyNikkiScene003: --> label HaleyNikkiScene004:
644: label HaleyScene006: --> label HaleyScene007:
1244: label KarenScene005: --> label KarenScene006:
1497: label KarenScene006: --> label KarenScene007:
the numbering was slightly off causing the issue. This fixed it for me

Yes, this works. Thanks dude
 

sanmal

Member
Jul 30, 2017
455
257
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'NikkiScene010'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "E:\TheVisit-1.0-pc\TheVisit-1.0-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\TheVisit-1.0-pc\TheVisit-1.0-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'NikkiScene010'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
The Visit 1.0
Thu Jan 14 17:27:44 2021
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'NikkiScene011'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "E:\TheVisit-1.0-pc\TheVisit-1.0-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\TheVisit-1.0-pc\TheVisit-1.0-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'NikkiScene011'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
The Visit 1.0
Thu Jan 14 17:29:22 2021
These are the two errors I got when trying to access Nikki's bottom right scenes respectively.

View attachment 985027


Another would be this error

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

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'KarenNikkiScene001'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "E:\TheVisit-1.0-pc\TheVisit-1.0-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\TheVisit-1.0-pc\TheVisit-1.0-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'KarenNikkiScene001'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
The Visit 1.0
Thu Jan 14 17:32:57 2021
View attachment 985031

Redownloaded The Visit 1.0 again, tried both the mega and nopy link and still got the same errors.
Same problem with patched version. They still not fix it.
 

dualblades730

Newbie
Nov 9, 2019
81
42
I installed the mod, and it won't even let me open up the game. This is the error i get:

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
OverflowError: value too large to convert to short

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

Full traceback:
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/main.py", line 505, in main
renpy.game.script.report_duplicate_labels()
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/script.py", line 950, in report_duplicate_labels
if renpy.parser.report_parse_errors():
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/parser.py", line 2929, in report_parse_errors
renpy.display.error.report_parse_errors(full_text, error_fn)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/error.py", line 187, in report_parse_errors
error_fn=error_fn,
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/game.py", line 281, in invoke_in_new_context
return callable(*args, **kwargs)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/error.py", line 45, in call_exception_screen
return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen/renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 1594, in render
cwidth, cheight = sizeit('c', width, height, 0, 0)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 1591, in sizeit
rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
File "renpy/display/render.pyx", line 310, in renpy.display.render.render_for_size (gen/renpy.display.render.c:4391)
return render(d, width, height, st, at)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 1594, in render
cwidth, cheight = sizeit('c', width, height, 0, 0)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 1591, in sizeit
rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
File "renpy/display/render.pyx", line 310, in renpy.display.render.render_for_size (gen/renpy.display.render.c:4391)
return render(d, width, height, st, at)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/viewport.py", line 264, in render
surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/display/layout.py", line 925, in render
surf = render(d, width - x, rh, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/text/text.py", line 2008, in render
layout = Layout(self, width, height, renders, splits_from=virtual_layout)
File "/private/var/folders/fx/hqtgx_q9521dryxs2htj6w040000gn/T/AppTranslocation/30E55ECD-01FA-49BC-A4A2-58EC19381518/d/TheVisit copy.app/Contents/Resources/autorun/renpy/text/text.py", line 751, in __init__
textsupport.tweak_glyph_spacing(all_glyphs, lines, target_x_delta, target_y_delta, maxx, y) # @UndefinedVariable
File "textsupport.pyx", line 964, in renpy.text.textsupport.tweak_glyph_spacing
File "textsupport.pxd", line 78, in renpy.text.textsupport.Line.y.__set__
OverflowError: value too large to convert to short

Darwin-21.4.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
The Visit 1.0
Wed May 25 02:09:09 2022
 
  • Like
Reactions: hasanz

multiplex1

Newbie
Sep 4, 2019
98
43
there is some thing wrong with the unpatched version. the replay section is messed up. some scenes can be accessed but others can't be. AB's part of the mod, the one where you show all the routes and endings, don't show up. I never used the unpatched version that was why I didn't know about the problems.
 
Last edited:

multiplex1

Newbie
Sep 4, 2019
98
43
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
ScriptError: could not find label 'HaleyScene009'.

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

Full traceback:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\TheVisit-1.0-pc\TheTeam(IAmAB, OscarSix, and ShaddyModda)'s Mod\Non-Incest\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\TheVisit-1.0-pc\TheTeam(IAmAB, OscarSix, and ShaddyModda)'s Mod\Non-Incest\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'HaleyScene009'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Visit 1.0
Mon May 30 15:35:12 2022

please fix for non incest
 

BosukeEdgy

Newbie
Mar 20, 2022
68
8

Updated: 2020/12/15
Game/Creator: The Visit /
Modder: - - -
Mod Version: 1.0
Game Version: 1.0
Language: English

Features:
  • This mod adds an in-game walkthrough for the important choices in the game The Visit! - Credit: IAmAB
  • I've added a scene replay gallery to the main menu with all gallery scenes unlocked and viewable. - Credit: ShaddyModda
  • A cheat menu has also been added which has cheats that allow you to maximize your stats. - Credit: OscarSix
  • I've currently made a few improvements to some of the events in the game so that you will be able to see several missable scenes. Read the full list of improvements below to see all of the changes.
Game/Event/Scene Improvements:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.

Fix "defined twice" Error:
You don't have permission to view the spoiler content. Log in or register now.

Download Patched: -
Download NOT-Patched: -

Android:
Patreon's: - -
The android one not working anymore
 

Bossmcuno

Newbie
Aug 11, 2022
18
9

Updated: 2020/12/15
Game/Creator: The Visit /
Modder: - - -
Mod Version: 1.0
Game Version: 1.0
Language: English

Features:
  • This mod adds an in-game walkthrough for the important choices in the game The Visit! - Credit: IAmAB
  • I've added a scene replay gallery to the main menu with all gallery scenes unlocked and viewable. - Credit: ShaddyModda
  • A cheat menu has also been added which has cheats that allow you to maximize your stats. - Credit: OscarSix
  • I've currently made a few improvements to some of the events in the game so that you will be able to see several missable scenes. Read the full list of improvements below to see all of the changes.
Game/Event/Scene Improvements:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.

Fix "defined twice" Error:
You don't have permission to view the spoiler content. Log in or register now.

Download Patched: -
Download NOT-Patched: -

Android:
Patreon's: - -
The game looks good.. sadly the android link is gone..
 
Jul 28, 2019
16
29
For the Non-Patched version, you can fix the final defined twice errors by making a couple minor changes in allend2.py
Code:
170: label HaleyNikkiScene003: --> label HaleyNikkiScene004:
644: label HaleyScene006: --> label HaleyScene007:
1244: label KarenScene005: --> label KarenScene006:
1497: label KarenScene006: --> label KarenScene007:
the numbering was slightly off causing the issue. This fixed it for me
Yes, this works. Thanks dude [Attached: updated file]
Thank you. I knew I installed the mod correctly, I did what the OP suggested, and the mod was still broken. This fixed the error. I hope the OP file is updated with this fix or pointed to this fix; it would have saved me an hour of head-scratching.
 

multiplex1

Newbie
Sep 4, 2019
98
43
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
ScriptError: could not find label 'NikkiScene013'.

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

Full traceback:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\TheVisit-1.0-pc\TheTeam(IAmAB, OscarSix, and ShaddyModda)'s Mod\Non-Incest\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\TheVisit-1.0-pc\TheTeam(IAmAB, OscarSix, and ShaddyModda)'s Mod\Non-Incest\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'NikkiScene013'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Visit 1.0
Sun Nov 27 17:15:46 2022

does anyone have a fix for this?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
ScriptError: could not find label 'HaleyNikkiScene002'.

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

Full traceback:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\TheVisit-1.0-pc\TheTeam(IAmAB, OscarSix, and ShaddyModda)'s Mod\Non-Incest\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\TheVisit-1.0-pc\TheTeam(IAmAB, OscarSix, and ShaddyModda)'s Mod\Non-Incest\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'HaleyNikkiScene002'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Visit 1.0
Sun Nov 27 17:19:52 2022

how about this one?