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 the following error when running the getting-start example (after building with no problems) and then touching the window with the spinning red rectangle with the mouse:
Here is the output after starting the application with cargo run:
[~/workspace/rustgame]$ cargo run
Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/rustgame`
xkbcommon: ERROR: Key "<LFSH>" added to modifier map for multiple modifiers; Using Lock, ignoring Shift
Everything works fine... I see the spinning rectangle and can close the application with ESC. A can also tab to other windows and back. But when I move the mouse over the window, the application crashes with the following output:
Hi,
I get the following error when running the getting-start example (after building with no problems) and then touching the window with the spinning red rectangle with the mouse:
I am on an ArchLinux. Here are my package versions regarding wayland:
Here is the output after starting the application with
cargo run
:Everything works fine... I see the spinning rectangle and can close the application with
ESC
. A can also tab to other windows and back. But when I move the mouse over the window, the application crashes with the following output:The text was updated successfully, but these errors were encountered: