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 am trying to run a bevy game using wgpu as rendering backend on an odroid go ultra with JELOS as operating system, but when starting it i get this error:
2023-04-28T19:26:38.717101Z INFO bevy_winit::system: Creating new window "Bevy App" (0v0)
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.15.4/src/gles/egl.rs:825:26
stack backtrace:
0: rust_begin_unwind
at /rustc/1c42cb4ef0544fbfaa500216e53382d6b079c001/library/std/src/panicking.rs:578:5
1: core::panicking::panic_fmt
at /rustc/1c42cb4ef0544fbfaa500216e53382d6b079c001/library/core/src/panicking.rs:67:14
2: core::panicking::panic
at /rustc/1c42cb4ef0544fbfaa500216e53382d6b079c001/library/core/src/panicking.rs:117:5
3: <T as wgpu::context::DynContext>::instance_create_surface
4: <bevy_render::RenderPlugin as bevy_app::plugin::Plugin>::build
5: bevy_app::app::App::add_boxed_plugin
6: experiment::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
the unwrap seems to happen on this line, but i don't seem to be smart enough to decipher what's happening here
i'd appreciate if anyone could tell me what's happening here! :)
thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i am trying to run a bevy game using wgpu as rendering backend on an odroid go ultra with JELOS as operating system, but when starting it i get this error:
the unwrap seems to happen on this line, but i don't seem to be smart enough to decipher what's happening here
i'd appreciate if anyone could tell me what's happening here! :)
thank you!
Beta Was this translation helpful? Give feedback.
All reactions