I cannot start Unity 5 on OSX 10.11.5. Black pop up, nothing else
I have tried reinstalling several times.
Tried the beta.
Removed certificates and reinstalled
Removed every Unity file on my system, and reinstalled.
None of the above worked. below is the error i get when trying to open the app:
Initialize mono
Mono path[0] = '/Applications/Unity/Unity.app/Contents/Frameworks/Managed'
Mono path[1] = '/Applications/Unity/Unity.app/Contents/Frameworks/Mono/lib/mono/2.0'
Mono config path = '/Applications/Unity/Unity.app/Contents/Frameworks/Mono/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56634
2016-07-19 12:07:53.154 Unity[7634:2830418] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
...300157 bytes written to /Users/{{myname}}/Library/Unity/Certificates/CACerts.pem
npm WARN package.json unity-editor@5.3.0 No repository field.
npm WARN package.json unity-editor@5.3.0 No README data
npm WARN package.json unity-editor@5.3.0 No license field.
npm ERR! addLocal Could not install /Users/{{myname}}/Library/Unity/dev/grunt-themes
npm ERR! git clone --template=/Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/_templates --mirror ssh://git@github.com/UnityTech/grunt-themes.git /Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/ssh-git-github-com-UnityTech-grunt-themes-git-fea98193: Cloning into bare repository '/Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/ssh-git-github-com-UnityTech-grunt-themes-git-fea98193'...
npm ERR! git clone --template=/Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/_templates --mirror ssh://git@github.com/UnityTech/grunt-themes.git /Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/ssh-git-github-com-UnityTech-grunt-themes-git-fea98193: ERROR: Repository not found.
npm ERR! git clone --template=/Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/_templates --mirror ssh://git@github.com/UnityTech/grunt-themes.git /Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/ssh-git-github-com-UnityTech-grunt-themes-git-fea98193: fatal: Could not read from remote repository.
npm ERR! git clone --template=/Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/_templates --mirror ssh://git@github.com/UnityTech/grunt-themes.git /Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/ssh-git-github-com-UnityTech-grunt-themes-git-fea98193:
npm ERR! git clone --template=/Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/_templates --mirror ssh://git@github.com/UnityTech/grunt-themes.git /Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/ssh-git-github-com-UnityTech-grunt-themes-git-fea98193: Please make sure you have the correct access rights
npm ERR! git clone --template=/Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/_templates --mirror ssh://git@github.com/UnityTech/grunt-themes.git /Users/{{myname}}/Library/Unity/Packages/.npm/_git-remotes/ssh-git-github-com-UnityTech-grunt-themes-git-fea98193: and the repository exists.
npm ERR! Darwin 15.5.0
npm ERR! argv "/Applications/Unity/Unity.app/Contents/Tools/nodejs/bin/node" "/Applications/Unity/Unity.app/Contents/Tools/nodejs/bin/npm" "install" "unity-editor-home.0.0.13.tgz" "unityeditor-cloud-hub-0.0.1.tgz" "--cache=./.npm" "--json"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! path /Users/{{myname}}/Library/Unity/dev/grunt-themes
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! enoent ENOENT, open '/Users/{{myname}}/Library/Unity/dev/grunt-themes'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /Users/{{myname}}/Library/Unity/Packages/npm-debug.log
InstallEditorPackages failed, output:
installJavascriptPackages failed
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Utilities/Argv.cpp Line: 168)
Error loading file:///%2FUsers%2F{{myname}}%2FLibrary%2FUnity%2FPackages%2Fnode_modules%2Funity-editor-home%2Fdist/index.html#/project/recent
(Filename: /Users/builduser/buildslave/unity/build/Editor/Platform/Interface/NativeWebViewWindow.cpp Line: 50)
Comment
Your answer
Follow this Question
Related Questions
Unity 5.0 Crashing At Opening A Project 6 Answers
Unity crashes on start up 2 Answers
Unity crash bug after importing Standart Assets into the project 2 Answers
crash bug 5.5 0 Answers
Game Crashes with Weird Output Log? 0 Answers