Page 1 of 1

Monterey doesn't let me run JW Lua

Posted: Wed Nov 17, 2021 3:55 am
by finalizer
It gives this message:
.
Screen Shot 2021-11-16 at 22.48.29.png

Re: Monterey doesn't let me run JW Lua

Posted: Wed Nov 17, 2021 9:52 am
by BuonTempi
The plug-in contains unsigned executable code, so MacOS will quarantine it until permission is given. You can remove the quarantine flag with the following Terminal command:

Code: Select all

xattr -d /path/to/jwlua64.bundle
You can drop the plug-in on the Terminal window to obtain the path, making sure to leave a space after xattr -d

Re: Monterey doesn't let me run JW Lua

Posted: Wed Nov 17, 2021 7:45 pm
by michelp

Re: Monterey doesn't let me run JW Lua

Posted: Wed Nov 17, 2021 11:59 pm
by finalizer
Thanks!

Re: Monterey doesn't let me run JW Lua

Posted: Thu Nov 18, 2021 10:37 am
by BuonTempi
8 minutes 38 seconds to say "Open System Preferences > Security & Privacy", and allow the plug-in there. :lol: