-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
panic when running example multiple_windows #1069
Comments
adding a few logs when calling
we can see that event maybe look around #1021 (comment) |
bevy version 0.3.0, commit sha 51650f1 running on Windows 10 with NVida GTX 3090 I get the same: |
I think this is due to PR #1033 that changes how window creation is done. Now the bevy window is not added until after the underlying OS window is created. I know in MS Windows that a number of messages are dispatched during window creation, including a WM_SIZE, which if allowed to make it all the way would produce this behavior. |
Bevy version
45e2be3
Operating system & version
macOS 10.15.7
What you did
run example multiple_windows
What you expected to happen
the example shouldn't panic
What actually happened
it panicked
Additional information
commit 509b138 broke this example
The text was updated successfully, but these errors were encountered: