Skip to content
New issue

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

There are flashing color brick on the text when running breakout example. #16487

Closed
C-Entropy opened this issue Nov 23, 2024 · 2 comments
Closed
Labels
C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled

Comments

@C-Entropy
Copy link

Bevy version

git log -1
commit 636e99c9fb384fc28ae522fac10ab8811f14c9ff (HEAD -> main, origin/main, origin/HEAD)

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

[Optional] Relevant system information

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 for rendering problems
  • winit for input and window management
  • gilrs for gamepad inputs

What you did

cargo run --features wayland --example breakout

What went wrong

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

  • what were you expecting?
  • what actually happened?
    Image

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:

  • screenshots
  • logs
  • theories about what might be going wrong
  • workarounds that you used
  • links to related bugs, PRs or discussions
@C-Entropy C-Entropy added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Nov 23, 2024
@rparrett
Copy link
Contributor

Looks like #7944

@C-Entropy
Copy link
Author

I think they may be same, close this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled
Projects
None yet
Development

No branches or pull requests

2 participants