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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAC error

heyeboine opened this issue · comments

Python: Traceback (most recent call last):
File "/Users/xinxin/Library/Application Support/Blender/3.3/scripts/addons/io_import_vmf/init.py", line 1091, in execute
from . import import_vmt
File "/Users/xinxin/Library/Application Support/Blender/3.3/scripts/addons/io_import_vmf/import_vmt.py", line 10, in
from . import import_vtf
File "/Users/xinxin/Library/Application Support/Blender/3.3/scripts/addons/io_import_vmf/import_vtf.py", line 4, in
from pyvtflib import VTFLib, VTFImageFlag, VTFImageFormat
File "/Users/xinxin/Library/Application Support/Blender/3.3/scripts/addons/io_import_vmf/deps/pyvtflib/init.py", line 384, in
_vtflib = CDLL(_library_path)
File "/Applications/Blender.app/Contents/Resources/3.3/python/lib/python3.10/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen(/Users/xinxin/Library/Application Support/Blender/3.3/scripts/addons/io_import_vmf/deps/pyvtflib/bin/libVTFLib13.so, 0x0006): tried: '/Users/xinxin/Library/Application Support/Blender/3.3/scripts/addons/io_import_vmf/deps/pyvtflib/bin/libVTFLib13.so' (not a mach-o file)

Closing as a duplicate of your other issue.