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 runs but logs errors(Windows) #16592

Open
1 task done
kelvinwambua opened this issue Aug 21, 2024 · 3 comments
Open
1 task done

Zed runs but logs errors(Windows) #16592

kelvinwambua opened this issue Aug 21, 2024 · 3 comments
Labels
bug [core label] windows

Comments

@kelvinwambua
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

After building Zed with Cargo when it finally Runs it logs the following errors.

Environment

Host Name: KELVIN
OS Name: Microsoft Windows 11 Home Single Language
OS Version: 10.0.22631 N/A Build 22631
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
Registered Organization: HP
System Manufacturer: HP
System Model: HP 245 14 inch G10 Notebook PC
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: AMD64 Family 25 Model 80 Stepping 0 AuthenticAMD ~2000 Mhz
BIOS Version: Insyde F.10, 30/05/2024
Windows Directory: C:\windows
System Directory: C:\windows\system32
Boot Device: \Device\HarddiskVolume1
Total Physical Memory: 15,723 MB
Available Physical Memory: 5,890 MB
Virtual Memory: Max Size: 25,963 MB
Virtual Memory: Available: 6,387 MB
Virtual Memory: In Use: 19,576 MB

If applicable, add mockups / screenshots to help explain present your vision of the feature

[2024-08-21T16:34:35+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:35+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:35+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:35+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:35+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:35+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:36+03:00 ERROR blade_graphics::hal::init] No composite alpha flag for transparency: OPAQUE
[2024-08-21T16:34:36+03:00 ERROR blade_graphics::hal::init] No composite alpha flag for transparency: OPAQUE
[2024-08-21T16:34:36+03:00 ERROR blade_graphics::hal::init] No composite alpha flag for transparency: OPAQUE
[2024-08-21T16:34:36+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:36+03:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-08-21T16:34:36+03:00 ERROR] no worktrees when constructing ProjectLspAdapterDelegate
[2024-08-21T16:34:40+03:00 ERROR] request or operation took longer than the configured timeout time

If applicable, attach your Zed.log file to this issue.

Zed.log
@sortofsleepy
Copy link

Seeing the same issue here after building today though I am not seeing the error

request or operation took longer than the configured timeout time

Also, another difference with me is that no Zed window appears.

@dfopmind
Copy link

dfopmind commented Oct 3, 2024

I get the same issue and I can't see the Zed window as well.

@apraga
Copy link

apraga commented Dec 13, 2024

I also have no windows on Windows 10 using an Intel graphics card and built from source with --release, log below. Thanks !

2024-12-13T11:11:53.2474299+01:00 [INFO] Use Segoe UI as UI font.
2024-12-13T11:11:53.2520755+01:00 [INFO] Opening main db
2024-12-13T11:11:53.2584007+01:00 [INFO] Opening main db
2024-12-13T11:11:53.2651622+01:00 [INFO] Using git binary path: None
2024-12-13T11:11:53.2693391+01:00 [ERROR] SHELL environment variable is not assigned so we can't source login environment variables
Caused by:
    environment variable not found
2024-12-13T11:11:53.2726991+01:00 [ERROR] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
2024-12-13T11:11:53.3478026+01:00 [INFO] No prompt template overrides directory found at C:\Users\ZZZZ\AppData\Local\Zed\prompt_overrides. Using built-in prompts.
2024-12-13T11:11:53.3512712+01:00 [INFO] No prompt template overrides directory found at C:\Users\ZZZ\AppData\Local\Zed\prompt_overrides. Using built-in prompts.
2024-12-13T11:11:53.3542497+01:00 [ERROR] Error("EOF while parsing a value", line: 1, column: 0)
2024-12-13T11:11:53.3675887+01:00 [INFO] Opening main db
2024-12-13T11:11:53.3815269+01:00 [ERROR] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
2024-12-13T11:11:53.3892373+01:00 [ERROR] Élément introuvable. (0x80070490)
2024-12-13T11:11:53.3944207+01:00 [ERROR] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
2024-12-13T11:11:53.3990363+01:00 [ERROR] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
2024-12-13T11:11:53.570173+01:00 [INFO] Enabling color space support
2024-12-13T11:11:53.5962699+01:00 [INFO] Adapter: "Intel(R) UHD Graphics 610"
2024-12-13T11:11:53.5994277+01:00 [WARN] Rejected for device extension "VK_KHR_timeline_semaphore" not supported. Please update the driver!

The debug version adds more information
Zed failed to open a window: NoSupportedDeviceFound. See https://zed.dev/docs/linux for troubleshooting steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] windows
Projects
None yet
Development

No branches or pull requests

5 participants