Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rhino:mac:home:rhinomacwontstart [2025/01/30]
brian [Solution 1: Use Apple Terminal Commands to Change Folder Permissions]
rhino:mac:home:rhinomacwontstart [2025/03/12] (current)
will Remove unrelated keypairs commands and update solution title
Line 2: Line 2:
 **Problem:** Install of Enscape for Mac causes Rhino for Mac to say **License Not Found** or **Initializing...** and become unresponsive. **Problem:** Install of Enscape for Mac causes Rhino for Mac to say **License Not Found** or **Initializing...** and become unresponsive.
  
-You might see //"Troubleshooting: Data protection failed"//. //[[https://discourse.mcneel.com/t/troubleshooting-data-protection-failed/136535|Details...]]//+You can also read the forum thread  //"Troubleshooting: Data protection failed"//. //[[https://discourse.mcneel.com/t/troubleshooting-data-protection-failed/136535|Details...]]//
  
 {{:rhino:mac:home:license_not_found.png?300|}} {{:rhino:mac:home:license_not_found.png?300|}}
Line 11: Line 11:
  
  
-===== Solution 1: Use Apple Terminal Commands to Change Folder Permissions =====+===== Solution 1: Apple Terminal Commands =====
  
-  - Close Rhino +  - **Close Rhino** 
-  - Open Terminal. //[[https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac|Details...]]// +  - **Open Terminal**. //[[https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac|Details...]]// 
-  - Paste the following into Terminal, then press Enter. You'll be asked for the password you use to login to your mac. The sudo command runs with privileged permissions, and requires your password to work+  - **Paste the following into Terminal**, then press Enter. You'll be asked for the password you use to login to your mac. The sudo command runs with privileged permissions, and requires your password to work<code language=bash>
- +
-<code language=bash>+
 sudo chown -R $(logname) "/Users/Shared/McNeel/Rhinoceros" sudo chown -R $(logname) "/Users/Shared/McNeel/Rhinoceros"
 sudo chmod -R 755 "/Users/Shared/McNeel/Rhinoceros" sudo chmod -R 755 "/Users/Shared/McNeel/Rhinoceros"
Line 23: Line 21:
 sudo chmod -R 755 "~/Library/Application\ Support/McNeel/Rhinoceros/" sudo chmod -R 755 "~/Library/Application\ Support/McNeel/Rhinoceros/"
 </code> </code>
- +  - **Start Rhino** 
 +  - **Login**
 ===== Solution 2: Manually and Complete Uninstall =====  ===== Solution 2: Manually and Complete Uninstall ===== 
 **Simplest Solution** **Simplest Solution**
Line 84: Line 82:
  
  
-===== Solution 4: Use Apple Terminal Commands to Change Folder Permissions =====+===== Solution 4: Use Apple Terminal Commands to Remove Folders with Bad Permissions =====
 **Advanced Skills Required** **Advanced Skills Required**
    
Line 101: Line 99:
   - In some rare cases all the above fails, BUT after a restart the above process finally works.    - In some rare cases all the above fails, BUT after a restart the above process finally works. 
  
-or  +   
- +If all else fails, please get in touch with usStandalone licensing (locking the license key to the machine) can be used as a fallback option.
-Run these command in your Terminal Application +
-  sudo mkdir -p ~/.config/.mono/keypairs +
-  sudo chmod -R 700 ~/.config/.mono/keypairs +
-We have heard from Enscape that their latest solves the issue.+
  
-If the issue persists, please contact [[https://www.rhino3d.com/support/|McNeel Technical Support]] tech@mcneelcom.+[[https://www.rhino3d.com/support/|McNeel Technical Support]] tech@mcneelcom.
  
rhino/mac/home/rhinomacwontstart.1738273234.txt.gz · Last modified: 2025/01/30 by brian