Skip to content

Running example gets "STATUS_ACCESS_VIOLATION" #140

Closed
@huangjj27

Description

@huangjj27

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

No one assigned

    Labels

    C-BugAn unexpected or incorrect behaviorC-DependenciesA change to the crates that Bevy depends onO-WindowsSpecific to the Windows desktop operating systemP-CrashA sudden unexpected crash

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions