2.30 star(s) 15 Votes

Razielprince

Active Member
Nov 4, 2017
516
362
Got this error now.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/1alexia.rpy", line 1217, in script
m "(Oops, I should really not just be walking in on [rel16]. God, why do I want to see her naked body. She's my [rel!l]. Stop it, [mc_name].)"
KeyError: u'rel'

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

Full traceback:
File "game/1alexia.rpy", line 1217, in script
m "(Oops, I should really not just be walking in on [rel16]. God, why do I want to see her naked body. She's my [rel!l]. Stop it, [mc_name].)"
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1236, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1155, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1135, 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'rel'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 0.9
Sun Jan 29 17:43:47 2023
```


Edit: nvm got it fixed, just needed to change in the ".rpy" file mentioned above the "[rel!1]" to "[rel1]" and that fixed it.
 
Last edited:

feres

Newbie
Jul 9, 2017
40
89
Choices matter in this game, but you won’t be locked into your path. Want to push a girl at the start but then be nice to her down the line? You can
So, choices don't matter, then?
 

Gregtex

Newbie
May 13, 2021
50
95
Code:
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
Tue Jan 31 21:20:50 2023
i searched in 2navigation.py and i found 'a_weekend_morning1'
any quick bugfixes?
 

xMaoam1123

New Member
Aug 23, 2017
9
23
Replace your 1extra.rpy in /game with the one attached.

Code:
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
Tue Jan 31 21:20:50 2023
i searched in 2navigation.py and i found 'a_weekend_morning1'
any quick bugfixes?
 

xMaoam1123

New Member
Aug 23, 2017
9
23
Couldn't figure out how the labels get called as all the variables are just named temp1-6, so I just replaced the label to be
"a_weekend_morning" rather than "a_weekend_morning1" :WeSmart:


I don't understand why the 1extra.rpy change works, since it isn't shown in the stacktrace (i guess rethrow?) but thanks!
 

xxdungeonxx

Member
May 3, 2017
104
83
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 2776, in script
    if tahlia nice > tahlia_sub:
SyntaxError: invalid syntax (script.rpy, line 2776)

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

Full traceback:
  File "game/script.rpy", line 2776, in script
    if tahlia nice > tahlia_sub:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2274, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (script.rpy, line 2776)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Tue Jan 31 16:34:31 2023
Error in an event with Kathy and Thalia
 

BoltonGuy35

Well-Known Member
Mar 25, 2018
1,260
2,265
Lesbian tag? Story driven? The game must have it to progress with certain girls? Is it completely optional? If anyone who has played could give some insight into what content there is and if it's something that I could avoid I would appreciate it.
Not asking to start a shit storm but it's getting tedious how pretty much EVERY visual novel game has to have the cliche lesbian content and not make it avoidable or put it in as it's a given that EVERY single Man/Women in the world must find it HOT... Thanks for any feedback, cheers (y)
 
  • Like
Reactions: pvqnep and FREE04

FREE04

Newbie
Mar 13, 2022
60
123
Lesbian tag? Story driven? The game must have it to progress with certain girls? Is it completely optional? If anyone who has played could give some insight into what content there is and if it's something that I could avoid I would appreciate it.
Not asking to start a shit storm but it's getting tedious how pretty much EVERY visual novel game has to have the cliche lesbian content and not make it avoidable or put it in as it's a given that EVERY single Man/Women in the world must find it HOT... Thanks for any feedback, cheers (y)
I agree with you (y)
 

eusimaeu

Member
May 1, 2019
143
139
And here's another one. Don't know why it says windows 10 cause i am on 11. Anyway...

Code:
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.22621
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Wed Feb  1 01:29:19 2023
 
Dec 15, 2022
414
381
I hate when you have to enter all the relations in the beginning. I remembered the incest patch for Uncontrollable, so I made something similar:

If you extract this into the game's directory you can now skip everything in the beginning. Click that you want to specify the relations, then just hit enter until the questions are over and everyone will have their right relation.

This patch should work with every future version unless there will be more family members in the future.
I saw it in one game, that the incest patch added the option to select from 3 choices, where one of them was landlord/landlady and the other was mom/dad. Not sure anymore what the 3th one was, I thought it was something like stepmom etc.

At least not the useless enter she is your mother, what do you call her, what do they call you. Where it gets very complicated with niece and nephew and cousin. As a foreigner, it's all the same to me...
 

JackMiejov

Well-Known Member
May 20, 2021
1,142
1,999
And here's another one. Don't know why it says windows 10 cause i am on 11. Anyway...

Code:
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.22621
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Wed Feb  1 01:29:19 2023

I think that's the one I hit first, but I could get past it by clicking "Ignore".
 
2.30 star(s) 15 Votes