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

visualiser run error #16

Open
tmpbci opened this issue Apr 2, 2020 · 0 comments
Open

visualiser run error #16

tmpbci opened this issue Apr 2, 2020 · 0 comments

Comments

@tmpbci
Copy link

tmpbci commented Apr 2, 2020

On mac Sierra while trying :
RUST_BACKTRACE=1 cargo run --release --example dac_emulator_visualiser

Result is : Finished release [optimized] target(s) in 0.25s
Running target/release/examples/dac_emulator_visualiser
thread 'main' panicked at 'called Option::unwrap() on a None value', /Users/leduc/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.3/src/instance.rs:474:5
stack backtrace:
0: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
1: core::fmt::write
2: std::io::Write::write_fmt
3: std::panicking::default_hook::{{closure}}
4: std::panicking::default_hook
5: std::panicking::rust_panic_with_hook
6: rust_begin_unwind
7: core::panicking::panic_fmt
8: core::panicking::panic
9: wgpu_request_adapter
10: wgpu::Adapter::request
11: nannou::wgpu::device_map::AdapterMap::get_or_request
12: nannou::window::Builder::build
13: dac_emulator_visualiser::model
14: nannou::app::Builder<M,E>::run
15: dac_emulator_visualiser::main
16: std::rt::lang_start::{{closure}}
17: std::rt::lang_start_internal
18: main
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant