phandasm / waveform

Audio spectral analysis plugin for OBS
https://obsproject.com/forum/resources/waveform.1423/
GNU General Public License v3.0
525 stars 37 forks source link

Cant use plugin M1 MacBook Air #25

Closed Clickbaitcake closed 2 years ago

Clickbaitcake commented 2 years ago

M1 chip MacOS: 12.5 (21G72) OBS: 27.2.4

I have extracted the m1 ZIP file to /Users/charlie/Library/Application Support/obs-studio then restarted OBS but the plugin does not load. I checked in the mac security and privacy settings to see if I needed to allow an untrusted app but there was no prompt.

When I load OBS the plugin is not avaliable.

Any ideas?

Clickbaitcake commented 2 years ago

Logs say this

11:26:03.769: os_dlopen(/Users/charlie/Library/Application Support/obs-studio/plugins/waveform/bin/waveform.so->/Users/charlie/Library/Application Support/obs-studio/plugins/waveform/bin/waveform.so): dlopen(/Users/charlie/Library/Application Support/obs-studio/plugins/waveform/bin/waveform.so, 0x0101): tried: '/Users/charlie/Library/Application Support/obs-studio/plugins/waveform/bin/waveform.so' (mach-o file, but is an incompatible architecture (have (arm64), need (x86_64)))

So perhaps I am not using Arm native OBS?

Clickbaitcake commented 2 years ago

Grabbed an Arm build by following this video: https://www.youtube.com/watch?v=ER04kP9TkSE Used a nightly build from here: https://github.com/obsproject/obs-studio/actions

Now the plugin works after allowing the unsigned app to run. This bug can be closed