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

Panicking when minimizing the window #634

Closed
MeirKlemp opened this issue Oct 6, 2020 · 2 comments
Closed

Panicking when minimizing the window #634

MeirKlemp opened this issue Oct 6, 2020 · 2 comments
Labels
S-Duplicate This issue or PR already exists

Comments

@MeirKlemp
Copy link

Hi, I don't know if it is a known bug...

I found out that when I am minimizing the window it is panicking with this information:

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:\...\.cargo\registry\src\gh.neting.cc-1ecc6299db9ec823\wgpu-0.6.0\src\backend\direct.rs:1323:35        
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\bevy_test.exe` (exit code: 101)

This is the code I ran:

use bevy::prelude::*;

fn main() {
    App::build().add_default_plugins().run();
}

It is panicking also in release mode.

I am using Windows 10 and using bevy 0.2.1.

@DJMcNab
Copy link
Member

DJMcNab commented Oct 6, 2020

Duplicate of #170

@MeirKlemp
Copy link
Author

Ok, I will close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Duplicate This issue or PR already exists
Projects
None yet
Development

No branches or pull requests

3 participants