Page 8 of 8

Re: PG8X based: WB PG8X

Posted: 19 Dec 2020
by madmacman
Did you try to manually de-quarantine it?

Open console, navigate to vst folder, then enter the following command:

Code: Select all

xattr -d com.apple.quarantine <filename>
Replace <filename> with the actual filename of pg-8x plugin. If that doesn‘t work, you can add a ‚sudo‘ before:

Code: Select all

sudo xattr -d com.apple.quarantine <filename>
Then you‘ll be asked for your user password.

Hope this helps.

Re: PG8X based: WB PG8X

Posted: 19 Dec 2020
by bitley
Thanks Creativemind, that's true of course.

Money: I just placed the vst in libraries / audio / plugins / VST

My computer hasn't asked for validation as far I can recall.

Just saw madmacman's post; excellent info there, thank you!

Re: PG8X based: WB PG8X

Posted: 19 Dec 2020
by moneykube
madmacman wrote:
19 Dec 2020
Did you try to manually de-quarantine it?

Open console, navigate to vst folder, then enter the following command:

Code: Select all

xattr -d com.apple.quarantine <filename>
Replace <filename> with the actual filename of pg-8x plugin. If that doesn‘t work, you can add a ‚sudo‘ before:

Code: Select all

sudo xattr -d com.apple.quarantine <filename>
Then you‘ll be asked for your user password.

Hope this helps.
thanks for your help.... do you mean terminal instead of console... I can't figure out console but tried this in terminal with the following results
Screen Shot 2020-12-19 at 3.52.57 PM.png
Screen Shot 2020-12-19 at 3.52.57 PM.png (17.72 KiB) Viewed 801 times

Re: PG8X based: WB PG8X

Posted: 19 Dec 2020
by madmacman
moneykube wrote:
19 Dec 2020

thanks for your help.... do you mean terminal instead of console... I can't figure out console but tried this in terminal with the following results Screen Shot 2020-12-19 at 3.52.57 PM.png
Sorry, yes - Terminal. „Console“ is a false friend for non-native speakers.

And the greater than/less than symbols are a habit for a placeholder. Ignore them and try:

Code: Select all

 xattr -d com.apple.quarantine PG-8X.vst
EDIT: Oh, and you should first navigate to the folder where the plugins are located. But I‘m currently away from my Mac. Will have to look tomorrow where to go.

I have this plugin fo so long now: Does it come with an installer (pkg file) or as plain vst file which you have to copy to the correct destination folder? Then I could check out the correct folder - and prepare a ready-to-use command.

Re: PG8X based: WB PG8X

Posted: 19 Dec 2020
by moneykube
madmacman wrote:
19 Dec 2020
moneykube wrote:
19 Dec 2020

thanks for your help.... do you mean terminal instead of console... I can't figure out console but tried this in terminal with the following results Screen Shot 2020-12-19 at 3.52.57 PM.png
Sorry, yes - Terminal. „Console“ is a false friend for non-native speakers.

And the greater than/less than symbols are a habit for a placeholder. Ignore them and try:

Code: Select all

 xattr -d com.apple.quarantine PG-8X.vst
EDIT: Oh, and you should first navigate to the folder where the plugins are located. But I‘m currently away from my Mac. Will have to look tomorrow where to go.

I have this plugin fo so long now: Does it come with an installer (pkg file) or as plain vst file which you have to copy to the correct destination folder? Then I could check out the correct folder - and prepare a ready-to-use command.
SUCCESS !!!!!!!!!
THANK YOU SO MUCH FOR THE HELP !!!!!
plugin and refill now working on Catalina !!!!
and lol... I learned a bit about terminal in the process :exclamation: :thumbs_up: :thumbs_up: :thumbs_up:

Re: PG8X based: WB PG8X

Posted: 20 Dec 2020
by madmacman
Congrats!! :D :thumbs_up:

And now enjoy your „new“ synth! :)

Re: PG8X based: WB PG8X

Posted: 24 Mar 2021
by bitley
Great info guys!