cpyarger / obs-midi

Use MIDI devices to trigger events in OBS and vice versa
https://obs-midi.org
GNU General Public License v2.0
168 stars 20 forks source link

mac: obs-midi plugin is not loaded (QtWidgets not found) #98

Closed renchap closed 3 years ago

renchap commented 3 years ago

Platform

Operating system and version: macOS 11.2.2 OBS Studio version: 26.1.2

Expected Behavior

I expect obs-midi to appear in the Tools menu

Current Behavior

Nothing appears in the menu

Relevant lines in logs:

22:47:11.636: os_dlopen(/Library/Application Support/obs-studio/plugins/obs-midi/bin/obs-midi.so->/Library/Application Support/obs-studio/plugins/obs-midi/bin/obs-midi.so): dlopen(/Library/Application Support/obs-studio/plugins/obs-midi/bin/obs-midi.so, 257): Library not loaded: /tmp/obsdeps/lib/QtWidgets.framework/Versions/5/QtWidgets
22:47:11.636:   Referenced from: /Library/Application Support/obs-studio/plugins/obs-midi/bin/obs-midi.so
22:47:11.636:   Reason: image not found
22:47:11.636: 
22:47:11.636: Module '/Library/Application Support/obs-studio/plugins/obs-midi/bin/obs-midi.so' not loaded

Steps to Reproduce

I just installed Jack, first from Hemebrex then via the website, tried to relaunch OBS, and then checked the logs. I was expecting an issue with Jack, but its not the case it seems.

Additional information

Not sure on how to repro, but I can dig further if you want more details

cpyarger commented 3 years ago

Taking a look now, I made some changes to speed up the CI pipeline, and it may have broken things.

cpyarger commented 3 years ago

I think I see the issue now, QT used to be included on a different path, updating path now and giving it a test. Ill keep you updated

cpyarger commented 3 years ago

Got it fixed (: new release is out

renchap commented 3 years ago

Thanks, it fixed the issue !