lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
395 stars 29 forks source link

File not found error #99

Closed ScoutM2 closed 2 years ago

ScoutM2 commented 2 years ago

When trying to import a VMF into blender I receive a file not sound error because it could not find the module Thanks in advance!

Indexing game files... Indexing done in 5.459866762161255 s Python: Traceback (most recent call last): File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf__init.py", line 728, in execute importer = import_vmf.VMFImporter(fs, dec_models_path, File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vmf.py", line 94, in init from . import import_vmt File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vmt.py", line 10, in from . import import_vtf File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vtf.py", line 4, in from pyvtflib import VTFLib, VTFImageFlag, VTFImageFormat File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\deps\pyvtflib__init__.py", line 384, in _vtflib = CDLL(_library_path) File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\ctypes\init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\deps\pyvtflib\bin\x64\VTFLib.dll' (or one of its dependencies). Try using the full path with constructor syntax.

location: :-1 Game files already indexed Python: Traceback (most recent call last): File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf__init.py", line 728, in execute importer = import_vmf.VMFImporter(fs, dec_models_path, File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vmf.py", line 94, in init from . import import_vmt File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vmt.py", line 10, in from . import import_vtf File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vtf.py", line 4, in from pyvtflib import VTFLib, VTFImageFlag, VTFImageFormat File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\deps\pyvtflib__init__.py", line 384, in _vtflib = CDLL(_library_path) File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\ctypes\init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\deps\pyvtflib\bin\x64\VTFLib.dll' (or one of its dependencies). Try using the full path with constructor syntax.

location: :-1 Game files already indexed Python: Traceback (most recent call last): File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf__init.py", line 728, in execute importer = import_vmf.VMFImporter(fs, dec_models_path, File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vmf.py", line 94, in init from . import import_vmt File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vmt.py", line 10, in from . import import_vtf File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\import_vtf.py", line 4, in from pyvtflib import VTFLib, VTFImageFlag, VTFImageFormat File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\deps\pyvtflib__init__.py", line 384, in _vtflib = CDLL(_library_path) File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\ctypes\init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_import_vmf\deps\pyvtflib\bin\x64\VTFLib.dll' (or one of its dependencies). Try using the full path with constructor syntax.

location: :-1

lasa01 commented 2 years ago

Did you download version 0.6.6? If you did, that's for Linux only as mentioned in the release page. Download 0.6.4 for windows.

ScoutM2 commented 2 years ago

Thanks! I guess the problem was that I couldn't read