Sc-osx-standalone: “file system relative path s not allowed in hardened programs” error
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, I am trying to update sc-osx-standalone <https://github.com/dathinaios/sc_osx_standalone> to use 3.11 and hopefully work on Catalina/Big Sur but a series of errors with the following form are thrown on startup: *** ERROR: dlopen './Resources/plugins/GendynUGens_supernova.scx' err 'dlopen(./Resources/plugins/GendynUGens_supernova.scx, 2): no suitable image found. Did find: file system relative paths not allowed in hardened programs' *** ERROR: dlopen './Resources/plugins/UIUGens.scx' err 'dlopen(./Resources/plugins/UIUGens.scx, 2): no suitable image found. Did find: file system relative paths not allowed in hardened programs' etc.... So it appears that plugins are not loading correctly. As far as I can tell this has something to do with MacOS sandboxing but I am really not sure. Does anyone have any pointers on how to resolve such an issue? Best Wishes, Dionysis