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

Opening and closing a new Zed window can cause a crash #20628

Closed
1 task done
ZZzzaaKK opened this issue Nov 13, 2024 · 1 comment
Closed
1 task done

Opening and closing a new Zed window can cause a crash #20628

ZZzzaaKK opened this issue Nov 13, 2024 · 1 comment
Labels
duplicate Additional reports of an existing issue

Comments

@ZZzzaaKK
Copy link
Contributor

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

I encountered this issue after updating to Zed v0.161.1:

  1. Open a new or recent project from within the Zed editor in a different workspace
  2. Closing the newly opened window causes all Zed windows to crash.

Environment

Zed: v0.161.1 (Zed)
OS: Linux Wayland arch unknown
Memory: 30.5 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 3060 Ti || NVIDIA || 565.57.01

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

Zed.log
2024-11-13T22:50:33.935080174+01:00 [INFO] ========== starting zed ==========
2024-11-13T22:50:33.9603888+01:00 [WARN] failed to load font 'SymbolsNFM'
2024-11-13T22:50:33.962765095+01:00 [WARN] failed to load font 'SymbolsNFM'
2024-11-13T22:50:33.96445731+01:00 [INFO] perform;
2024-11-13T22:50:33.964542489+01:00 [INFO] authenticate;
2024-11-13T22:50:33.964680447+01:00 [INFO] read_command;
2024-11-13T22:50:33.964914675+01:00 [INFO] Opening main db
2024-11-13T22:50:33.965315745+01:00 [INFO] socket reader;
2024-11-13T22:50:33.965370638+01:00 [INFO] new;
2024-11-13T22:50:33.965866726+01:00 [INFO] keep_updated;
2024-11-13T22:50:33.966247237+01:00 [INFO] Opening main db
2024-11-13T22:50:33.967683203+01:00 [INFO] Using git binary path: None
2024-11-13T22:50:33.972128107+01:00 [INFO] no tokio runtime found, creating one for Reqwest...
2024-11-13T22:50:33.990914243+01:00 [ERROR] theme not found: One Hunter Light
2024-11-13T22:50:33.99144736+01:00 [INFO] initializing context server client
2024-11-13T22:50:33.991574909+01:00 [INFO] Registering built-in prompt template: content_prompt
2024-11-13T22:50:33.991898234+01:00 [INFO] Registering built-in prompt template: project_slash_command
2024-11-13T22:50:33.991964979+01:00 [INFO] Registering built-in prompt template: suggest_edits
2024-11-13T22:50:33.992120169+01:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-11-13T22:50:33.992291299+01:00 [INFO] No prompt template overrides directory found at /home/leaf/.local/share/zed/prompt_overrides. Using built-in prompts.
2024-11-13T22:50:33.993066018+01:00 [INFO] extensions updated. loading 16, reloading 0, unloading 0
2024-11-13T22:50:33.994774704+01:00 [INFO] activate is not implemented on Linux, ignoring the call
2024-11-13T22:50:33.995700987+01:00 [INFO] Opening main db
2024-11-13T22:50:33.995937449+01:00 [INFO] perform;
2024-11-13T22:50:33.996006979+01:00 [INFO] authenticate;
2024-11-13T22:50:33.996076569+01:00 [INFO] read_command;
2024-11-13T22:50:33.996394243+01:00 [INFO] socket reader;
2024-11-13T22:50:33.999498399+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-11-13T22:50:34.00001758+01:00 [INFO] new;
2024-11-13T22:50:34.000453835+01:00 [INFO] keep_updated;
2024-11-13T22:50:34.041841344+01:00 [INFO] Enabling Vulkan Portability
2024-11-13T22:50:34.041901717+01:00 [INFO] Enabling color space support
2024-11-13T22:50:34.056330795+01:00 [INFO] Adapter: "NVIDIA GeForce RTX 3060 Ti"
2024-11-13T22:50:34.056422036+01:00 [INFO] Ray tracing is supported
2024-11-13T22:50:34.163103628+01:00 [INFO] set environment variables from shell:/usr/bin/zsh, path:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin
2024-11-13T22:50:34.314109472+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:34.314175555+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:34.363309202+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:50:34.363366369+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:50:34.363418056+01:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied }
2024-11-13T22:50:34.368933792+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:50:34.369464114+01:00 [INFO] set status on client 0: Authenticating
2024-11-13T22:50:34.369880463+01:00 [INFO] perform;
2024-11-13T22:50:34.369961795+01:00 [INFO] authenticate;
2024-11-13T22:50:34.370047686+01:00 [INFO] read_command;
2024-11-13T22:50:34.370409262+01:00 [INFO] socket reader;
2024-11-13T22:50:34.371729511+01:00 [INFO] Opening main db
2024-11-13T22:50:34.374073265+01:00 [INFO] new;
2024-11-13T22:50:34.374496166+01:00 [INFO] keep_updated;
2024-11-13T22:50:34.384153218+01:00 [INFO] set status on client 45995: Connecting
2024-11-13T22:50:34.384817951+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:34.384874637+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:34.453685317+01:00 [INFO] Opening main db
2024-11-13T22:50:34.595297422+01:00 [ERROR] missing field `name` at line 60 column 1
2024-11-13T22:50:34.620018599+01:00 [INFO] using project environment variables from CLI. PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:50:34.633394497+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.633554025+01:00 [INFO] attempting to start language server "tailwindcss-language-server", path: "/home/leaf/Code/task-manager", id: 1
2024-11-13T22:50:34.633638924+01:00 [INFO] attempting to start language server "eslint", path: "/home/leaf/Code/task-manager", id: 2
2024-11-13T22:50:34.633731858+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:50:34.634535741+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.634595173+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:50:34.634771713+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:50:34.634844399+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.634902568+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.639300844+01:00 [INFO] fetching latest version of language server "tailwindcss-language-server"
2024-11-13T22:50:34.639391062+01:00 [INFO] fetching latest version of language server "eslint"
2024-11-13T22:50:34.639457176+01:00 [INFO] downloading language server "eslint"
2024-11-13T22:50:34.642539071+01:00 [INFO] attempting to start language server "rust-analyzer", path: "/home/leaf/Code/task-manager", id: 3
2024-11-13T22:50:34.643750106+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:50:34.643816961+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.64387029+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.648253148+01:00 [INFO] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2024-11-13T22:50:34.655796417+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/", args: ["/home/leaf/.local/share/zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-11-13T22:50:34.684494231+01:00 [INFO] found user-installed language server for rust-analyzer. path: "/usr/lib/rustup/bin/rust-analyzer", arguments: []
2024-11-13T22:50:34.68458983+01:00 [INFO] starting language server process. binary path: "/usr/lib/rustup/bin/rust-analyzer", working directory: "/home/leaf/Code/task-manager", args: []
2024-11-13T22:50:34.689718052+01:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-11-13T22:50:34.712473713+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:50:34.712555095+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.712611991+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:50:34.775585473+01:00 [INFO] using project environment for language server LanguageServerName("eslint")
2024-11-13T22:50:34.775737458+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/home/leaf/Code/task-manager", args: ["--max-old-space-size=8192", "/home/leaf/.local/share/zed/languages/eslint/vscode-eslint-2.4.4/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2024-11-13T22:50:34.828472841+01:00 [WARN] unhandled capability registration: Registration { id: "05cc7acd-ae55-4fe0-af7a-32bfae5ec4ea", method: "workspace/didChangeConfiguration", register_options: Some(Object {}) }
2024-11-13T22:50:34.8285897+01:00 [WARN] unhandled capability registration: Registration { id: "73acc807-cb1d-4332-8a5f-f2a686390664", method: "workspace/didChangeWorkspaceFolders", register_options: Some(Object {}) }
2024-11-13T22:50:34.888356745+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-13T21:50:34.879Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-11-13T21:50:34.879Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-11-13T22:50:34.888560386+01:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "05688eb9-9b92-4d95-90f9-5fca62c910f7",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-11-13T22:50:34.903953387+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:34.904079282+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:34.958696846+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:50:35.098463169+01:00 [INFO] downloading language server "tailwindcss-language-server"
2024-11-13T22:50:35.22730613+01:00 [INFO] using project environment for language server LanguageServerName("tailwindcss-language-server")
2024-11-13T22:50:35.22744509+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/home/leaf/Code/task-manager", args: ["/home/leaf/.local/share/zed/languages/tailwindcss-language-server/node_modules/.bin/tailwindcss-language-server", "--stdio"]
2024-11-13T22:50:35.293029315+01:00 [INFO] add connection to peer
2024-11-13T22:50:35.293092784+01:00 [INFO] add_connection;
2024-11-13T22:50:35.293153948+01:00 [INFO] waiting for server hello
2024-11-13T22:50:35.293279784+01:00 [INFO] got server hello
2024-11-13T22:50:35.293334837+01:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 606, id: 11545382 })
2024-11-13T22:50:35.293446926+01:00 [INFO] set status on client 45995: Connected { peer_id: PeerId { owner_id: 606, id: 11545382 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-11-13T22:50:35.302433114+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-13T21:50:35.297Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-11-13T21:50:35.297Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-11-13T22:50:35.305687661+01:00 [INFO] Installing default prettier and plugins: [("prettier-plugin-svelte", "3.2.8"), ("prettier", "3.3.3")]
2024-11-13T22:50:35.372418661+01:00 [WARN] unhandled capability registration: Registration { id: "86cf8b64-df67-4095-9356-be0bac6086cc", method: "workspace/didChangeWorkspaceFolders", register_options: Some(Object {}) }
2024-11-13T22:50:35.484451562+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 574
}
2024-11-13T22:50:35.484552992+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 572
}
2024-11-13T22:50:35.517864166+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:50:35.595144286+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:50:35.606777154+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:50:35.614517741+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:50:35.621402047+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:50:35.770168423+01:00 [ERROR] failed to open wasm file

