2.30 star(s) 15 Votes

Ghost''

Well-Known Member
Mar 17, 2021
1,299
3,144
Bonds of Love [v1.2] Unofficial Android Port + IC Patch

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


- 555mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


 
Last edited:

Samhill

Active Member
Nov 2, 2020
542
244
Python:
While running game code:
  File "game/1kathy.rpy", line 792, in script
    $ del kathy_quest_mon[6]
  File "game/1kathy.rpy", line 792, in <module>
    $ del kathy_quest_mon[6]
KeyError: 6

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

Full traceback:
  File "game/1kathy.rpy", line 792, 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 792, 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.22000
Ren'Py 7.4.11.2266
Bonds Of Love 0.9
Sun Sep 11 03:33:56 2022
 

PPLayer

Active Member
May 18, 2018
584
943
View attachment 2037542
I keep getting this error when I try to progress with Scarlett. It starts a loop with her previous event.

Same here ... exactly the same ... cant visit her after phone message because this error causing text message doesnt get a `closure`:unsure:

couldyounot
edit: .... somehow I got the game back to playing nice again?!
I clicked "answer the text" and it caused the error screen again, I clicked again "ignore" and waited a couple seconds and there it happened -> the script caught up? Patience? Luck? idk

edit2: ... celebrated to earlier -> all sms following from scarlett are borked now - they produce later the same error message again and leads to an even more borked error loop
 
Last edited:
  • Like
Reactions: krkarr

kat777

Member
Dec 24, 2017
390
62
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/2navigation.rpy", line 1108, in script
$ renpy.jump(timed_quest[temp2])
ScriptError: could not find label 'school_placeholder'.

-- 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 1108, in script
$ renpy.jump(timed_quest[temp2])
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'school_placeholder'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 0.9
Mon Sep 12 13:01:10 2022
 
  • Like
Reactions: krkarr

Effinpist

Member
May 10, 2018
108
216
game is a bugfest. i find a way to get past the scarlett problem, then I get another one because it says it doesn't recognize Claudia, then it crashes. if the game ever works right I'll try it again.
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,160
479
this game needs to be fully tested before its released there shouldnt be this many errors for a game thats just been updated
 
  • Like
Reactions: Ramagar

tsunku

Engaged Member
Nov 6, 2017
2,882
1,524
man this game isn't just a bugfest, it's flat out broken, the navigation always errors, you can't go to any rooms with ppl in them, it wasn't this broken before, how do you update a game and fuck it up so badly that what was working is broken so badly??? you're not microsoft!
 
  • Like
Reactions: mdmnsjs1

RobJoy

Active Member
Jul 4, 2017
980
654
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/2navigation.rpy", line 432, in script
    $ renpy.show(temp)
  File "game/2navigation.rpy", line 432, in <module>
    $ renpy.show(temp)
Exception: Image 'navi alexia day' does not accept attributes 'alexia'.

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

Full traceback:
  File "game/2navigation.rpy", line 432, in script
    $ renpy.show(temp)
  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/2navigation.rpy", line 432, in <module>
    $ renpy.show(temp)
  File "renpy/exports.py", line 742, in show
    if not base.find_target() and renpy.config.missing_show:
  File "renpy/display/image.py", line 409, in find_target
    self.target = target._duplicate(a)
  File "renpy/display/core.py", line 390, in _duplicate
    args.extraneous()
  File "renpy/display/core.py", line 271, in extraneous
    " ".join(self.args),
Exception: Image 'navi alexia day' does not accept attributes 'alexia'.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
Bonds Of Love 0.9
Thu Sep 15 20:55:36 2022
Sadly, "an artist" does not make a python programmer.
 

Ramagar

Well-Known Member
Nov 19, 2017
1,105
1,101
As many have said before, this game is just unplayable as it is. The dev really needs to play test it before releasing it.

This game has potential, as long as the bugs are fixed.
 

deimos25

Newbie
Sep 29, 2021
55
60
I keep getting this error when I try to progress with Scarlett. It starts a loop with her previous event.
I was able to progress Scarlett path by making some changes to the code. Taking some of the previous code from conversations with Clara I adapted it to Scarlett's.
You don't have permission to view the spoiler content. Log in or register now.

Either replace "game/2phone.rpy" file with the one attached or make changes yourself.

I still got a couple bugs during the conversations, like repeated texts, but it progressed nonetheless.
 
Last edited:

Cron

Newbie
Jul 18, 2017
62
77
Is there even any new content in 0.9? The questlog only says there are no more quests in this version.
 

char_2.0

Active Member
Jul 15, 2021
667
1,186
The first three girls from the introduction to write the relationship are the sisters? (the one with blue hair and then the brunette and redhead).
 

EZ8lt

Engaged Member
Dec 24, 2019
2,437
5,321
I'm giving up on this for good. There wasn't a release aside from the first one that wasn't bugged as fuck, everytime a new mechanic or something gets introduced the entire game is fucked, I restarted it from the beginning like 4-5 times already and I still get bugs and progressions blocked, content gets fucked up every single time by removing or adding something. Enough is enough.
 

Thy4nd

Member
Apr 18, 2019
161
342
Bonds of Love [v0.9] Unofficial Android Port

There is no textbox in my ports, so enjoy the game.

- 258mb.

You can also join my discord server for more ports and support me.



Yo! Can you buy me a coffee for support me? Tnx.

file not found:cry:
 
2.30 star(s) 15 Votes