2.80 star(s) 21 Votes

indio68

Engaged Member
Sep 26, 2020
3,361
2,725
I'M GLAD that MC hhasn't an horse dick , but he could get a few inches on that part i guess...no?
 
  • Haha
Reactions: loqex

Dole

Well-Known Karen
Apr 28, 2017
3,015
2,501
1.4 bugs with i patch

1) PC
View Clara morning scene

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3947, in script
$ del timed_quest[temp]
File "game/script.rpy", line 3947, in <module>
$ del timed_quest[temp]
KeyError: 'N02'

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

Full traceback:
File "game/script.rpy", line 3947, in script
$ del timed_quest[temp]
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 3947, in <module>
$ del timed_quest[temp]
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
KeyError: 'N02'

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Bonds Of Love 1.4
Wed Oct 11 06:58:42 2023

2)
While running game code:
File "game/1bella.rpy", line 1643, in script
$ temp = contact_list.index("Bella")
File "game/1bella.rpy", line 1643, in <module>
$ temp = contact_list.index("Bella")
ValueError: 'Bella' is not in list

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

Full traceback:
File "game/1bella.rpy", line 1643, in script
$ temp = contact_list.index("Bella")
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1bella.rpy", line 1643, in <module>
$ temp = contact_list.index("Bella")
ValueError: 'Bella' is not in list

3) when you ignore 2 bug

While running game code:
File "game/1bella.rpy", line 1644, in script
$ temp2 = contact_list[temp]
File "game/1bella.rpy", line 1644, in <module>
$ temp2 = contact_list[temp]
TypeError: list indices must be integers or slices, not str

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

Full traceback:
File "game/1bella.rpy", line 1644, in script
$ temp2 = contact_list[temp]
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1bella.rpy", line 1644, in <module>
$ temp2 = contact_list[temp]
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
TypeError: list indices must be integers or slices, not str

4) when you ignore bug 3

File "game/1bella.rpy", line 1645, in script
$ del contact_list[temp]
File "game/1bella.rpy", line 1645, in <module>
$ del contact_list[temp]
TypeError: list indices must be integers or slices, not str

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

Full traceback:
File "game/1bella.rpy", line 1645, in script
$ del contact_list[temp]
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1bella.rpy", line 1645, in <module>
$ del contact_list[temp]
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
TypeError: list indices must be integers or slices, not str

5)
While running game code:
File "game/2navigation.rpy", line 1037, in script
call screen navi_menu
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

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

Full traceback:
File "game/2navigation.rpy", line 1037, in script
call screen navi_menu
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

6) when you ignore bug 5
While running game code:
File "game/2navigation.rpy", line 1045, in script
call screen navi_menu
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

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

Full traceback:
File "game/2navigation.rpy", line 1045, in script
call screen navi_menu
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

7) when you ignore bug 6

While running game code:
File "game/2navigation.rpy", line 1054, in script
call screen navi_menu
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

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

Full traceback:
File "game/2navigation.rpy", line 1054, in script
call screen navi_menu
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

8) when you ignore bug 7

While running game code:
File "game/2navigation.rpy", line 1063, in script
call screen navi_menu
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

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

Full traceback:
File "game/2navigation.rpy", line 1063, in script
call screen navi_menu
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Downloads\BondsOfLove-1 4-pc\BondsOfLove-1.4-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 17, in execute
screen contacts():
File "game/2phone.rpy", line 39, in execute
vbox:
File "game/2phone.rpy", line 43, in execute
for contact in contact_list:
File "game/2phone.rpy", line 44, in execute
textbutton contact:
File "game/2phone.rpy", line 44, in keywords
textbutton contact:
File "game/2phone.rpy", line 47, in keywords
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
File "game/2phone.rpy", line 47, in <module>
if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 'Y310'

when you try to ignore the phone bug you get endless other bug reports
 
Last edited:

Dole

Well-Known Karen
Apr 28, 2017
3,015
2,501
But only a handful of people (the dev, you and ?) are interested in knowing which bug exist or has been already reported
When you read threads without producer give it fan fixes and sometimes is this the only fix that exist because the producer don`t fix it. I can`t say if we have here such a nice person that fix it for hisself and then give it out for all other players. Or when somebody is his patreon or on his discord channel to copy all bug reports and post it there (100 channel limit and I have reached it so I can`t report bugs there for some producer).

Normal all players are interested in working games and when you see a reported or known bug was in a version a year before or so then it looks that the producer don`t make bugfixes.

So you can look if the bug is gamebreaking or how much they are and think about when you haven`t played the game before if the game is worth to play or not. Maybe you think with these bugs are only to waste your player time. Player time is not endless so sometimes it is better to try another game.
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
19,138
157,538
Bonds of Love [v1.5] [Zelathorn Games]


Hey guys, the next release of Bonds of Love is here! Thank you so much for your support and patience! Sorry this one took so long.

1.5 Changelog:
Added two new parts to Stressed Out
Added one new part to Relaxing Massage
Added one new part to Secret Job
Added one new part to Bonding Swim
Added two new parts to Sex Ed
Added one new part to Struggling Student
Added one new part to Lonely Woman
Added one new part to Problem Child
Added one new part to Handyman
Added one new part to Yoga Challenge
Added one new 'Main' part

Win/Linux/Mac/Android:
 
Oct 14, 2021
263
162
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 670, in main
run(restart)
File "renpy/main.py", line 144, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 953, in run_context
context.run()
File "game/2navigation.rpy", line 12, in script
$ renpy.jump(temp1)
File "renpy/script.py", line 1013, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'm_problem_child_12_add'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.1.23060707
Bonds Of Love 1.5
Sat Jan 6 10:31:37 2024
 

RobJoy

Active Member
Jul 4, 2017
984
676
Another bug (just click next in save):
The game is borked and impossible to continue after this.
Even going back and not selecting this scene.
Just loading into the next day breaks it.

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

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

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

Full traceback:
  File "renpy/bootstrap.py", line 275, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 670, in main
    run(restart)
  File "renpy/main.py", line 144, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 953, in run_context
    context.run()
  File "game/2navigation.rpy", line 12, in script
    $ renpy.jump(temp1)
  File "renpy/script.py", line 1013, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'l'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.1.23060707
Bonds Of Love 1.5
Sat Jan  6 11:05:41 2024
Here is the save:
 
Last edited:
2.80 star(s) 21 Votes