Caused by:
    No such file or directory (os error 2)
2024-11-13T22:50:35.770369589+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:50:35.770448757+01:00 [INFO] attempting to start language server "svelte-language-server", path: "/home/leaf/Code/task-manager", id: 4
2024-11-13T22:50:35.816815199+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 18
}
2024-11-13T22:50:35.844606909+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 27
}
2024-11-13T22:50:35.939665623+01:00 [INFO] Initialized prettier with plugins: {"prettier-plugin-svelte"}
2024-11-13T22:50:36.196529187+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/home/leaf/Code/task-manager", args: ["/home/leaf/.local/share/zed/extensions/work/svelte/node_modules/svelte-language-server/bin/server.js", "--stdio"]
2024-11-13T22:50:41.627858132+01:00 [INFO] Enabling Vulkan Portability
2024-11-13T22:50:41.627917884+01:00 [INFO] Enabling color space support
2024-11-13T22:50:41.638761896+01:00 [INFO] Adapter: "NVIDIA GeForce RTX 3060 Ti"
2024-11-13T22:50:41.638837347+01:00 [INFO] Ray tracing is supported
2024-11-13T22:50:41.784780582+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:41.784856063+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:41.8337864+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:50:41.833852474+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:50:41.833901636+01:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied }
2024-11-13T22:50:41.838107502+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:50:41.922555259+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:41.92261987+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:41.95041132+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 19
}
2024-11-13T22:50:41.998273769+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 28
}
2024-11-13T22:50:42.034432579+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 13
}
2024-11-13T22:50:42.034524401+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 36
}
2024-11-13T22:50:42.797147755+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:42.79721466+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:46.763396187+01:00 [INFO] open paths ["/home/leaf/Code/task-manager"]
2024-11-13T22:50:48.153799562+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:48.15386254+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:53.525977824+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:53.526069495+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:54.497044953+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:50:54.497151602+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:50:55.519340978+01:00 [INFO] new;
2024-11-13T22:50:55.519939207+01:00 [INFO] keep_updated;
2024-11-13T22:50:55.520001764+01:00 [INFO] new;
2024-11-13T22:50:58.779505111+01:00 [INFO] open paths ["/home/leaf/Code/task-manager"]
2024-11-13T22:51:02.278284399+01:00 [INFO] open paths ["/home/leaf/Code/task-manager/backend"]
2024-11-13T22:51:06.046718359+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:51:06.046855856+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-11-13T22:51:06.133113319+01:00 [INFO] attempting to start language server "rust-analyzer", path: "/home/leaf/Code/chrysanthos", id: 5
2024-11-13T22:51:06.340099857+01:00 [INFO] using project environment variables shell launched in "/home/leaf/Code/chrysanthos". PATH="/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:51:06.340296705+01:00 [INFO] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2024-11-13T22:51:06.367831024+01:00 [INFO] found user-installed language server for rust-analyzer. path: "/usr/lib/rustup/bin/rust-analyzer", arguments: []
2024-11-13T22:51:06.367957471+01:00 [INFO] starting language server process. binary path: "/usr/lib/rustup/bin/rust-analyzer", working directory: "/home/leaf/Code/chrysanthos", args: []
2024-11-13T22:51:06.850997888+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:51:07.74884968+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:51:08.406159804+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:51:08.414690389+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:51:08.422223889+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:51:08.430027365+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:51:14.354958117+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:51:14.393581876+01:00 [WARN] Generic lsp request to rust-analyzer failed: content modified
2024-11-13T22:51:14.393712671+01:00 [ERROR] oneshot canceled
2024-11-13T22:51:14.605438905+01:00 [INFO] using project environment variables shell launched in "/home/leaf/Documents/M.Sc.-Informatik/3. Semester/Advanced Deep Learning/Notebooks". PATH="/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:51:17.860301089+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:51:17.860499891+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-11-13T22:51:17.895256859+01:00 [INFO] attempting to start language server "markdown-oxide", path: "/home/leaf/Code/bios_renamer_for_asus", id: 6
2024-11-13T22:51:17.895379869+01:00 [INFO] Initializing default prettier with plugins {}
2024-11-13T22:51:17.911039788+01:00 [INFO] Initializing default prettier with plugins {}
2024-11-13T22:51:17.961692627+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 29
}
2024-11-13T22:51:17.993709621+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 32
}
2024-11-13T22:51:18.091679549+01:00 [INFO] using project environment variables shell launched in "/home/leaf/Code/bios_renamer_for_asus". PATH="/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:51:18.805446739+01:00 [INFO] starting language server process. binary path: "/home/leaf/.local/share/zed/extensions/work/markdown-oxide/markdown-oxide-v0.24.3/markdown-oxide-v0.24.3-x86_64-unknown-linux-gnu/markdown-oxide", working directory: "/home/leaf/Code/bios_renamer_for_asus", args: []
2024-11-13T22:51:21.152593873+01:00 [ERROR] window not found
2024-11-13T22:51:21.152653404+01:00 [ERROR] window not found
2024-11-13T22:51:21.18453252+01:00 [ERROR] oneshot canceled
2024-11-13T22:52:25.883362057+01:00 [INFO] ========== starting zed ==========
2024-11-13T22:52:25.904935997+01:00 [WARN] failed to load font 'SymbolsNFM'
2024-11-13T22:52:25.90862028+01:00 [WARN] failed to load font 'SymbolsNFM'
2024-11-13T22:52:25.910509455+01:00 [INFO] perform;
2024-11-13T22:52:25.910560963+01:00 [INFO] authenticate;
2024-11-13T22:52:25.910649771+01:00 [INFO] read_command;
2024-11-13T22:52:25.910883824+01:00 [INFO] Opening main db
2024-11-13T22:52:25.911096346+01:00 [INFO] socket reader;
2024-11-13T22:52:25.91115161+01:00 [INFO] new;
2024-11-13T22:52:25.911642089+01:00 [INFO] keep_updated;
2024-11-13T22:52:25.911923792+01:00 [INFO] Opening main db
2024-11-13T22:52:25.913606607+01:00 [INFO] Using git binary path: None
2024-11-13T22:52:25.918237071+01:00 [INFO] no tokio runtime found, creating one for Reqwest...
2024-11-13T22:52:25.937101242+01:00 [ERROR] theme not found: One Hunter Light
2024-11-13T22:52:25.937615846+01:00 [INFO] initializing context server client
2024-11-13T22:52:25.937738939+01:00 [INFO] Registering built-in prompt template: content_prompt
2024-11-13T22:52:25.938064014+01:00 [INFO] Registering built-in prompt template: project_slash_command
2024-11-13T22:52:25.938126002+01:00 [INFO] Registering built-in prompt template: suggest_edits
2024-11-13T22:52:25.93826766+01:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-11-13T22:52:25.938430818+01:00 [INFO] No prompt template overrides directory found at /home/leaf/.local/share/zed/prompt_overrides. Using built-in prompts.
2024-11-13T22:52:25.939273112+01:00 [INFO] extensions updated. loading 16, reloading 0, unloading 0
2024-11-13T22:52:25.940985864+01:00 [INFO] activate is not implemented on Linux, ignoring the call
2024-11-13T22:52:25.941911276+01:00 [INFO] Opening main db
2024-11-13T22:52:25.942195454+01:00 [INFO] perform;
2024-11-13T22:52:25.942274904+01:00 [INFO] authenticate;
2024-11-13T22:52:25.942348593+01:00 [INFO] read_command;
2024-11-13T22:52:25.94268504+01:00 [INFO] socket reader;
2024-11-13T22:52:25.946043486+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-11-13T22:52:25.946905006+01:00 [INFO] new;
2024-11-13T22:52:25.94741427+01:00 [INFO] keep_updated;
2024-11-13T22:52:25.989379342+01:00 [INFO] Enabling Vulkan Portability
2024-11-13T22:52:25.989467178+01:00 [INFO] Enabling color space support
2024-11-13T22:52:26.006371541+01:00 [INFO] Adapter: "NVIDIA GeForce RTX 3060 Ti"
2024-11-13T22:52:26.006533438+01:00 [INFO] Ray tracing is supported
2024-11-13T22:52:26.112674143+01:00 [INFO] set environment variables from shell:/usr/bin/zsh, path:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin
2024-11-13T22:52:26.262507929+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:52:26.262574785+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:52:26.31692772+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:26.316997532+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:26.317043148+01:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied }
2024-11-13T22:52:26.322554138+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:52:26.325164258+01:00 [INFO] set status on client 0: Authenticating
2024-11-13T22:52:26.325504522+01:00 [INFO] perform;
2024-11-13T22:52:26.325613308+01:00 [INFO] authenticate;
2024-11-13T22:52:26.325722113+01:00 [INFO] read_command;
2024-11-13T22:52:26.326077706+01:00 [INFO] socket reader;
2024-11-13T22:52:26.32725244+01:00 [INFO] Opening main db
2024-11-13T22:52:26.329268005+01:00 [INFO] new;
2024-11-13T22:52:26.329686867+01:00 [INFO] keep_updated;
2024-11-13T22:52:26.336067262+01:00 [INFO] set status on client 45995: Connecting
2024-11-13T22:52:26.369397481+01:00 [INFO] Opening main db
2024-11-13T22:52:26.541633273+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:52:26.541697965+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:52:26.562913326+01:00 [ERROR] missing field `name` at line 60 column 1
2024-11-13T22:52:26.594767962+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.594836953+01:00 [INFO] attempting to start language server "tailwindcss-language-server", path: "/home/leaf/Code/task-manager", id: 1
2024-11-13T22:52:26.594915952+01:00 [INFO] attempting to start language server "eslint", path: "/home/leaf/Code/task-manager", id: 2
2024-11-13T22:52:26.594992687+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:52:26.595763286+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.595867212+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:52:26.596041823+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:52:26.596105413+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.59616208+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.596694959+01:00 [INFO] using project environment variables from CLI. PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:52:26.612069937+01:00 [INFO] fetching latest version of language server "tailwindcss-language-server"
2024-11-13T22:52:26.612147945+01:00 [INFO] fetching latest version of language server "eslint"
2024-11-13T22:52:26.612205153+01:00 [INFO] downloading language server "eslint"
2024-11-13T22:52:26.614060464+01:00 [INFO] attempting to start language server "rust-analyzer", path: "/home/leaf/Code/task-manager", id: 3
2024-11-13T22:52:26.615471324+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:52:26.615529384+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.615579198+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.632337494+01:00 [INFO] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2024-11-13T22:52:26.632854502+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/", args: ["/home/leaf/.local/share/zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-11-13T22:52:26.668216196+01:00 [INFO] found user-installed language server for rust-analyzer. path: "/usr/lib/rustup/bin/rust-analyzer", arguments: []
2024-11-13T22:52:26.668320894+01:00 [INFO] starting language server process. binary path: "/usr/lib/rustup/bin/rust-analyzer", working directory: "/home/leaf/Code/task-manager", args: []
2024-11-13T22:52:26.675247102+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:52:26.675345779+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.675398659+01:00 [WARN] no language server found matching 'svelte-language-server'
2024-11-13T22:52:26.711986593+01:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-11-13T22:52:26.745616549+01:00 [INFO] using project environment for language server LanguageServerName("eslint")
2024-11-13T22:52:26.746074766+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/home/leaf/Code/task-manager", args: ["--max-old-space-size=8192", "/home/leaf/.local/share/zed/languages/eslint/vscode-eslint-2.4.4/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2024-11-13T22:52:26.801963267+01:00 [WARN] unhandled capability registration: Registration { id: "3c77d697-be94-4854-9686-02f01189c5d3", method: "workspace/didChangeConfiguration", register_options: Some(Object {}) }
2024-11-13T22:52:26.802085849+01:00 [WARN] unhandled capability registration: Registration { id: "dc8890e1-24ec-46d9-befa-54622ad0cdd2", method: "workspace/didChangeWorkspaceFolders", register_options: Some(Object {}) }
2024-11-13T22:52:26.839541906+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-13T21:52:26.834Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-11-13T21:52:26.834Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-11-13T22:52:26.839750821+01:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "04941407-f7d0-4193-a65b-33722e420db7",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-11-13T22:52:26.966946053+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:52:26.991221525+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:52:26.991280907+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:52:27.091169687+01:00 [INFO] downloading language server "tailwindcss-language-server"
2024-11-13T22:52:27.133247329+01:00 [INFO] Installing default prettier and plugins: [("prettier-plugin-svelte", "3.2.8"), ("prettier", "3.3.3")]
2024-11-13T22:52:27.271135953+01:00 [INFO] using project environment for language server LanguageServerName("tailwindcss-language-server")
2024-11-13T22:52:27.271280376+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/home/leaf/Code/task-manager", args: ["/home/leaf/.local/share/zed/languages/tailwindcss-language-server/node_modules/.bin/tailwindcss-language-server", "--stdio"]
2024-11-13T22:52:27.31417278+01:00 [INFO] add connection to peer
2024-11-13T22:52:27.314234677+01:00 [INFO] add_connection;
2024-11-13T22:52:27.314291034+01:00 [INFO] waiting for server hello
2024-11-13T22:52:27.314421471+01:00 [INFO] got server hello
2024-11-13T22:52:27.314469662+01:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 606, id: 11546533 })
2024-11-13T22:52:27.314556276+01:00 [INFO] set status on client 45995: Connected { peer_id: PeerId { owner_id: 606, id: 11546533 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-11-13T22:52:27.321055756+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-13T21:52:27.317Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-11-13T21:52:27.317Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-11-13T22:52:27.424227748+01:00 [WARN] unhandled capability registration: Registration { id: "9ca6e1ef-0868-4c87-b651-54d07f4987b0", method: "workspace/didChangeWorkspaceFolders", register_options: Some(Object {}) }
2024-11-13T22:52:27.504533006+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 612
}
2024-11-13T22:52:27.504662902+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:52:27.504890863+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 611
}
2024-11-13T22:52:27.74281299+01:00 [ERROR] failed to open wasm file

Caused by:
    No such file or directory (os error 2)
2024-11-13T22:52:27.743037986+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-svelte"}
2024-11-13T22:52:27.743116515+01:00 [INFO] attempting to start language server "svelte-language-server", path: "/home/leaf/Code/task-manager", id: 4
2024-11-13T22:52:27.778449913+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:27.785944066+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:27.786409737+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 18
}
2024-11-13T22:52:27.79401503+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:52:27.794355524+01:00 [INFO] Initialized prettier with plugins: {"prettier-plugin-svelte"}
2024-11-13T22:52:27.80325173+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:52:27.812105506+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 29
}
2024-11-13T22:52:28.762722318+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/home/leaf/Code/task-manager", args: ["/home/leaf/.local/share/zed/extensions/work/svelte/node_modules/svelte-language-server/bin/server.js", "--stdio"]
2024-11-13T22:52:31.820795501+01:00 [INFO] Enabling Vulkan Portability
2024-11-13T22:52:31.820852779+01:00 [INFO] Enabling color space support
2024-11-13T22:52:31.828931226+01:00 [INFO] Adapter: "NVIDIA GeForce RTX 3060 Ti"
2024-11-13T22:52:31.829001329+01:00 [INFO] Ray tracing is supported
2024-11-13T22:52:31.958868573+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:52:31.958942973+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:52:32.007787785+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:32.007858158+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:32.00791189+01:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied }
2024-11-13T22:52:32.012218309+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:52:32.094902212+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:52:32.094968447+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:52:32.161096442+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 21
}
2024-11-13T22:52:32.192713752+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 51
}
2024-11-13T22:52:32.237845375+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/register/+page.svelte",
  "state": 1,
  "validationTime": 16
}
2024-11-13T22:52:32.237930836+01:00 [INFO] Language server with id 2 sent unhandled notification eslint/status:
{
  "uri": "file:///home/leaf/Code/task-manager/src/routes/garden/+page.svelte",
  "state": 1,
  "validationTime": 46
}
2024-11-13T22:52:36.841102969+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:52:36.841577387+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-11-13T22:52:36.910271066+01:00 [ERROR] oneshot canceled
2024-11-13T22:52:36.910484049+01:00 [ERROR] oneshot canceled
2024-11-13T22:52:36.910546578+01:00 [ERROR] oneshot canceled
2024-11-13T22:52:36.910618283+01:00 [ERROR] oneshot canceled
2024-11-13T22:52:36.914184351+01:00 [INFO] attempting to start language server "markdown-oxide", path: "/home/leaf/Code/bios_renamer_for_asus", id: 5
2024-11-13T22:52:36.914282727+01:00 [INFO] Initializing default prettier with plugins {}
2024-11-13T22:52:36.929278391+01:00 [INFO] Initializing default prettier with plugins {}
2024-11-13T22:52:37.119557585+01:00 [INFO] using project environment variables shell launched in "/home/leaf/Code/bios_renamer_for_asus". PATH="/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:52:37.592492195+01:00 [INFO] starting language server process. binary path: "/home/leaf/.local/share/zed/extensions/work/markdown-oxide/markdown-oxide-v0.24.3/markdown-oxide-v0.24.3-x86_64-unknown-linux-gnu/markdown-oxide", working directory: "/home/leaf/Code/bios_renamer_for_asus", args: []
2024-11-13T22:52:40.056224681+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-11-13T22:52:40.057984761+01:00 [INFO] Enabling Vulkan Portability
2024-11-13T22:52:40.058035066+01:00 [INFO] Enabling color space support
2024-11-13T22:52:40.065263011+01:00 [INFO] Adapter: "NVIDIA GeForce RTX 3060 Ti"
2024-11-13T22:52:40.065346539+01:00 [INFO] Ray tracing is supported
2024-11-13T22:52:40.192046938+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:52:40.192112842+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:52:40.242226699+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:40.242280591+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:40.242329133+01:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied }
2024-11-13T22:52:40.246702196+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:52:40.247173759+01:00 [INFO] Initializing default prettier with plugins {}
2024-11-13T22:52:40.254171919+01:00 [INFO] Initializing default prettier with plugins {}
2024-11-13T22:52:40.291178175+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:52:40.291244321+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:52:40.316094788+01:00 [INFO] attempting to start language server "rust-analyzer", path: "/home/leaf/Code/chrysanthos", id: 6
2024-11-13T22:52:40.360831981+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:40.362777572+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:52:40.367843778+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:52:40.372720003+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:52:40.524293422+01:00 [INFO] using project environment variables shell launched in "/home/leaf/Code/chrysanthos". PATH="/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:52:40.524444378+01:00 [INFO] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2024-11-13T22:52:40.5611103+01:00 [INFO] found user-installed language server for rust-analyzer. path: "/usr/lib/rustup/bin/rust-analyzer", arguments: []
2024-11-13T22:52:40.561207724+01:00 [INFO] starting language server process. binary path: "/usr/lib/rustup/bin/rust-analyzer", working directory: "/home/leaf/Code/chrysanthos", args: []
2024-11-13T22:52:40.909717588+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:52:41.818668974+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:52:47.097240622+01:00 [ERROR] window not found
2024-11-13T22:52:47.097303251+01:00 [ERROR] window not found
2024-11-13T22:52:47.097357123+01:00 [ERROR] window not found
2024-11-13T22:53:07.623310591+01:00 [INFO] ========== starting zed ==========
2024-11-13T22:53:07.649167096+01:00 [WARN] failed to load font 'SymbolsNFM'
2024-11-13T22:53:07.650270172+01:00 [WARN] failed to load font 'SymbolsNFM'
2024-11-13T22:53:07.651469651+01:00 [INFO] perform;
2024-11-13T22:53:07.651523973+01:00 [INFO] authenticate;
2024-11-13T22:53:07.651597262+01:00 [INFO] read_command;
2024-11-13T22:53:07.651737758+01:00 [INFO] Opening main db
2024-11-13T22:53:07.651893322+01:00 [INFO] socket reader;
2024-11-13T22:53:07.651946462+01:00 [INFO] new;
2024-11-13T22:53:07.652324948+01:00 [INFO] keep_updated;
2024-11-13T22:53:07.652480963+01:00 [INFO] Opening main db
2024-11-13T22:53:07.653960992+01:00 [INFO] Using git binary path: None
2024-11-13T22:53:07.658332388+01:00 [INFO] no tokio runtime found, creating one for Reqwest...
2024-11-13T22:53:07.677542676+01:00 [ERROR] theme not found: One Hunter Light
2024-11-13T22:53:07.678201882+01:00 [INFO] initializing context server client
2024-11-13T22:53:07.678344963+01:00 [INFO] Registering built-in prompt template: content_prompt
2024-11-13T22:53:07.67868736+01:00 [INFO] Registering built-in prompt template: project_slash_command
2024-11-13T22:53:07.67875084+01:00 [INFO] Registering built-in prompt template: suggest_edits
2024-11-13T22:53:07.678889823+01:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-11-13T22:53:07.679045066+01:00 [INFO] No prompt template overrides directory found at /home/leaf/.local/share/zed/prompt_overrides. Using built-in prompts.
2024-11-13T22:53:07.67982401+01:00 [INFO] extensions updated. loading 16, reloading 0, unloading 0
2024-11-13T22:53:07.681392195+01:00 [INFO] activate is not implemented on Linux, ignoring the call
2024-11-13T22:53:07.682450316+01:00 [INFO] Opening main db
2024-11-13T22:53:07.682977844+01:00 [INFO] perform;
2024-11-13T22:53:07.683029582+01:00 [INFO] authenticate;
2024-11-13T22:53:07.683084476+01:00 [INFO] read_command;
2024-11-13T22:53:07.683407827+01:00 [INFO] socket reader;
2024-11-13T22:53:07.685451592+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-11-13T22:53:07.686976555+01:00 [INFO] new;
2024-11-13T22:53:07.687633227+01:00 [INFO] keep_updated;
2024-11-13T22:53:07.728647246+01:00 [INFO] Enabling Vulkan Portability
2024-11-13T22:53:07.728711879+01:00 [INFO] Enabling color space support
2024-11-13T22:53:07.74679244+01:00 [INFO] Adapter: "NVIDIA GeForce RTX 3060 Ti"
2024-11-13T22:53:07.746881718+01:00 [INFO] Ray tracing is supported
2024-11-13T22:53:07.866178273+01:00 [INFO] set environment variables from shell:/usr/bin/zsh, path:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin
2024-11-13T22:53:08.001358033+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:53:08.001427575+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:53:08.050654984+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:53:08.050714727+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:53:08.050778417+01:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied }
2024-11-13T22:53:08.056343421+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:53:08.059095265+01:00 [INFO] set status on client 0: Authenticating
2024-11-13T22:53:08.059503406+01:00 [INFO] perform;
2024-11-13T22:53:08.059595761+01:00 [INFO] authenticate;
2024-11-13T22:53:08.059683797+01:00 [INFO] read_command;
2024-11-13T22:53:08.060024432+01:00 [INFO] socket reader;
2024-11-13T22:53:08.06110252+01:00 [INFO] Opening main db
2024-11-13T22:53:08.063522236+01:00 [INFO] new;
2024-11-13T22:53:08.063983999+01:00 [INFO] keep_updated;
2024-11-13T22:53:08.068935232+01:00 [INFO] set status on client 45995: Connecting
2024-11-13T22:53:08.069288891+01:00 [INFO] Opening main db
2024-11-13T22:53:08.28818303+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:53:08.288241942+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:53:08.308031624+01:00 [ERROR] missing field `name` at line 60 column 1
2024-11-13T22:53:08.334540853+01:00 [INFO] using project environment variables from CLI. PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:53:08.369153496+01:00 [INFO] attempting to start language server "rust-analyzer", path: "/home/leaf/Code/chrysanthos", id: 1
2024-11-13T22:53:08.376457207+01:00 [INFO] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2024-11-13T22:53:08.407908512+01:00 [INFO] found user-installed language server for rust-analyzer. path: "/usr/lib/rustup/bin/rust-analyzer", arguments: []
2024-11-13T22:53:08.408028028+01:00 [INFO] starting language server process. binary path: "/usr/lib/rustup/bin/rust-analyzer", working directory: "/home/leaf/Code/chrysanthos", args: []
2024-11-13T22:53:08.495243933+01:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-11-13T22:53:08.540298351+01:00 [INFO] starting language server process. binary path: "/usr/bin/node", working directory: "/", args: ["/home/leaf/.local/share/zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-11-13T22:53:08.770527626+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-13T21:53:08.763Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-11-13T21:53:08.763Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-11-13T22:53:08.770639407+01:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "7716335e-eb76-4916-9101-eb086991ab2d",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-11-13T22:53:08.779880472+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:53:08.901067798+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:53:08.901135085+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:53:09.096184862+01:00 [INFO] add connection to peer
2024-11-13T22:53:09.096256057+01:00 [INFO] add_connection;
2024-11-13T22:53:09.096313546+01:00 [INFO] waiting for server hello
2024-11-13T22:53:09.096561575+01:00 [INFO] got server hello
2024-11-13T22:53:09.096620997+01:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 606, id: 11546920 })
2024-11-13T22:53:09.096712199+01:00 [INFO] set status on client 45995: Connected { peer_id: PeerId { owner_id: 606, id: 11546920 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-11-13T22:53:09.315018189+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-13T21:53:09.310Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-11-13T21:53:09.310Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-11-13T22:53:09.422441112+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:53:09.429361007+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:53:09.435104598+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:53:09.441925807+01:00 [INFO] Creating a descriptor pool for at most 256 sets
2024-11-13T22:53:09.472552872+01:00 [ERROR] failed to open wasm file

Caused by:
    No such file or directory (os error 2)
2024-11-13T22:53:09.715817588+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:53:39.51565654+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:53:39.603938659+01:00 [ERROR] oneshot canceled
2024-11-13T22:53:39.817072793+01:00 [INFO] using project environment variables shell launched in "/home/leaf/Documents/M.Sc.-Informatik/3. Semester/Advanced Deep Learning/Notebooks". PATH="/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:53:47.789981418+01:00 [INFO] Enabling Vulkan Portability
2024-11-13T22:53:47.790037915+01:00 [INFO] Enabling color space support
2024-11-13T22:53:47.798513241+01:00 [INFO] Adapter: "NVIDIA GeForce RTX 3060 Ti"
2024-11-13T22:53:47.798586189+01:00 [INFO] Ray tracing is supported
2024-11-13T22:53:47.921891708+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:53:47.921957101+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:53:47.970930386+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:53:47.970991161+01:00 [INFO] Creating a descriptor pool for at most 16 sets
2024-11-13T22:53:47.971041215+01:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied }
2024-11-13T22:53:47.975164367+01:00 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3060 Ti", driver_name: "NVIDIA", driver_info: "565.57.01" }
2024-11-13T22:53:48.015260825+01:00 [INFO] Using surface present mode MAILBOX
2024-11-13T22:53:48.015322011+01:00 [WARN] Unable to forbid exclusive full screen
2024-11-13T22:53:48.045280843+01:00 [INFO] attempting to start language server "rust-analyzer", path: "/home/leaf/Code/task-manager/backend", id: 2
2024-11-13T22:53:48.257105529+01:00 [INFO] using project environment variables shell launched in "/home/leaf/Code/task-manager/backend". PATH="/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/home/leaf/.opam/default/bin:/home/leaf/.fly/bin:/home/leaf/bin:/home/leaf/.local/bin:/usr/local/bin:/home/leaf/.bun/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin"
2024-11-13T22:53:48.257241406+01:00 [INFO] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2024-11-13T22:53:48.28523287+01:00 [INFO] found user-installed language server for rust-analyzer. path: "/usr/lib/rustup/bin/rust-analyzer", arguments: []
2024-11-13T22:53:48.285359079+01:00 [INFO] starting language server process. binary path: "/usr/lib/rustup/bin/rust-analyzer", working directory: "/home/leaf/Code/task-manager/backend", args: []
2024-11-13T22:53:48.537231652+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:53:49.039481401+01:00 [ERROR] No such file or directory (os error 2) about ["/home/leaf/.config/rust-analyzer"]
2024-11-13T22:53:51.719753052+01:00 [ERROR] window not found
2024-11-13T22:53:51.719828484+01:00 [ERROR] window not found
2024-11-13T22:53:51.719880713+01:00 [ERROR] window not found
2024-11-13T22:53:51.758867991+01:00 [ERROR] oneshot canceled

@ZZzzaaKK ZZzzaaKK added admin read Pending admin review bug [core label] panic / crash [core label] triage Maintainer needs to classify the issue labels Nov 13, 2024
@tobico
Copy link

tobico commented Nov 15, 2024

I'm having this issue too, running Fedora Core with Wayland.

I think this is the same issue as here:

@SomeoneToIgnore SomeoneToIgnore closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2024
@notpeter notpeter added duplicate Additional reports of an existing issue and removed bug [core label] triage Maintainer needs to classify the issue panic / crash [core label] admin read Pending admin review labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Additional reports of an existing issue
Projects
None yet
Development

No branches or pull requests

4 participants