Unable to launch host applications

Answered

I write audio plugins.  When I go to run my software, I have to run the plugins I develop in some host software (Reaper, Garageband, Logic, etc.).  I can't seem to get the CLion to launch these host applications.  The strange thing is, I'm able to launch these host applications in AppCode and in Xcode.  When I build the project, this the Terminal output:

/Applications/REAPER64.app

Process finished with exit code 127

===============

OS: macOS 10.15.3

CLion: 2019.3.5

0
4 comments

Hello!

Looks similar to https://youtrack.jetbrains.com/issue/CPP-11749. Please check whether the advice from this comment helps.

0

Alright, so is this a bug?  It seems weird that AppCode can launch a host application with run but CLion cannot.

0

Does specifying an executable (somewhere under REAPER64.app/Contents/MacOS/) help? If yes, then I think it's the same bug as in https://youtrack.jetbrains.com/issue/CPP-11749.

0

Yes, specifying the executable in that path in Reaper works.  Thanks Anna, much appreciated.  A fairly painless workaround, but hopefully the bug isn't hard to fix.

0

Please sign in to leave a comment.