-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 won't even start on Linux for me anymore. #18573
Comments
Same happening to me. Happened after installing NVChad for whatever reason. Was working great earlier today. Here's my log file for today, I also tried to download it through the Preview branch, didn't work. I tried to download it through pacman, didn't work. for example, this bit looks worrying:
(I'm on linux as well) |
Hey, I've been messing about with trying to find the root cause because I just can't survive without my random rust projects. I even tried to use NVChad but that was too complex. Anyways what I found is that this is probably a system issue, especially relating to drivers rather than a ZED issue. As when I run some vulkan commands, vulkan is shitting itself always, no matter if it relates to Zed or not. I've been scrolling through threads and threads, this is all I've come up with. @GlacierFox could you tell me what OS you're on, and what GPU you have so we could try to maybe figure out what the actual cause of it is. I suspect GPU drivers, as I just did an automatic update of like 50 system packages today and maybe one broke, which was specific to my GPU or some way Manjaro handles GPUs, I dunno I'm no wizard :D |
@lenny991 hey! If you look in my post above I've put my OS, GPU and driver versions in the Environment section. |
😂My bad I'm a bit too ahead of myself. I didn't even know that RHEL is an OS. We have totally different configs, I have an integrated laptop amd gpu and you have an nvidia gpu. Probably some update as we both see the exact same issue at the exact same time, and I did run an updater just before this issue appeared. I guess if my hypothesis is correct I gotta download Sublime while we wait for the update to be reverted or for them to fix it. It's annoying that I updated like 20 different modules in my system all at once so I don't even know where to report it, but they'll probably find it out because Vulcan as a whole isn't working for me at least. |
@lenny991 yeah I think I'm just gonna leave it if for a while there's not immediate solution. I actually use my GPU for rendering on this machine so I haven't actually had any noticeable problems with the GPU or drivers themselves but sometimes things tend to go wonky with Zed for me until they miraculously just... Fix themselves 😅 |
@GlacierFox It's absolutely a Vulkan-specific issue, I'm guessing you're using another rendering thing for your rendering businesses. It was probably broken by some automatic update. Hopefully this is a widely occurring issue so they fix it ASAP, and not specific to our PC configs somehow. Edit: I moved back to using my other installed OS: Linux Mint and now Zed works great again. I'm still leaning on this being an issue with some automatic update to graphics drivers, as this problem is now present in anythin Vulkan for me on Manjaro. I just gotta hope they don't update it here lol. I even downloaded Terraria (which was the only Vulkan game I have on Steam) for testing and it ran extremely slowly, probably because of the same issue. |
I have the identical symptom, but without anything that looks GPU related. I was loving zed and had it working well with the assistant using ollama running on lan local server until the latest update.
Do I have to now? Here's where it fails to connect to server according to ~/.var/app/dev.zed.Zed/data/zed/logs/Zed.log
|
Actually: On closer inspection, I'm not sure why it isn't detecting the GeForce RTX 2060 Mobile and is trying to use the intel embedded graphics card instead, so maybe GPU related after all? |
Same problem #17776 (comment), #17776 (comment) |
Same issue. unable to start Zed after successful install. Process just hangs then aborts without producing a GUI. System Info
|
Check for existing issues
Describe the bug / provide steps to reproduce it
I've got a strange bug which presents me with absolutely no information on what's actually causing it. I've been using Zed on my Linux machine over the last couple of months but upon installing the latest build, it won't even load.
I've installed it using the
sh
script.After successfully installing and running
zed
from the terminal I get absolutely nothing. No response at all apart from a hanging terminal process and two stuck processeszed
andzed-editor
. It doesn't seem like it even gets as far as generating any log information as I can't find any. The same thing happens when I install using Flatpak too.I've tried completely clearing all data and reinstalling multiple times now to the same effect.
Environment
RHEL 9.4
Kernel: 5.14.0-427.37.1.el9_4.x86_64 (64-bit)
KDE Plasma 5.27.11
NVIDIA GeForce GTX 970
Driver Version: 550.107.02
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.Doesn't actually exist in
~/.local/share/zed/logs/Zed.log
The text was updated successfully, but these errors were encountered: