-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
A-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating systemP-CrashA sudden unexpected crashA sudden unexpected crashP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!
Milestone
Description
- Bevy version: 425570a (main as of today)
- Linux/X11
What you did
- Run the
multiple_windows
example withcargo run --example multiple_windows
.
What went wrong
Closing a window results in a panic with the following error:
bevy_winit: winit event loop returned an error: os error at
cargo/registry/src/winit-0.29.9/src/platform_impl/linux/x11/mod.rs:433:
Xlib error: X error: BadWindow (invalid Window parameter) (code: 3, request code: 148, minor code: 1)
Additional information
Probably related to #10702
schneiderfelipeschneiderfelipe
Metadata
Metadata
Assignees
Labels
A-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating systemP-CrashA sudden unexpected crashA sudden unexpected crashP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!