midimonster
midimonster copied to clipboard
Impossible to use MIDIMonster on Mac M1 Montery
Hi everybody I'm would like to use midimonster to solve this problems https://wled.discourse.group/t/art-net-first-last-pixel-of-universe-blue-flicker/3404
But when I launch Midimonster it doesnt work
/Users/ferqli/Desktop/midimonster-v0.6-osx/midimonster ; exit;
ferqli@ferqli ~ % /Users/ferqli/Desktop/midimonster-v0.6-osx/midimonster ; exit;
MIDIMonster v0.6
Failed to open plugin search path ./backends/: No such file or directory
Failed to initialize a backend
However I have files in my backends folders, I gave the full acess disk to the terminal, check that I got the permission on the folder I have already install a few additional packages using the brew package manager. ( lua, openssl, jack, python)
(Maybe a permissions error or something?) I’m not the best with the Terminal. I also know this isn’t entirely MIDIMonster related so I understand if you can’t put time into helping me with it, or if it wouldn’t make sense to ask for help here on this forum.
Any help is greatly appreciated, including all that you’ve done so far!
MORE INFO https://www.reddit.com/r/WLED/comments/vlbdcx/impossible_to_use_midimonster_on_mac_m1_montery/
A guys on reddit tell me : ...get it from phyton.org Next, it is complaining about libcrypto.1.1.dylib so you'll need to fetch and install that, too.
so on this site https://pavcreations.com/dyld-library-not-loaded-libssl-1-1-dylib-fix-on-macos/
I understand that I need to create symlink, should I have to create symlink for every library ? I completely lost with all of these library and symlink ?
Thanks for reporting this!
Hmm, I will need to check on a similar machine, but it should normally just use the system libraries.
Will need to check
I have a similar problem (MacBook Pro M1):
Referenced from: '/Applications/midimonster-v0.6-osx/backends/maweb.so'
Reason: tried: '/usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib' (no such file), '/usr/local/lib/libcrypto.1.1.dylib' (no such file), '/usr/lib/libcrypto.1.1.dylib' (no such file)
Apart from the fact that I had to click many, many times to bypass the security gatekeeper: MIDIMonster insists on [email protected] while
brew install openssl
installs openssl@3.
up