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

Zed.app does not execute correctly in macOS Catalina #5571

Closed
thmasq opened this issue Jul 10, 2022 · 2 comments
Closed

Zed.app does not execute correctly in macOS Catalina #5571

thmasq opened this issue Jul 10, 2022 · 2 comments
Labels
bug [core label]

Comments

@thmasq
Copy link

thmasq commented Jul 10, 2022

Describe the bug
After manually moving the Zed.app file to the Applications folder and then executing it, the app shows up in the dock for a second and disappears right after. No logs are produced, which made me think the program could not even launch properly. Executing the program in the terminal does not produce any log or output either.

To reproduce
On macOS Catalina open the DMG image, extract the app to the Applications folder and execute it.

Expected behavior
I expected the program to initialize normally and generate logs to /Library/Logs/Zed.

Environment:

Zed 0.46.0 – /Applications/Zed.app
macOS 10.15.7
architecture x86_64

Note: it is running inside a KVM, but every native mac program tested works without a problem

Logs
No logs were generated, presumably because zed was never able to run successfully

@thmasq thmasq added bug [core label] triage Maintainer needs to classify the issue labels Jul 10, 2022
@mrcbax
Copy link

mrcbax commented Jul 14, 2022

KVM may not have Metal rendering support. Zed REQUIRES Metal rendering which is a BIG no-no when writing macOS applications. Unless your KVM system can use a "Metal supported GPU" the application will not run.

@thmasq
Copy link
Author

thmasq commented Jul 14, 2022

I understand. My motherboard does not support GPU passthrough, so hardware virtualization was my only option. I'll close the issue

@thmasq thmasq closed this as completed Jul 14, 2022
@JosephTLyons JosephTLyons removed the triage Maintainer needs to classify the issue label Aug 22, 2022
@JosephTLyons JosephTLyons transferred this issue from zed-industries/community Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label]
Projects
None yet
Development

No branches or pull requests

3 participants