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 get these errors when I try to run the examples:
todos
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target/debug/examples/todos`
Xlib: extension "NV-GLX" missing on display ":0.0".
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21
stack backtrace:
0: backtrace::backtrace::libunwind::trace
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88
1: backtrace::backtrace::trace_unsynchronized
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66
2: std::sys_common::backtrace::_print_fmt
at src/libstd/sys_common/backtrace.rs:77
3: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
at src/libstd/sys_common/backtrace.rs:61
4: core::fmt::write
at src/libcore/fmt/mod.rs:1028
5: std::io::Write::write_fmt
at src/libstd/io/mod.rs:1412
6: std::sys_common::backtrace::_print
at src/libstd/sys_common/backtrace.rs:65
7: std::sys_common::backtrace::print
at src/libstd/sys_common/backtrace.rs:50
8: std::panicking::default_hook::{{closure}}
at src/libstd/panicking.rs:188
9: std::panicking::default_hook
at src/libstd/panicking.rs:205
10: std::panicking::rust_panic_with_hook
at src/libstd/panicking.rs:464
11: std::panicking::continue_panic_fmt
at src/libstd/panicking.rs:373
12: rust_begin_unwind
at src/libstd/panicking.rs:302
13: core::panicking::panic_fmt
at src/libcore/panicking.rs:139
14: core::panicking::panic
at src/libcore/panicking.rs:70
15: core::option::Option<T>::unwrap
at /rustc/1423bec54cf2db283b614e527cfd602b481485d1/src/libcore/macros.rs:41
16: wgpu_request_adapter
at /home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.0/src/instance.rs:474
17: wgpu::Adapter::request
at /home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.4.0/src/lib.rs:545
18: iced_wgpu::renderer::Renderer::new
at wgpu/src/renderer.rs:51
19: <iced_wgpu::renderer::Renderer as iced_native::renderer::windowed::Windowed>::new
at wgpu/src/renderer.rs:417
20: iced_winit::application::Application::run
at ./winit/src/application.rs:115
21: iced::application::Application::run
at ./src/application.rs:140
22: todos::main
at examples/todos.rs:9
23: std::rt::lang_start::{{closure}}
at /rustc/1423bec54cf2db283b614e527cfd602b481485d1/src/libstd/rt.rs:61
24: std::rt::lang_start_internal::{{closure}}
at src/libstd/rt.rs:48
25: std::panicking::try::do_call
at src/libstd/panicking.rs:287
26: __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:78
27: std::panicking::try
at src/libstd/panicking.rs:265
28: std::panic::catch_unwind
at src/libstd/panic.rs:396
29: std::rt::lang_start_internal
at src/libstd/rt.rs:47
30: std::rt::lang_start
at /rustc/1423bec54cf2db283b614e527cfd602b481485d1/src/libstd/rt.rs:61
31: main
32: __libc_start_main
33: _start
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
tour
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target/debug/examples/tour`
Xlib: extension "NV-GLX" missing on display ":0.0".
[2019-11-26T06:18:57Z ERROR gfx_backend_vulkan]
GENERAL [Loader Message (0)] : setupLoaderTermPhysDevs: Failed to detect any valid GPUs in the current config
object info: (type: INSTANCE, hndl: 94410943735344)
[2019-11-26T06:18:57Z ERROR gfx_backend_vulkan]
GENERAL [Loader Message (0)] : setupLoaderTrampPhysDevs: Failed during dispatch call of 'vkEnumeratePhysicalDevices' to lower layers or loader to get count.
object info: (type: INSTANCE, hndl: 94410943735344)
[2019-11-26T06:18:57Z ERROR gfx_backend_vulkan]
GENERAL [Loader Message (0)] : setupLoaderTermPhysDevs: Failed to detect any valid GPUs in the current config
object info: (type: INSTANCE, hndl: 94410943735344)
[2019-11-26T06:18:57Z ERROR gfx_backend_vulkan]
GENERAL [Loader Message (0)] : setupLoaderTrampPhysDevs: Failed during dispatch call of 'vkEnumeratePhysicalDevices' to lower layers or loader to get count.
object info: (type: INSTANCE, hndl: 94410943735344)
[2019-11-26T06:18:57Z ERROR gfx_backend_vulkan] Could not enumerate physical devices! Initialization of a object has failed
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21
stack backtrace:
0: backtrace::backtrace::libunwind::trace
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88
1: backtrace::backtrace::trace_unsynchronized
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66
2: std::sys_common::backtrace::_print_fmt
at src/libstd/sys_common/backtrace.rs:77
3: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
at src/libstd/sys_common/backtrace.rs:61
4: core::fmt::write
at src/libcore/fmt/mod.rs:1028
5: std::io::Write::write_fmt
at src/libstd/io/mod.rs:1412
6: std::sys_common::backtrace::_print
at src/libstd/sys_common/backtrace.rs:65
7: std::sys_common::backtrace::print
at src/libstd/sys_common/backtrace.rs:50
8: std::panicking::default_hook::{{closure}}
at src/libstd/panicking.rs:188
9: std::panicking::default_hook
at src/libstd/panicking.rs:205
10: std::panicking::rust_panic_with_hook
at src/libstd/panicking.rs:464
11: std::panicking::continue_panic_fmt
at src/libstd/panicking.rs:373
12: rust_begin_unwind
at src/libstd/panicking.rs:302
13: core::panicking::panic_fmt
at src/libcore/panicking.rs:139
14: core::panicking::panic
at src/libcore/panicking.rs:70
15: core::option::Option<T>::unwrap
at /rustc/1423bec54cf2db283b614e527cfd602b481485d1/src/libcore/macros.rs:41
16: wgpu_request_adapter
at /home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-native-0.4.0/src/instance.rs:474
17: wgpu::Adapter::request
at /home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.4.0/src/lib.rs:545
18: iced_wgpu::renderer::Renderer::new
at wgpu/src/renderer.rs:51
19: <iced_wgpu::renderer::Renderer as iced_native::renderer::windowed::Windowed>::new
at wgpu/src/renderer.rs:417
20: iced_winit::application::Application::run
at ./winit/src/application.rs:115
21: iced::application::Application::run
at ./src/application.rs:140
22: iced::sandbox::Sandbox::run
at ./src/sandbox.rs:128
23: tour::main
at examples/tour.rs:10
24: std::rt::lang_start::{{closure}}
at /rustc/1423bec54cf2db283b614e527cfd602b481485d1/src/libstd/rt.rs:61
25: std::rt::lang_start_internal::{{closure}}
at src/libstd/rt.rs:48
26: std::panicking::try::do_call
at src/libstd/panicking.rs:287
27: __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:78
28: std::panicking::try
at src/libstd/panicking.rs:265
29: std::panic::catch_unwind
at src/libstd/panic.rs:396
30: std::rt::lang_start_internal
at src/libstd/rt.rs:47
31: std::rt::lang_start
at /rustc/1423bec54cf2db283b614e527cfd602b481485d1/src/libstd/rt.rs:61
32: main
33: __libc_start_main
34: _start
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The text was updated successfully, but these errors were encountered:
Could you provide more details about your environment? Also, if it's not much of a hassle, could you try running one of the examples in https://github.com/gfx-rs/wgpu-rs and see if it has the same issues?
I am working on an alternative for rendering that may fix this issue. I will try to share something soon!
I get these errors when I try to run the examples:
todos
tour
The text was updated successfully, but these errors were encountered: