-
-
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
Minimizing window with 2d camera causes a crash #4526
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-Windows
Specific to the Windows desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
Comments
opstic
added
C-Bug
An unexpected or incorrect behavior
S-Needs-Triage
This issue needs to be labelled
labels
Apr 18, 2022
alice-i-cecile
added
A-Windowing
Platform-agnostic interface layer to run your app in
O-Windows
Specific to the Windows desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
and removed
S-Needs-Triage
This issue needs to be labelled
labels
Apr 18, 2022
DJMcNab
added a commit
to DJMcNab/bevy
that referenced
this issue
Apr 18, 2022
This issue appears to be specific to 2D cameras; see the linked PR. |
opstic
changed the title
Minimizing window causes a crash
Minimizing window with 2d camera causes a crash
Apr 19, 2022
DJMcNab
added a commit
to DJMcNab/bevy
that referenced
this issue
Apr 26, 2022
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Jun 7, 2022
# Objective - We can't minimise if there's a 2d camera because ??? there legally must be a 2d target. - Fixes bevyengine#4526 - Fixes bevyengine#4856 ## Solution - Make it not crash in those cases, just do nothing - Seems to work ¯\\_(ツ)_/¯ - See also the companion commit in bevyengine#3597 - 503c247 Co-authored-by: Asteria <asteria131@outlook.com>
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
# Objective - We can't minimise if there's a 2d camera because ??? there legally must be a 2d target. - Fixes bevyengine#4526 - Fixes bevyengine#4856 ## Solution - Make it not crash in those cases, just do nothing - Seems to work ¯\\_(ツ)_/¯ - See also the companion commit in bevyengine#3597 - 503c247 Co-authored-by: Asteria <asteria131@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-Windows
Specific to the Windows desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
Bevy version
Bevy v0.7.0 (crates.io) & v0.8.0-dev (b3e39d0)
Operating system & version
Windows 11 (Build 22000.613)
What you did
What you expected to happen
App does not crash
What actually happened
App crashed with
view entity should exist: QueryDoesNotMatch(0v0)
Additional information
Example code:
Full log:
The text was updated successfully, but these errors were encountered: