win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
2.34k stars 79 forks source link

Found it hung/non-responsive after resuming from system sleep (Windows 7) #260

Open clifford269 opened 8 months ago

clifford269 commented 8 months ago

Normal as well as Incognito Tabs were open. The app was minimised and didn't maximise itself. Task manager revealed non responsiveness.

win32ss commented 8 months ago

I believe it is related to continued isolated reports of renderer instability. The quality of debugging information from the renderer is quite poor so far, and the issue has never been able to be reproduced locally, so I am struggling with this particular issue.

clifford269 commented 8 months ago

Ah, right! Maybe try modularising your code-like try making a dx11 version (if that's related to this bug) and a dx9/10 one. You should be able to find it being non responsive quite too often. The design, btw, was much lovable-giving the good ol' open source vibes.

win32ss commented 8 months ago

I believe this issue cuts across renderers based on other reports, as it is apparently happening with GL and DX9 as well. And the worst thing is that I haven't been able to reproduce this set of bugs yet.