Does this work with mac os ventura?
Opened this issue · 1 comments
I installed this twice. Closed and reopened OBS but did not see the midi selection in the tool drop-down menu. I'm wondering if it's because I have OS Ventura. If not, what can I do to fix this on my 2020 Mac (Intel)?
Same behavior here, on same MacBook Pro 2020 (intel) OS Ventura 13.1/.../13.3.1 (I tried it across the updates)
After the installation (with no error is not correct...), I don't see its own plugin folder in ~/Library/Application Support/obs-studio/plugins
Watching the logs I found these lines:
20:04:12.078: 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, 0x0101): Library not loaded: @executable_path/../Frameworks/QtWidgets.framework/Versions/5/QtWidgets
20:04:12.078: Referenced from: <0507BB2C-5F9E-30FC-9F2A-A40E16F2FC9C> /Library/Application Support/obs-studio/plugins/obs-midi/bin/obs-midi.so
20:04:12.078: Reason: tried: '/Applications/OBS.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets' (no such file), '/System/Library/Frameworks/QtWidgets.framework/Versions/5/QtWidgets' (no such file, not in dyld cache)
20:04:12.078:
20:04:12.078: Module '/Library/Application Support/obs-studio/plugins/obs-midi/bin/obs-midi.so' not loaded
I see that qt@5 is not installed (I saw it with this command brew list qt@5
).
Then I tried to install brew install qt@5
and the widgets with brew install qwt
and brew install qwt-qt5
with no luck...
Always found in the log "no such file"