Skip to content

Instantly share code, notes, and snippets.

@Ablesius
Created March 28, 2024 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ablesius/f8ed4b0a7252e49d1a4380189cae19eb to your computer and use it in GitHub Desktop.
Save Ablesius/f8ed4b0a7252e49d1a4380189cae19eb to your computer and use it in GitHub Desktop.
bevy errors on window close
2024-03-28T11:58:43.553731Z ERROR log: X11 error: XError {
description: "BadWindow (invalid Window parameter)",
error_code: 3,
request_code: 148,
minor_code: 1,
}
2024-03-28T11:58:43.567517Z ERROR bevy_winit: winit event loop returned an error: os error at /home/alex/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/src/platform_impl/linux/x11/mod.rs:427: Xlib error: X error: BadWindow (invalid Window parameter) (code: 3, request code: 148, minor code: 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment