You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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::*;fnmain(){App::build().add_default_plugins().run();}
It is panicking also in release mode.
I am using Windows 10 and using bevy 0.2.1.
The text was updated successfully, but these errors were encountered:
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:
This is the code I ran:
It is panicking also in release mode.
I am using Windows 10 and using bevy 0.2.1.
The text was updated successfully, but these errors were encountered: