We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm use arch linux and gnome. how fix it or where I can see supported plutforms
The text was updated successfully, but these errors were encountered:
x or wayland? wayland/gnome has worked fine for me.
Sorry, something went wrong.
I have same problem on Gnome with x11
// Bevy 0.15 use bevy::prelude::*; use bevy_flycam::prelude::*; fn main() { App::new().add_plugins(DefaultPlugins).add_plugins(PlayerPlugin).run(); }
Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s Running `target/debug/mw` 2025-02-10T19:29:59.051857Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce GTX 1050 Ti", vendor: 4318, device: 7298, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "570.86.16", backend: Vulkan } 2025-02-10T19:29:59.224580Z INFO bevy_winit::system: Creating new window "App" (0v1#4294967296) 2025-02-10T19:29:59.224625Z INFO winit::platform_impl::linux::x11::window: Guessed window scale factor: 1 2025-02-10T19:29:59.229955Z ERROR bevy_winit::winit_windows: Unable to grab cursor: the requested operation is not supported by Winit
No branches or pull requests
I'm use arch linux and gnome. how fix it or where I can see supported plutforms
The text was updated successfully, but these errors were encountered: