Open sundayLOOKplants opened 6 months ago
Attaching the log failed, so I pasted it into the report message.
I've also gotten 0xffffffff
error codes recently but it works if I just restart it
I've also gotten this error "error: process didn't exit successfully: target\debug\Zed.exe
(exit code: 0xffffffff)" after compiling with "cargo run" and "cargo run --release". I've also tried running "rustup update", "cargo clean" and "cargo build" before compiling.
Hello. I tried, compared my log file with other log files in other issues, and found something.
First, environment variable, zed seems to search PATH
and Shell
variables in environment.
In one log file (in issue # 9788) I found it was zsh
so I set it to powershell.exe
, then environment variable not found
disappeared from my log files. I think maybe it is related with msys2's not installed.
Another issue, file not found.
There're 3 error messages like crates\fs\src/fs.rs:537: Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
in my log file. My git is mingit without git bash, and my path is %PROGRAMFILES%/gitwin/cmd
, which is different from its default path. When I rename gitwin to git (default name), the error message turned to 2 pieces even if I rename git to gitwin. This is strange, and I do not know why.
My computer has a poor performance and disk space, so I haven't try build it my self and try a prebuilt package.
@THZrry Hi, as you mentioned, you found the envrionment is zsh and set it to powershell. And I am facing the same question, can I ask what is the envirment variable name to set as powershell? Thanks a lot.
That was Shell
. I set that to powershell.exe
and then ran successfully in another computer with a better GPU ( which have a better support of vulkan ). I guess Shell
is only used for debug, because that command was
......Shell -l -i -c "printf '%s' ZED_LOGIN_SHELL_START; /usr/bin/env; exit 0;"
which is seemed not necessary. So if your computer have a complete support of vulkan1.2, you may set Shell
to just an executable.
Check for existing issues
Describe the bug / provide steps to reproduce it
Zed release version can't start after compile:
...
Environment
Windows 10 8GB RAM
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.