This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
rhino:mac:home:rhinomacwontstart [2025/01/30] brian |
rhino:mac:home:rhinomacwontstart [2025/03/12] (current) will Remove unrelated keypairs commands and update solution title |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| **Problem: | **Problem: | ||
| - | You might see //" | + | You can also read the forum thread |
| {{: | {{: | ||
| Line 11: | Line 11: | ||
| - | ===== Solution 1: Manually and Complete Uninstall ===== | + | ===== Solution 1: Apple Terminal Commands ===== |
| + | |||
| + | - **Close Rhino** | ||
| + | - **Open Terminal**. // | ||
| + | - **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, | ||
| + | sudo chown -R $(logname) "/ | ||
| + | sudo chmod -R 755 "/ | ||
| + | sudo chown -R $(logname) " | ||
| + | sudo chmod -R 755 " | ||
| + | </ | ||
| + | - **Start Rhino** | ||
| + | - **Login** | ||
| + | ===== Solution 2: Manually and Complete Uninstall ===== | ||
| **Simplest Solution** | **Simplest Solution** | ||
| Line 26: | Line 38: | ||
| - Delete Rhino License Files: | - Delete Rhino License Files: | ||
| - In Finder, click **Go > Go to Folder** | - In Finder, click **Go > Go to Folder** | ||
| - | - Paste **/Users/you/ | + | - Paste **~/ |
| - Drag **8.0** to the trash | - Drag **8.0** to the trash | ||
| - In Finder, click **Go > Go to Folder** | - In Finder, click **Go > Go to Folder** | ||
| Line 33: | Line 45: | ||
| - Delete Enscape Data Folders: | - Delete Enscape Data Folders: | ||
| - In Finder, click **Go > Go to Folder** | - In Finder, click **Go > Go to Folder** | ||
| - | - Paste **/Users/you/ | + | - Paste **~/ |
| - Drag any Enscape-related folders to the trash | - Drag any Enscape-related folders to the trash | ||
| - Restart your Mac | - Restart your Mac | ||
| - Reinstall Rhino. //If your Mac prompts "keep, replace ..." you did not clean up well enough. Go back to the top and try again.// | - Reinstall Rhino. //If your Mac prompts "keep, replace ..." you did not clean up well enough. Go back to the top and try again.// | ||
| - Start Rhino. It should install and open like it was never installed before. And then it will get a license from the RA. | - Start Rhino. It should install and open like it was never installed before. And then it will get a license from the RA. | ||
| - | ===== Option 2: Manually modify folder permissions ===== | + | ===== Solution 3: Manually modify folder permissions ===== |
| - **Quit Rhino** | - **Quit Rhino** | ||
| Line 70: | Line 82: | ||
| - | ===== Options 3: Use Apple Terminal Commands to Change Folder | + | ===== Solution 4: Use Apple Terminal Commands to Remove Folders with Bad Permissions ===== |
| **Advanced Skills Required** | **Advanced Skills Required** | ||
| Line 87: | 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 us. Standalone licensing (locking the license key to the machine) can be used as a fallback option. | ||
| - | Run these command in your Terminal Application | + | [[https://www.rhino3d.com/support/|McNeel Technical Support]] tech@mcneelcom. |
| - | sudo mkdir -p ~/.config/.mono/ | + | |
| - | 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:// | ||