FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.69k stars 348 forks source link

Editor crashes on new project #561

Closed Barugon closed 10 months ago

Barugon commented 11 months ago

Create a new project:

fyrox-template init --name crash --style 3d

Run the editor:

cd crash
cargo run --package executor --release

Editor crashes after a few seconds:

thread 'main' panicked at /home/barugon/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fyroxed_base-0.19.0/src/lib.rs:2612:14:
called `Result::unwrap()` on an `Err` value: ExitFailure(1)

Fyrox: v0.32.1 Fedora Linux: 38 GNOME Version: 44.6 Windowing System: Wayland Kernel Version: 6.5.9 Graphics: AMD Radeon RX 6700 XT

mrDIMAS commented 11 months ago

Same as #558, it is Wayland-related issue, which comes from winit. You could try changing to X11 to bypass the issue.