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 encouter some trouble to run the game.
I'm a Rust newbie, so maybe I don't run the application with the right way.
From local build, I have this log trace:
$ ./target/debug/starlight-1961
Error: Error { inner: Inner { source: None, backtrace: None, error: ConfigError(File(Os { code: 2, kind: NotFound, message: "No such file or directory" })) } }
From the release alpha 7, I have this one:
$ ./starlight-1961
[INFO][amethyst::app] Initializing Amethyst...
[INFO][amethyst::app] Version: 0.15.3
[INFO][amethyst::app] Platform: x86_64-unknown-linux-gnu
[INFO][amethyst::app] Amethyst git commit: UNKNOWN
[INFO][amethyst::app] Rustc version: 1.48.0 Stable
[INFO][amethyst::app] Rustc git commit: 7eac88abb2e57e752f3302f02be5f3ce3d7adfb4
[INFO][winit::platform::platform::x11::window] Guessed window DPI factor: 1
[WARN][gfx_backend_vulkan] Unable to find extension: VK_KHR_wayland_surface
[WARN][rendy_factory::factory] Slow safety checks are enabled! Disable them in production by enabling the 'no-slow-safety-checks' feature!
[ERROR][gfx_backend_vulkan] Could not enumerate physical devices! Initialization of a object has failed
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorMessage { msg: "No physical devices found" }', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/amethyst_rendy-0.15.3/src/system.rs:148:81
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I encouter some trouble to run the game.
I'm a Rust newbie, so maybe I don't run the application with the right way.
From local build, I have this log trace:
From the release alpha 7, I have this one:
Thanks in advance.
The text was updated successfully, but these errors were encountered: