In example parallel_query close window cause panic #17532
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Bevy version
0.15.1
What you did
In example parallel_query build&run example then close window cause panic. I have tested both on windows and macos. I found this issue will happen on windows.
this panic is caused by window resource has been recycle but bounce_system is still trying to get and then cause panic.
Fixed in #17533
so I'm not sure this is a proper solution. but unregister all system first then recycle window maybe not easy on all platfoms
The text was updated successfully, but these errors were encountered: