-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors/Warnings on closing window #7567
Comments
I would start bisecting at Windows As Entities. Then check the stageless migration. Looks like an ambiguity? |
It's a bit tricky as it seems these two errors are unrelated and appear much less often under some configurations, but I managed to get a panic:
|
Can reproduce both the panic and the warnings with |
I saw x11 in the logs. I think it's the same as #7533 that I can't reproduce on macOS |
Yep, it's on Linux and looks like the same error. Hopefully the |
does #7628 fix this issue? |
Unless I'm just getting very lucky, it does! 😃 |
Bevy version
978f7cd (have not bisected yet)
What you did
Closed the window (via window manager, not from game code), causing the app to exit.
Edit: The warnings and panic happen even with
I don't have a minimum reproducible example for the error message yet.
What went wrong
The app exited, but sometimes printed an error (with
RUST_BACKTRACE=1
):Sometimes it prints the following warnings instead (alt-shift-q being my window close keybind):
Sometimes it panics (see below).
And sometimes it works fine.
The text was updated successfully, but these errors were encountered: