-
Notifications
You must be signed in to change notification settings - Fork 928
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
[Windows] Window not responding when not in focus #1384
Comments
Considering there aren't many changes since 0.20.0, the regression was likely caused by 6a330a2 |
If the commit actually fixes some bug though, it could also just be that it reveals a bug in wgpu?! |
I've confirmed that this is a bug on Winit's end that was caused by that fix, but it's not entirely clear to me how it's happening. I'll do some investigation and get a fix in. |
Could be fixed by #1461. |
We have pushed a number of critical fixes for Windows. Please retest on master. |
Was running into this issue, on Windows 10 64 bit. 😢 Now, the window doesn't stop responding, but the close button gets highlighted, the event loop seems to speed up for a little while, then a Resize event gets fired. Then things go back to normal for a few seconds. Then, the same thing repeats. |
@Dooskington I'm not able to reproduce that with the standard EDIT: Also, does that error still happen on #1496? |
If the issue involves Poll mode and request_redraw then it could be a duplicate of #1477 On Windows 10: Then with the focus, press I can also see the close button getting highlighted for a brief moment. |
I am indeed using control flow Poll, and calling request_redraw from MainEventsCleared. |
So this issue is a duplicate of #1477 |
I'm gonna close this issue then, since the original issue has been resolved. |
When the window is not in focus, at least on Windows and on the latest master the window gets marked as "not responding" every 10 seconds or so. This does not happen on 0.20.0.
The text was updated successfully, but these errors were encountered: