emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
21.88k stars 1.58k forks source link

Unexpected Program UI Freeze While Using egui Program on `Windows` (glow Renderer) #5063

Open rustbasic opened 3 weeks ago

rustbasic commented 3 weeks ago

egui: Master Version + All Versions Renderer: glow OS: Windows 10

When using a program created with egui on Windows 10 for an entire day, the screen rendering stops about once or twice a day, causing the screen to freeze.

The program continues to run in the background, but the displayed content becomes unresponsive, and there's no way to resume the rendering or make the program visually progress. This issue has existed in all previous versions of egui.

This issue is not triggered by any specific scenario, making it impossible to create a reproducible example. Since it mainly occurs when compiled with Windows 10 and glow, it's unclear whether this issue also happens with wgpu.

Has anyone else experienced this phenomenon? Am I the only one?