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

Warnings from the winit platform impl #10744

Open
hammypants opened this issue Nov 26, 2023 · 0 comments
Open

Warnings from the winit platform impl #10744

hammypants opened this issue Nov 26, 2023 · 0 comments
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior O-Windows Specific to the Windows desktop operating system

Comments

@hammypants
Copy link

Bevy version

0.12

[Optional] Relevant system information

SystemInfo { os: "Windows 10 Pro", kernel: "19045", cpu: "AMD Ryzen 9 5950X 16-Core Processor", core_count: "16", memory: "31.9 GiB" }

What you did

Open any software "overlay" while a [rendering] bevy app is running. If you have an NVIDIA card, the "GeForce Experience" overlay reproduces this reliably.

What went wrong

Warnings emitted from the winit platform implementation.

Additional information

Example:
When opening the overlay

2023-11-26T03:10:04.551497Z  WARN winit::platform_impl::platform::event_loop::runner: NewEvents emitted without explicit RedrawEventsCleared
2023-11-26T03:10:04.551727Z  WARN winit::platform_impl::platform::event_loop::runner: RedrawEventsCleared emitted without explicit MainEventsCleared

When closing

2023-11-26T03:10:05.552778Z  WARN winit::platform_impl::platform::event_loop::runner: NewEvents emitted without explicit RedrawEventsCleared
2023-11-26T03:10:05.552903Z  WARN winit::platform_impl::platform::event_loop::runner: RedrawEventsCleared emitted without explicit MainEventsCleared

Note I haven't yet tried to reproduce on a pure winit example. I will try to get to that when I can.

@hammypants hammypants added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Nov 26, 2023
@hammypants hammypants changed the title Warnings from the winit platform impleme Warnings from the winit platform impl Nov 26, 2023
@alice-i-cecile alice-i-cecile added A-Windowing Platform-agnostic interface layer to run your app in O-Windows Specific to the Windows desktop operating system and removed S-Needs-Triage This issue needs to be labelled labels Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior O-Windows Specific to the Windows desktop operating system
Projects
None yet
Development

No branches or pull requests

2 participants