Plumber icon indicating copy to clipboard operation
Plumber copied to clipboard

Doesn't work on M1/M2 Macs

Open temir-erd opened this issue 8 months ago • 1 comments

Describe the bug Adon does not activate, it gives errors

To Reproduce Steps to reproduce the behavior:

  1. Install plumber-v1.0.0-macOS.zip
  2. Click the checkbox to activate the plugin

Logs

Traceback (most recent call last):
  File "/Applications/Blender.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 369, in enable
    mod.register()
  File "/Users/temir/Library/Application Support/Blender/3.6/scripts/addons/plumber/__init__.py", line 50, in register
    from . import addon
  File "/Users/temir/Library/Application Support/Blender/3.6/scripts/addons/plumber/addon.py", line 4, in <module>
    from . import preferences, importer, tools, benchmark, version_str
  File "/Users/temir/Library/Application Support/Blender/3.6/scripts/addons/plumber/preferences.py", line 1, in <module>
    from .plumber import discover_filesystems, FileSystem, filesystem_from_gameinfo
ImportError: dlopen(/Users/temir/Library/Application Support/Blender/3.6/scripts/addons/plumber/plumber.abi3.so, 0x0002): tried: '/Users/temir/Library/Application Support/Blender/3.6/scripts/addons/plumber/plumber.abi3.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/temir/Library/Application Support/Blender/3.6/scripts/addons/plumber/plumber.abi3.so' (no such file), '/Users/temir/Library/Application Support/Blender/3.6/scripts/addons/plumber/plumber.abi3.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))


Screenshots Снимок экрана 2023-10-25 в 19 05 14

Details (please complete the following information):

  • OS: MacOs 14.0
  • Blender Version: 3.6.5
  • Addon Version: 1.0.0
  • Did you download a release or build the addon yourself: downloaded a release

temir-erd avatar Oct 25 '23 13:10 temir-erd