Crash on load OSX #3250
-
Getting an instant crash on load in OSX. Attempting to launch via Terminal generates the following output.
Can provide full crash log if required. I'm now currently digging through my installed brew packages to see if something is conflicting somewhere. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you can reproduce with a debug build to get a stack trace that'd be excellent. There are no known issues like this currently. And yes, if you can upload crash logs I'll take it. |
Beta Was this translation helpful? Give feedback.
-
Answered my own question now and feel a bit stupid about it. |
Beta Was this translation helpful? Give feedback.
Answered my own question now and feel a bit stupid about it.
/$HOME/.cache was owned by root:wheel not username:staff
chown -R username:staff /$HOME/.cache fixed the issue.
Just substitute username for your OSX username and should be golden!!