-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
crash after compile on windows minigw #13575
Comments
I use msys2 ucrt64 shell run zed,but turn on errors: Administrator@XTZJ-20221117KS UCRT64 ~ zed[2024-06-29T00:02:00+08:00 ERROR util] crates\fs\src/fs.rs:527: Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] } |
i am also |
This comment was marked as spam.
This comment was marked as spam.
i got the same issue |
Same here at 13/7/2024 with main branch:
D:\zed\target\debug> This error also occured on Release mode:
|
it just happened to me on a clean Windows install, what I had to do is update the graphics driver to a version that supports Vulkan. Try giving it a shot. |
from msys2 side I opened msys2/MINGW-packages#21435 for 0.144.3 update. can you test it from GHA artifacts, please? |
Having this issue on Windows 10, too.
|
the classic case of an outdated graphics driver! |
Hi, I am successfully compiled Zed on Windows, but also having this issue when running the binary. |
I get the following error: |
@designingSparks what is your graphics driver name and version? |
Hi, trying to add, mine is Intel® UHD Graphics for 10th Gen Intel® Processors with the latest driver. I think based on this website, it supports vulkan. https://www.intel.com/content/www/us/en/support/articles/000005524/graphics.html It is an onboard graphics driver of intel i5-1035g1. I tried Zed on another machine with discrete Rx580 graphics, and it runs fine. Is it because Zed uses discrete/external graphic first? |
@ahdyt I have the same exact driver and CPU and all I had to do is update the driver. Also sometimes Windows Update downgrades the driver. edit: are you sure you are on the latest version? |
gfx_win_101.2128.exe? |
try installing that, it worked on my machine |
This comment has been minimized.
This comment has been minimized.
@ahdyt Updating the driver manually worked actually. |
Check for existing issues
Describe the bug / provide steps to reproduce it
i built zed from source and zed crashed when startup.
git hash:
209b1d19313a01db9a0a79d4bc644a80f1e22b7b
Environment
windows 11 23h2 22631.3737
AMD Ryzen 7 4800U with Radeon Graphics
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.Zed.log
The text was updated successfully, but these errors were encountered: