Created
March 28, 2024 12:01
-
-
Save Ablesius/f8ed4b0a7252e49d1a4380189cae19eb to your computer and use it in GitHub Desktop.
bevy errors on window close
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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