Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant load model BUG #19

Open
StaiMerr opened this issue Dec 30, 2024 · 1 comment
Open

Cant load model BUG #19

StaiMerr opened this issue Dec 30, 2024 · 1 comment

Comments

@StaiMerr
Copy link

TBBmalloc: skip allocation functions replacement in ucrtbase.dll: unknown prologue for function _msize
Repository data: C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org not found, sync required!
Loading generator...
Failed to load generator: Failed to load shared library 'C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\lib\llama.dll': Could not find module 'C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\lib\llama.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Traceback (most recent call last):
File "C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\llama_cpp.py", line 75, in _load_shared_library
return ctypes.CDLL(str(lib_path), **cdll_args) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\python\Lib\ctypes_init
.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\lib\llama.dll' (or one of its dependencies). Try using the full path with constructor syntax.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen\generator\generator.py", line 80, in load_generator
import llama_cpp
File "C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp_init_.py", line 1, in
from .llama_cpp import *
File "C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\llama_cpp.py", line 88, in
_lib = _load_shared_library(_lib_base_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\llama_cpp.py", line 77, in _load_shared_library
raise RuntimeError(f"Failed to load shared library '{_lib_path}': {e}")
RuntimeError: Failed to load shared library 'C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\lib\llama.dll': Could not find module 'C:\Users\xdvor\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\meshgen.python_dependencies\llama_cpp\lib\llama.dll' (or one of its dependencies). Try using the full path with constructor syntax.

@Darthph0enix7
Copy link

i just reimported the addon and it fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants