bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.42k stars 3.59k forks source link

ERROR wgpu_hal::vulkan::instance: VALIDATION [VUID-vkGetPhysicalDeviceSurfaceSupportKHR-surface-parameter (0x801f247e)] #16479

Closed C-Entropy closed 3 days ago

C-Entropy commented 4 days ago

Bevy version

The release number or commit hash of the version you're using.

git log -1
commit 8bbc6b0139974efe7ebe571b1a6a6d488cda0385 (HEAD -> main, origin/main, origin/HEAD)

[Optional] Relevant system information

If you cannot get Bevy to build or run on your machine, please include:

If your bug is rendering-related, copy the adapter info that appears when you run Bevy.

 INFO bevy_render::renderer: AdapterInfo { name: "AMD Radeon RX 6800M", vendor: 4098, device: 29663, device_type: DiscreteGpu, driver: "AMD proprietary driver", driver_info: "(AMD proprietary shader compiler)", backend: Vulkan }

You should also consider testing the examples of our upstream dependencies to help isolate any setup-specific issue:

What you did

cargo run --example breakout

Describe how you arrived at the problem. If you can, consider providing a code snippet or link.

What went wrong

If it's not clear, break this out into:

Additional information

Other information that can be used to further reproduce or isolate the problem. This commonly includes:

C-Entropy commented 4 days ago

Update: can run with --features wayland. My desktop: Hyprland, with xwayland.

C-Entropy commented 3 days ago

Rebuilt vulkan-layers wit X enabled, works fine now.