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

Borders example is broken on some machines #15563

Open
Trashtalk217 opened this issue Oct 1, 2024 · 4 comments
Open

Borders example is broken on some machines #15563

Trashtalk217 opened this issue Oct 1, 2024 · 4 comments
Labels
A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Machine-Specific This bug is isolated to specific hardware or driver configurations S-Needs-Investigation This issue requires detective work to figure out what's going wrong

Comments

@Trashtalk217
Copy link
Contributor

Bevy version

main: commit 956d9cc

Relevant system information

AdapterInfo { name: "Intel(R) UHD Graphics 620 (KBL GT2)", vendor: 32902, device: 22807, device_type: IntegratedGpu, driver: "Intel open-source Mesa driver", driver_info: "Mesa 24.1.6-arch1.1", backend: Vulkan }

What you did

cargo run --example borders

What went wrong

It's supposed to look like this:
image

But the rounded borders flicker out of existence immediately after loading:
image

Additional information

I have a strong suspicion that this has to do with #15163, which was merged 5 days ago, so I'm pinging @ickshonpe. The fact that it's very briefly visible also makes me think that this might be a TemporaryRenderEntity while it is supposed to persist. I'm not sure however as I believe I've tested this before merging #15320, and it was also broken.

Actually I'm 90% sure that it's a TemporaryRenderEntity while it isn't supposed to be.

@Trashtalk217 Trashtalk217 added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled A-UI Graphical user interfaces, styles, layouts, and widgets labels Oct 1, 2024
@alice-i-cecile alice-i-cecile added this to the 0.15 milestone Oct 1, 2024
@alice-i-cecile alice-i-cecile added S-Needs-Investigation This issue requires detective work to figure out what's going wrong and removed S-Needs-Triage This issue needs to be labelled labels Oct 1, 2024
@Trashtalk217 Trashtalk217 added S-Needs-Triage This issue needs to be labelled and removed S-Needs-Investigation This issue requires detective work to figure out what's going wrong labels Oct 1, 2024
@kristoff3r
Copy link
Contributor

I can't reproduce, it looks fine for me. I could get the bottom row to disappear if I resize my Window to be too small, but they reappear when I resize it back.

SystemInfo { os: "Linux 24.05 NixOS", kernel: "6.6.46", cpu: "AMD Ryzen 7 5800X 8-Core Processor", core_count: "8", memory: "47.0 GiB" }
AdapterInfo { name: "NVIDIA GeForce RTX 3070", vendor: 4318, device: 9352, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "550.78", backend: Vulkan }

image

@ickshonpe
Copy link
Contributor

ickshonpe commented Oct 1, 2024

Yes it looks fine to me too, I'm not sure why just the second set of nodes would disappear like that.

{ name: "NVIDIA GeForce RTX 4070 Ti SUPER", vendor: 4318, device: 9989, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "555.85", backend: Vulkan }

@ickshonpe
Copy link
Contributor

ickshonpe commented Oct 1, 2024

@Trashtalk217 does anything change/disappear/reappear if you change the window size?

@alice-i-cecile alice-i-cecile added S-Needs-Investigation This issue requires detective work to figure out what's going wrong and removed S-Needs-Triage This issue needs to be labelled labels Oct 1, 2024
@alice-i-cecile
Copy link
Member

I can't reproduce this on my Windows laptop with an integrated GPU.

2024-10-01T22:05:34.349941Z INFO bevy_render::renderer: AdapterInfo { name: "Intel(R) Iris(R) Xe Graphics", vendor: 32902, device: 39497, device_type: IntegratedGpu, driver: "Intel Corporation", driver_info: "101.5768", backend: Vulkan }

image

Moving and resizing the window works fine.

@alice-i-cecile alice-i-cecile changed the title Borders example is broken Borders example is broken on some machines Oct 1, 2024
@alice-i-cecile alice-i-cecile added the C-Machine-Specific This bug is isolated to specific hardware or driver configurations label Oct 1, 2024
@alice-i-cecile alice-i-cecile removed this from the 0.15 milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Machine-Specific This bug is isolated to specific hardware or driver configurations S-Needs-Investigation This issue requires detective work to figure out what's going wrong
Projects
None yet
Development

No branches or pull requests

4 participants