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

Doesn't work on M1/M2 Macs #172

Open
temir-erd opened this issue Oct 25, 2023 · 1 comment
Open

Doesn't work on M1/M2 Macs #172

temir-erd opened this issue Oct 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@temir-erd
Copy link

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 temir-erd added the bug Something isn't working label Oct 25, 2023
@lasa01
Copy link
Owner

lasa01 commented Oct 25, 2023

Unfortunately Macs with Apple M1 or M2 chips are not supported. The Mac version works for Intel Macs only.

It is possible that the compilation of the addon works on those Macs too, but I can't test it or publish a release since I don't have access to any Macs. There are instructions for manually building the addon, so if you have enough technical knowledge you can try that and see if it compiles.

@lasa01 lasa01 added enhancement New feature or request and removed bug Something isn't working labels Dec 14, 2023
@lasa01 lasa01 changed the title Doesn't work on Mac Doesn't work on M1/M2 Macs Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants