Skip to content

Most of the examples panic when run on FreeBSD 12 #141

Open

Description

On FreeBSD 12.1, I get this:

cargo run --example breakout Finished dev [unoptimized + debuginfo] target(s) in 0.15s Runningtarget/debug/examples/breakoutthread 'main' panicked at 'calledOption::unwrap()on aNonevalue', crates/bevy_wgpu/src/wgpu_renderer.rs:28:14

This happens with most of the examples (hello_world,empty,headless all ran ok).

`rustc --version

rustc 1.46.0-nightly (346aec9b0 2020-07-11)
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    C-BugAn unexpected or incorrect behaviorC-DependenciesA change to the crates that Bevy depends onC-StartupA crash that occurs when first attempting to run a Bevy appO-LinuxSpecific to the Linux 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