-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-DependenciesA change to the crates that Bevy depends onA change to the crates that Bevy depends onO-WindowsSpecific to the Windows desktop operating systemSpecific to the Windows desktop operating systemP-CrashA sudden unexpected crashA sudden unexpected crash
Description
codes:
// the default example
use bevy::prelude::*;
fn main() {
App::build()
.add_default_plugins()
.run();
}
gets errors:
error: process didn't exit successfully: `target\debug\game_demo.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
rustc version:
> rustc --version
rustc 1.45.2 (d3fb005a3 2020-07-31)
maybe this is caused by wgpu's bug as in https://github.com/hecrj/iced/issues/447。
Metadata
Metadata
Assignees
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-DependenciesA change to the crates that Bevy depends onA change to the crates that Bevy depends onO-WindowsSpecific to the Windows desktop operating systemSpecific to the Windows desktop operating systemP-CrashA sudden unexpected crashA sudden unexpected crash