zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
46.59k stars 2.64k forks source link

[WARN] error polling for X11 events: IoError(Custom { kind: Other, error: UnknownError }) #14200

Open dong8yong8 opened 1 month ago

dong8yong8 commented 1 month ago

Check for existing issues

Describe the bug / provide steps to reproduce it

download linux version tar -zxvf zed-linux-x86_64.tar.gz double click bin/zed

Environment

{
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: ConnectionError(IoError(Custom { kind: Other, error: UnknownError }))",
  "location_data": {
    "file": "crates/gpui/src/platform/linux/x11/client.rs",
    "line": 1064
  },
  "backtrace": [
    "core::panicking::panic_fmt",
    "core::result::unwrap_failed",
    "<gpui::platform::linux::x11::client::X11Client as gpui::platform::linux::platform::LinuxClient>::open_window",
    "gpui::platform::linux::platform::<impl gpui::platform::Platform for P>::open_window",
    "gpui::window::Window::new",
    "workspace::Workspace::new_local::{{closure}}::{{closure}}",
    "async_task::raw::RawTask<F,T,S,M>::run",
    "<gpui::platform::linux::x11::client::X11Client as gpui::platform::linux::platform::LinuxClient>::run",
    "gpui::platform::linux::platform::<impl gpui::platform::Platform for P>::run",
    "gpui::app::App::run",
    "zed::main",
    "std::sys_common::backtrace::__rust_begin_short_backtrace",
    "std::rt::lang_start::{{closure}}",
    "std::rt::lang_start_internal",
    "main",
    "__libc_start_main",
    "_start"
  ],
  "app_version": "0.143.6",
  "release_channel": "Zed",
  "os_name": "Linux X11",
  "os_version": "Deepin 23",
  "architecture": "x86_64",
  "panicked_on": 1720704083848,
  "installation_id": "f46fd798-aaa8-4926-88f6-db8eea44a575",
  "session_id": "a3449fb0-28b0-4834-bccf-4d131b613de4"
}

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

Zed.log


dong8yong8 commented 1 month ago

can not start zed