hey djdirtyboy, looks like I screwed up the directory location in my previous post - the missing directory should be created in /Library not /System/Library. So correct steps to solve the problem should be:
- open the Terminal application
- type cd /Library/ to navigate to the Library directory
- type sudo mkdir Arturia to create a new directory called "Arturia" (you'll need to enter your admin password to authorize sudo)
- type sudo mkdir Arturia/Analog\ Player to create a new directory in the "Arturia" directory called "Analog Player"
- type sudo chmod -R 777 Arturia to assign open privileges to the new directories
Sorry about that, I should have double checked before posting.
After running the app and licensing, I've got 3 files in /Library/Arturia/Analog Player: plugin_demo.prefs, standalone.prefs, and user_presets.prefs
If you're still having problems, try setting open privileges on /Library/Application Support/Arturia/AnalogPlayer:
sudo chmod -R 777 /Library/Application\ Support/Arturia/AnalogPlayer
Hope that works for you.