2.80 star(s) 21 Votes

mamlas55

Member
May 16, 2018
119
94
After click to UPDATE in "My room" this error is shown :
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 14:17:40 2023
KeyError: not always the same its chnges:

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

While running game code:
  File "game/1kathy.rpy", line 848, in script
    $ del kathy_quest_mon[6]
  File "game/1kathy.rpy", line 848, in <module>
    $ del kathy_quest_mon[6]
KeyError: 6

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

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

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Wed Feb  1 14:24:19 2023
 
Last edited:

chuckypetya

Member
Jan 18, 2018
376
202
I get an error too:


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.22000
Ren'Py 7.4.11.2266
Bonds Of Love 1.2
Wed Feb 1 17:20:16 2023
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,167
480
Same for me. New playthought with current version, no other version have been played. Its when you click on the ? event in morning with ll
View attachment 2356409

same error log too
same here
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
Wed Feb 1 14:26:21 2023
 

Alen Mak

Active Member
Oct 26, 2018
633
368
its only me got this error

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
Wed Feb 1 22:55:04 2023
 

Alen Mak

Active Member
Oct 26, 2018
633
368
guys i think i got this scene and avoid the error from above, just go in the Kitchen when no one there and skip the time till get the scense, try one day or another till got it /you grab Alexia boobs/
 
2.80 star(s) 21 Votes