Closed C-Entropy closed 15 hours ago
git log -1 commit 636e99c9fb384fc28ae522fac10ab8811f14c9ff (HEAD -> main, origin/main, origin/HEAD)
The release number or commit hash of the version you're using.
uname -a Linux Gentoo 6.12.0-gentoo #1 SMP PREEMPT_RT Fri Nov 22 17:12:16 CST 2024 x86_64 AMD Ryzen 9 5900HX with Radeon Graphics AuthenticAMD GNU/Linux
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.
`AdapterInfo { name: "NVIDIA GeForce RTX 2070", vendor: 4318, device: 7938, device_type: DiscreteGpu, backend: Vulkan }`
You should also consider testing the examples of our upstream dependencies to help isolate any setup-specific issue:
wgpu
winit
gilrs
cargo run --features wayland --example breakout
If it's not clear, break this out into:
There are flashing color brick(sorry I don't know what exactly it should be called) on the text part.
Other information that can be used to further reproduce or isolate the problem. This commonly includes:
Looks like https://github.com/bevyengine/bevy/issues/7944
I think they may be same, close this for now.
Bevy version
The release number or commit hash of the version you're using.
[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.
You should also consider testing the examples of our upstream dependencies to help isolate any setup-specific issue:
wgpu
for rendering problemswinit
for input and window managementgilrs
for gamepad inputsWhat you did
What went wrong
If it's not clear, break this out into:
There are flashing color brick(sorry I don't know what exactly it should be called) on the text part.
Additional information
Other information that can be used to further reproduce or isolate the problem. This commonly includes: