February 19, 20188 yr comment_14865 Hello, I am having problems running command line flirc_util (v3.9.10) on macOS High Sierra. When I first tried running it I got: "Library not loaded: /usr/local/lib/libhidapi.0.dylib" I ran "brew install hidapi", and after that flirc_util would run and print the usage message. Unfortunately, when I tried any other command, like "flirc_util status", I was getting: "device disconnected, can't run command" Flirc itself works fine, and the GUI app works too. Could you point me to anything else I could try to make flirc_util work? Thank you! Report
February 19, 20188 yr comment_14867 Thanks for letting me know. I am using a non public version of hidapi, as there are several bugs that have been addressed in my copy. Do the following; cd /Applications/Flirc.app/Contents/Resources install_name_tool -change /usr/local/lib/libhidapi.0.dylib /Applications/Flirc.app/Contents/Frameworks/libhidapi.0.dylib flirc_util For those without install_name_tool (mac developer plugins), updated flirc_util attached. I'll issue an update shortly. Sorry for the inconvenience. flirc_util Report
February 20, 20188 yr Author comment_14871 That command didn't help: - - - bash-3.2$ sudo install_name_tool -change /usr/local/lib/libhidapi.0.dylib /Applications/Flirc.app/Contents/Frameworks/libhidapi.0.dylib flirc_util Password: bash-3.2$ pwd /Applications/Flirc.app/Contents/Resources bash-3.2$ ./flirc_util status device disconnected, can't run command - - - The version you linked to works, thank you! Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.