Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not opening on my Apple Silicon M3 laptop. #13488

Closed
1 task done
ritankarsaha opened this issue Jun 25, 2024 · 2 comments
Closed
1 task done

Not opening on my Apple Silicon M3 laptop. #13488

ritankarsaha opened this issue Jun 25, 2024 · 2 comments
Labels
support User support (non-defect troubleshooting, documentation, etc)

Comments

@ritankarsaha
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

On opening the app, the app crashes instantly showing that it could not create config files over in my laptop

Screenshot 2024-06-25 at 11 12 18 AM

Environment

Mac os M3 chip.

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log
@ritankarsaha ritankarsaha added admin read Pending admin review defect [core label] panic / crash [core label] triage Maintainer needs to classify the issue labels Jun 25, 2024
@notpeter notpeter added support User support (non-defect troubleshooting, documentation, etc) and removed triage Maintainer needs to classify the issue admin read Pending admin review defect [core label] panic / crash [core label] labels Jun 25, 2024
@notpeter
Copy link
Contributor

Hi, the permissions on your ~/.config folders are likely incorrect. Usually this occurs when the folder was previously created by a process (incorrectly) being run as run/via sudo. You can fix these permissions by running:

sudo chown $(whoami):staff ~/.config
chmod  urwx ~/.config
mkdir -p ~/.config/zed

See also:

@ritankarsaha
Copy link
Author

Hi, the permissions on your ~/.config folders are likely incorrect. Usually this occurs when the folder was previously created by a process (incorrectly) being run as run/via sudo. You can fix these permissions by running:

sudo chown $(whoami):staff ~/.config
chmod  urwx ~/.config
mkdir -p ~/.config/zed

See also:

Surely will try and let you know

@notpeter notpeter added the needs info / awaiting response Issue that needs more information from the user label Jun 26, 2024
@notpeter notpeter removed the needs info / awaiting response Issue that needs more information from the user label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User support (non-defect troubleshooting, documentation, etc)
Projects
None yet
Development

No branches or pull requests

2 participants