-
Notifications
You must be signed in to change notification settings - Fork 30
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
Randomly hitting crash on exit with bevy 0.13 #57
Comments
this used to also happen in bevy 0.12, but so much less frequent than it does in 0.13 Footnotes |
I don't know if its normal of bevy to exit like this now :-/ Your patch fixes the issue fully for me! EDIT: tried on macOS but I cannot reproduce this bug on macOS. |
interesting! i haven't thought about that. for me it happens on linux with x11 |
got confirmation that we should use get_single, will open a pr |
Backgrond
I am using bevy_pancam 0.11 with bevy 0.13 on a project that I have recently been updating from bevy 0.12 and bevy_pancam 0.10.
Error description
After the update, I start to randomly see this error upon exiting, it seems to occur about half of the time when I exit the app:
This is how I am exiting my bevy app:
I did not notice this error triggering with bevy 0.12 / bevy_pancam 0.10
The text was updated successfully, but these errors were encountered: