Problem: Install of Enscape for Mac causes Rhino for Mac to say License Not Found or Initializing… and become unresponsive.
You can also read the forum thread “Troubleshooting: Data protection failed”. Details...
Cause: Enscape created ~/Library/Application Support/McNeel with incorrect permissions.
sudo chown -R $(logname) "/Users/Shared/McNeel/Rhinoceros" sudo chmod -R 755 "/Users/Shared/McNeel/Rhinoceros" sudo chown -R $(logname) "~/Library/Application\ Support/McNeel/Rhinoceros/" sudo chmod -R 755 "~/Library/Application\ Support/McNeel/Rhinoceros/"
Simplest Solution
or
Please check if you have read & write privileges on these license folders. To do this, right click a folder > choose Get Info > and check the permissions at the bottom of the window that pops up. Make all of them Read + Write.
~/Library/Application Support/McNeel/Rhinoceros /Users/Shared/McNeel/Rhinoceros
Advanced Skills Required
or
Run these command in your Terminal Application
mkdir -p ~/.config/.mono/keypairs chmod -R 700 ~/.config/.mono/keypairs
If all else fails, please get in touch with us. Standalone licensing (locking the license key to the machine) can be used as a fallback option.
McNeel Technical Support tech@mcneelcom.