3.60 star(s) 9 Votes
Jul 31, 2022
229
375
Pretty lame this update. A lot of sweet-talking with all the ladies but nothing juicy happened. The twins and all the other ladies nothing more than pure decoration. Am I wrong here? I thought in an adult VN there will be some adult content. This time I could let read this pussyless "Lullaby" my five-your old nephew or my 105 year old great grandmother. Nobody will be aroused rudimentally, not even the bikini-thief-cat. Yawn, goodnight John-Boy... :sleep:
 

doctorx6969

Newbie
Feb 19, 2023
45
34
whelp.... that broke badly on linux:
'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 7, in <module>
OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-39-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'

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

Full traceback:
File "script.rpyc", line 1, in script
File "/mnt/games/Adult/LustBound/renpy/ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/mnt/games/Adult/LustBound/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 7, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/mnt/games/Adult/LustBound/renpy/loader.py", line 892, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/Crypto/Cipher/__init__.py", line 27, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/mnt/games/Adult/LustBound/renpy/loader.py", line 892, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/Crypto/Cipher/_mode_ecb.py", line 35, in <module>
File "python-packages/Crypto/Util/_raw_api.py", line 315, in load_pycryptodome_raw_lib
OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-39-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'

Linux-6.12.1-4-MANJARO-x86_64-with-glibc2.40 x86_64
Ren'Py 8.3.3.24111501+nightly
Lust Bound v0.4.1b
Sat Dec 7 20:56:38 2024
 

hakulaku97

Well-Known Member
Mar 13, 2019
1,241
2,848
whelp.... that broke badly on linux:
'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 7, in <module>
OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-39-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'

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

Full traceback:
File "script.rpyc", line 1, in script
File "/mnt/games/Adult/LustBound/renpy/ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/mnt/games/Adult/LustBound/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 7, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/mnt/games/Adult/LustBound/renpy/loader.py", line 892, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/Crypto/Cipher/__init__.py", line 27, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/mnt/games/Adult/LustBound/renpy/loader.py", line 892, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/Crypto/Cipher/_mode_ecb.py", line 35, in <module>
File "python-packages/Crypto/Util/_raw_api.py", line 315, in load_pycryptodome_raw_lib
OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-39-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'

Linux-6.12.1-4-MANJARO-x86_64-with-glibc2.40 x86_64
Ren'Py 8.3.3.24111501+nightly
Lust Bound v0.4.1b
Sat Dec 7 20:56:38 2024
big thanx hakulaku97 for providing the newest foo and xorxorrax for the awesome and ultra fast patch. I had to add the pycryptodome Linux .so libraries manually because the fine developers were too lazy to provide them.

No new content with minor patches such as sound fixes or an info like "End of current content …".

You're welcome. Glad you could resolve your problem.
You don't have permission to view the spoiler content. Log in or register now.
I suggest to skip all patch updates: just indulge in new chapters or the final product. It's not worth the time to deal with it. Most here seem to get extremely frustrated with it and our dear developers get free inspirations.
linked you the post from another linux user, basically the devs did not provide some python llibary files for linux
 

nutka

Member
Dec 30, 2022
142
118
i will just wine then. :)
yikes!

Would provide the missing .so here, but I compile them myself and do not wanna be doxed … Quick & dirty solution to obtain them yourself:
Bash:
python -m venv  ~/myvenv
source ~/myvenv/bin/activate
pip install pycryptodome
# insert the following output into your "LustBound-v0.4.1b-pc/game/python-packages/Crypto" folder structure
find myvenv/ -iname *.so
besides, F95zone must not host openly available foo which can be obtained elsewhere ;-)
 

Ultimecea

Active Member
Dec 13, 2020
551
457
I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: Could not load from archive audio.rpyc.

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

Full traceback:
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\script.py", line 361, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\script.py", line 870, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive audio.rpyc.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111501+nightly

Sun Dec 8 21:47:15 2024



Any idea whats going on?
 

doctorx6969

Newbie
Feb 19, 2023
45
34
yikes!

Would provide the missing .so here, but I compile them myself and do not wanna be doxed … Quick & dirty solution to obtain them yourself:
Bash:
python -m venv  ~/myvenv
source ~/myvenv/bin/activate
pip install pycryptodome
# insert the following output into your "LustBound-v0.4.1b-pc/game/python-packages/Crypto" folder structure
find myvenv/ -iname *.so
besides, F95zone must not host openly available foo which can be obtained elsewhere ;-)

That worked... thanks for the assist!
 
Jul 31, 2022
229
375
I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: Could not load from archive audio.rpyc.

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

Full traceback:
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\script.py", line 361, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "C:\Users\home0\Desktop\LustBound-v0.4.1b-pc\renpy\script.py", line 870, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive audio.rpyc.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111501+nightly

Sun Dec 8 21:47:15 2024



Any idea whats going on?
I had the same problem. I tapped a couple of time on my pc switchboard and suddenly -- oh miracle ! -- this evil announcement disappeared. Don't ask me why ...
 

youraccount69

Forum Fanatic
Donor
Dec 30, 2020
4,433
2,039
LustBound-0.4.1b
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Marecotroll

Newbie
Mar 3, 2020
35
27
The beginning was good... the middle was bearable, the end... I'm already giving up on the game... what I liked is how out of nowhere the missions ended without even a warning if I reached the end of the update or if there was something to do... before they added the first management update it was good, then it got a bit bad, but the second update turned into total garbage...
 
  • Haha
