Edit* I see some Linux users are getting the same error. I am on a Windows 11 pc however.
I am getting the following error when starting the game with the v0.4.1
It happens both with and without the crack added
The file "_raw_ecb.pyd" that it is unable to find, does exist in the specified location though.
Does anyone have an idea what goes wrong here?
```
I'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.cp39-mingw_x86_64_clang.pyd', Cannot load '_raw_ecb.pyd': Could not find module 'D:\b\LustBound-v0.4.1b-pc\game\python-packages\Crypto\Cipher\_raw_ecb.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 1, in script
File "D:\b\LustBound-v0.4.1b-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\b\LustBound-v0.4.1b-pc\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 "D:\b\LustBound-v0.4.1b-pc\renpy\loader.py", line 871, 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 "D:\b\LustBound-v0.4.1b-pc\renpy\loader.py", line 871, 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.cp39-mingw_x86_64_clang.pyd', Cannot load '_raw_ecb.pyd': Could not find module 'D:\b\LustBound-v0.4.1b-pc\game\python-packages\Crypto\Cipher\_raw_ecb.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Lust Bound v0.4.1b
Wed Jan 8 21:56:50 2025
```