zed icon indicating copy to clipboard operation
zed copied to clipboard

( Windows )Zed successfully compiled, but cannot run

Open zhouxs1023 opened this issue 9 months ago • 1 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

Zed successfully compiled, but cannot run

Environment

Windows 10 Professional 22H2

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

log as below:

2024-05-14T23:08:00+08:00 [INFO] ========== starting zed ========== 2024-05-14T23:08:00+08:00 [INFO] Use Microsoft YaHei UI as UI font. 2024-05-14T23:08:00+08:00 [INFO] Using direct write text system. 2024-05-14T23:08:00+08:00 [INFO] Opening main db 2024-05-14T23:08:00+08:00 [INFO] Using git binary path: None 2024-05-14T23:08:00+08:00 [ERROR] crates\zed\src/main.rs:309: SHELL environment variable is not assigned so we can't source login environment variables

Caused by: environment variable not found 2024-05-14T23:08:00+08:00 [INFO] use fallback vsync function 2024-05-14T23:08:00+08:00 [INFO] primaly refresh rate is 60Hz 2024-05-14T23:08:00+08:00 [INFO] expected interval is 16ms 2024-05-14T23:08:00+08:00 [INFO] Opening main db 2024-05-14T23:08:00+08:00 [ERROR] auto-update failed: error:auto-update not supported for OS "windows" 2024-05-14T23:08:00+08:00 [ERROR] crates\client\src/client.rs:1609: 找不到元素。 (0x80070490) 2024-05-14T23:08:01+08:00 [WARN] request completed with error: failed to connect to the server

zhouxs1023 avatar May 15 '24 15:05 zhouxs1023

might relate here, you can debug it.

CharlesChen0823 avatar May 16 '24 05:05 CharlesChen0823

i also got the same error in windows.

getpool avatar Sep 08 '24 03:09 getpool

I'm also facing the same.

I'm trying to build from source, it compiles but failed to open

sheikalthaf avatar Sep 10 '24 13:09 sheikalthaf