Supreeeme / xwayland-satellite

Xwayland outside your Wayland
Mozilla Public License 2.0
210 stars 10 forks source link

Panic when running FurMark #42

Closed YaLTeR closed 4 months ago

YaLTeR commented 4 months ago

https://geeks3d.com/furmark/downloads/

 2024-07-22T07:28:30.057Z DEBUG xwayland_satellite::xstate           > new window: CreateNotifyEvent { response_type: 16, pad: 1, sequence: 54, parent: Window { res_id: 1080 }, window: Window { res_id: 6291458 }, x: 0, y: 0, width: 540, height: 690, border_width: 0, override_redirect: false, pad: 1 }
 2024-07-22T07:28:30.058Z DEBUG xwayland_satellite::xstate           > Window { res_id: 6291458 } request: STACK_MODE
 2024-07-22T07:28:30.058Z DEBUG xwayland_satellite::xstate           > requested to map Window { res_id: 6291458 }
 2024-07-22T07:28:30.077Z DEBUG xwayland_satellite::xstate           > Window { res_id: 6291458 } geometry: GetGeometryReply { response_type: 1, depth: 24, sequence: 61, length: 0, root: Window { res_id: 1080 }, x: 0, y: 0, width: 540, height: 690, border_width: 0, pad: 2 }
 2024-07-22T07:28:30.077Z DEBUG xwayland_satellite::server           > setting Window { res_id: 6291458 } hints WmNormalHints { min_size: Some(WinSize { width: 540, height: 690 }), max_size: Some(WinSize { width: 540, height: 690 }) }
 2024-07-22T07:28:30.077Z DEBUG xwayland_satellite::server           > mapping Window { res_id: 6291458 }
 2024-07-22T07:28:30.077Z DEBUG xwayland_satellite::server::dispatch > new surface with key ObjectKey(14v1) (Some(24))
 2024-07-22T07:28:30.077Z DEBUG xwayland_satellite::server::dispatch > associate surface 24 with Window { res_id: 6291458 }
 2024-07-22T07:28:30.077Z DEBUG xwayland_satellite::server           > creating toplevel for Window { res_id: 6291458 }
thread 'main' panicked at /var/home/yalter/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.31.2/src/xdg.rs:138:5:
called `Result::unwrap()` on an `Err` value: NulError(78, [71, 101, 101, 88, 76, 97, 98, 32, 80, 108, 97, 121, 101, 114, 32, 48, 46, 53, 57, 46, 48, 46, 48, 32, 124, 32, 71, 101, 101, 107, 115, 51, 68, 32, 70, 117, 114, 77, 97, 114, 107, 32, 124, 32, 76, 105, 110, 117, 120, 32, 54, 46, 57, 46, 57, 45, 50, 48, 48, 46, 102, 99, 52, 48, 46, 120, 56, 54, 95, 54, 52, 32, 54, 52, 45, 98, 105, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: <wayland_protocols::xdg::shell::generated::client::xdg_toplevel::XdgToplevel as wayland_client::Proxy>::write_request
   4: wayland_client::conn::Connection::send_request
   5: wayland_protocols::xdg::shell::generated::client::xdg_toplevel::XdgToplevel::set_title
   6: xwayland_satellite::server::dispatch::<impl wayland_server::dispatch::Dispatch<wayland_protocols::xwayland::shell::v1::generated::server::xwayland_surface_v1::XwaylandSurfaceV1,xwayland_satellite::server::ObjectKey> for xwayland_satellite::server::ServerState<C>>::request
   7: <wayland_server::dispatch::ResourceData<I,U> as wayland_backend::rs::server::ObjectData<D>>::request
   8: wayland_backend::rs::server_impl::common_poll::InnerBackend<D>::dispatch_all_clients
   9: xwayland_satellite::main
  10: xwayland_satellite::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.