2.80 star(s) 21 Votes

Alanray64

Member
Jan 28, 2022
323
174
I have the phone icon lit up with an 1675379190717.png but when I look inside there are no options on the call list? Am I missing something?
 

Klyyrisa

New Member
Sep 4, 2020
7
3
Get this error trying to chat with Kathy at the pool. Anybody got an easy fix?

You don't have permission to view the spoiler content. Log in or register now.
Not really sure WHY it fixed it, but I ignored the message, then clicked the Update thing in the bedroom, which also errored and got ignored, but then the pool was able to proceed.
 
  • Like
Reactions: Aeriys

Aeriys

Member
Apr 23, 2017
203
102
Not really sure WHY it fixed it, but I ignored the message, then clicked the Update thing in the bedroom, which also errored and got ignored, but then the pool was able to proceed.
Worked for me as well.

Edit: the whole Kathy quest line seems to be looping though, I'm going through all the previous steps again.
 
Last edited:

Samhill

Active Member
Nov 2, 2020
573
346
Just wait, you'll get about 20 more
You're not exaggerating. Damn thing just up and crashed on me.

Python:
While running game code:
  File "game/2navigation.rpy", line 21, in script
    $ renpy.jump(temp4)
ScriptError: could not find label 'a_weekend_morning'.

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 662, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "game/2navigation.rpy", line 21, in script
    $ renpy.jump(temp4)
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'a_weekend_morning'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Fri Feb  3 09:46:35 2023
 

Aelth

Member
Jun 17, 2017
129
391
Is it just me or is the MCs dick getting smaller as we go along?

And that whole situation with Evelyn got gross really quickly, no option to turn them down? Done with this.
 
Last edited:

DarkDaemonX

Engaged Member
Mar 31, 2020
2,146
2,275
I finished the Main story for this update, it told me to save and use that save next update, but I still have other quests to do, so what am I supposed to do, is it save to continue to do those quests and save when I'm done, or will that mess up my game if I load that save next update?
 

0LDSK00L

Newbie
Mar 13, 2021
44
14
This is a new game (started over from the start)! Keep getting this error Weekend Early Mornings (either Saturday or Sunday) trying to see mom in the kitchen. Can't just fast forward time because it sends me to bed. Any idea how to resolve it?


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/2navigation.rpy", line 21, in script
$ renpy.jump(temp4)
ScriptError: could not find label 'a_weekend_morning'.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/2navigation.rpy", line 21, in script
$ renpy.jump(temp4)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'a_weekend_morning'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Sat Feb 4 12:08:24 2023
 
  • Like
Reactions: ayyopayyo

Woodstock_1983

Well-Known Member
Sep 16, 2020
1,470
605
The Dev should have it where the phone messages doesn't change so fast. Sometimes it's hard to keep with it and I have to keep scrolling back.
 

Siodhachan

New Member
Oct 25, 2020
12
2
Anyone got a debug for Secret Job? Had to "Ignore" bugs through 8, but game crashes on this:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/2phone.rpy", line 69, in script
$ renpy.call_screen(temp)
ScriptError: could not find label 'k_secret_job10_text'.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/2phone.rpy", line 69, in script
$ renpy.call_screen(temp)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'k_secret_job10_text'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Sat Feb 4 23:26:57 2023

Happens when I try to text Kathy back.
 

BGRW2020

Well-Known Member
Jul 8, 2020
1,897
1,833
The biggest problem with this VN is you can't simply tell some of these girls NO & your not interested and thats that, the quests with them should disappear etc... agin there are too few choices - ie: Scarlet the whore and Peter the ass, would be real nice to tell them fuck off, Bella and Derek same thing (if thats what you want of course) I can't stand stories that don't allow you to CHOOSE
 

TheKing93

Member
May 18, 2017
121
32
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/1kathy.rpy", line 853, in script
$ del kathy_quest_icon["k_secret_job8"]
File "game/1kathy.rpy", line 853, in <module>
$ del kathy_quest_icon["k_secret_job8"]
KeyError: u'k_secret_job8'

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

Full traceback:
File "game/1kathy.rpy", line 853, in script
$ del kathy_quest_icon["k_secret_job8"]
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/1kathy.rpy", line 853, in <module>
$ del kathy_quest_icon["k_secret_job8"]
File "renpy/python.py", line 875, in do_mutation
return method(self, *args, **kwargs)
KeyError: u'k_secret_job8'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Mon Feb 6 23:46:17 2023
```
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,186
6,006
Why the fuck we can't refuse this slut Scarlett ?
We have the option to refuse the relationship with Bella and share her with her brother but we are forced to fuck that bitch Scarlett who is clearly fucking a whole lot of guys and the only option we have with her is whether or not we want her husband to be present during sex.
Up to this point I even liked this game even despite though it has a lot of bugs and the quality of the renders and animation is not very impressive but if the dev doesn't add the option to refuse any relationship with this slut Scarlett then it is clearly no longer a game for me.

P.S. And now I also discovered that Evelyn so Scarlett daughter is also this same slut like her mother and together with her have even fucked many guys and of course the MC also has no option to refuse her so looks like next slut LI is forced to MC.
 
Last edited:

LoDoN-

Member
Sep 3, 2017
228
438
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/2navigation.rpy", line 21, in script
$ renpy.jump(temp4)
ScriptError: could not find label 'a_weekend_morning'.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/2navigation.rpy", line 21, in script
$ renpy.jump(temp4)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'a_weekend_morning'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Thu Feb 9 13:37:43 2023
 

Marius1233

New Member
Nov 7, 2017
5
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/1kathy.rpy", line 1008, in script
    if secret_job_choice[1] == "sub" or bonding_swim_choice[1] == "sub":
  File "game/1kathy.rpy", line 1008, in <module>
    if secret_job_choice[1] == "sub" or bonding_swim_choice[1] == "sub":
IndexError: list index out of range

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

Full traceback:
  File "game/1kathy.rpy", line 1008, in script
    if secret_job_choice[1] == "sub" or bonding_swim_choice[1] == "sub":
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/1kathy.rpy", line 1008, in <module>
    if secret_job_choice[1] == "sub" or bonding_swim_choice[1] == "sub":
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Sun Feb 12 16:28:32 2023
 

tagraves15

Newbie
Dec 27, 2021
97
126
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/2navigation.rpy", line 21, in script
$ renpy.jump(temp4)
ScriptError: could not find label 'a_weekend_morning'.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/2navigation.rpy", line 21, in script
$ renpy.jump(temp4)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'a_weekend_morning'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Thu Feb 9 13:37:43 2023
I'm getting the same exact error and would like to know if there is any word on this? I've just been skipping Alexia's weekend morning kitchen because of this.
 
2.80 star(s) 21 Votes