Reactions: kotinch

Egris

Member
May 6, 2020
352
579
Well i tryed this game for the twins, models and animations are crazy good but the twins should have more content, game skip buttom doesn't work and i don't know if i already did all the content cuz the game doesn't tell you.

Overall good game with beautiful models, just fix the skip buttom, make a message that tells you when you already did all the content and give more content to the twins, for me they are the best part of this game (also their models are unique to this game or they have a name? if someone knows please let me know)
 

ZenoMod

Well-Known Member
Nov 12, 2022
1,193
1,518
game skip buttom doesn't work
That may be an issue with the crack ;)

In the very beginning of initialization, Inceton disables skip button for those who pledged less than 7$ and the crack only redefines the function retrieving the pledged amount AFTER the skip butto has already been disabled.

To enable skip button, you can enable the console and then type the commad:

_skip = True

(True with capital T and remaining letters lowercase)
 
  • Like
Reactions: john1230

xorxorrax

Member
Modder
Apr 12, 2020
329
1,749
That may be an issue with the crack ;)

In the very beginning of initialization, Inceton disables skip button for those who pledged less than 7$ and the crack only redefines the function retrieving the pledged amount AFTER the skip butto has already been disabled.

To enable skip button, you can enable the console and then type the commad:

_skip = True

(True with capital T and remaining letters lowercase)
Probably, I admit I didn't touch the game so I might have missed stuff.
 

ZenoMod

Well-Known Member
Nov 12, 2022
1,193
1,518
Probably, I admit I didn't touch the game so I might have missed stuff.
Nothing that can't be solved by a simple console commad.

Thanks for the crack by the way, I wouldn't have been able to decompile the .rpyc files without it!
 

Egris

Member
May 6, 2020
352
579
That may be an issue with the crack ;)

In the very beginning of initialization, Inceton disables skip button for those who pledged less than 7$ and the crack only redefines the function retrieving the pledged amount AFTER the skip butto has already been disabled.

To enable skip button, you can enable the console and then type the commad:

_skip = True

(True with capital T and remaining letters lowercase)
Oh i see, thank you
 
  • Like
Reactions: ZenoMod

jmcronshaw

Well-Known Member
Apr 19, 2020
1,029
1,910
probably the best of incenton's games narratively and decently written characters but the mechanics suck.
Think i'll just wait till this one is nearly done or a real walkthrough comes out
 
Aug 10, 2024
200
97
It's a little bit complicated, essentially you are not wasting time, and by not wasting time you get the scene. One way to do it is to ignore Hyuna at the beach bar entirely, buy the alcohol from Daisy at the shop, don't hide when getting the cd's and boombox from home, get the Sushi from the blue-haired girl (forgot her name, sorry!), and get the oil from the church. Alternately, you can meet Hyuna, say that you can tell she doesn't want to hear about V, and grab the bottle of alcohol that's sitting in the sand instead of returning it to her. Follow the rest of the lineup and you should get the scene. If you hide when getting the boombox or start trying to get Hyuna to understand V's intentions you have wasted too much time.

Unfortunately the walkthrough mod doesn't really help when trying to get this specific scene, and while you get the lewd scene with Madison by doing this, you miss the lewd scene you would've gotten if you had hidden while getting the boombox, and while you will still get the lewd scene with Hyuna in the most recent update, you will get a shortened version of it instead of the full longer version.
Lol if it werent for u, i wouldnt have known that theres a separate madison scene
 
  • Like
Reactions: Crypt

ZenoMod

Well-Known Member
Nov 12, 2022
1,193
1,518
probably the best of incenton's games narratively and decently written characters but the mechanics suck.
Think i'll just wait till this one is nearly done or a real walkthrough comes out

I agree.

The story is good and engaging, but getting all contents is practically impossible without someone spoiling it to you or decompiling the code to figure it out yourself.

I'm not against story branching: it is the point of a VN versus a Kinetic Novel, but the fork points should be more obvious so that exploring all the branches is easy to do by simply going back to a save in the fork point.

The fact that to get the scene with Madison you have to not spy your aunt is... WTF?

Either someone tells it to you, or you find it out by examining the code.

Sure, you could find it out by trial and error, but you should explore all choices exhaustively with no hints.
It would be a brute force exploration of the tree: boring and not worth the effort.
 

CJAM2002

Newbie
Sep 30, 2020
98
125
The fact that to get the scene with Madison you have to not spy your aunt is... WTF?
The fact you have to go really out of your way to get the scene with Madison is what kills it for me. It stands out because of how convoluted it is to get the scene in the first place. Making very specific choices in other scenes that have no relation to Madison besides picking up the stuff to make her day better, which you do pretty naturally anyway. I did find out you can go to each location, including seeing Hyuna, and get the scene without ever stepping foot in the shop, but you have to make very specific choices or else the opportunity for Madison's scene goes away.

Unfortunately, doing this locks you out of the Anastasia scene, and shortens the Hyuna scene the next day, even if you went and saw her.

Right after the Madison scene (or lack thereof, depending on your actions) you have a pretty standard path split right after! Stay with Summer or hang out with the Twins.
 
  • Like
Reactions: ZenoMod
3.60 star(s) 9 Votes