win32ss / supermium

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

browser (v. 122) doesn't see the Internet #426

Open slawomirro opened 6 months ago

slawomirro commented 6 months ago

I updated version 118 to 122 yesterday. After starting Windows 7 SP2 64bit Pro, the browser doesn't see the Internet. Websites take forever to load. I have to turn off the browser and restart it. Then everything works correctly, quickly and efficiently.

This only happens when the computer starts. The problem didn't exist in version 118.

win32ss commented 6 months ago

Upstream synchronization issue from the looks of it. Unfortunately I have never been able to reproduce it.

JoachimHenze commented 6 months ago

@win32ss By chance I was able to reproduce that issue while I was experimenting with the Process Priorities for the youtube-ticket. E.g. If I do open the browser via cmdline start /low chrome.exe then it doesn't render any webpages for me. start /BELOWNORMAL chrome.exe and also anything above that, opens the webpages fine for me. This test was done on https://github.com/win32ss/supermium/releases/tag/v122-hf "Supermium 122.0.6261.85 Hotfix (R2)" 32bit + prgwrp v1.1.0.5000, on WinXPSP3 x86 32bit, dualcore 2x 2.5GHz. I do hope this trick helps you for the reproducing of @slawomirro s problem.

Another option to sometimes trigger this issue is when intentionally heavily underclocking my CPU to just a fixed 1200MHz. From my interpretation of those test-results this may point towards a race-condition within the Chromium sources. Under normal conditions I am not affected by this problem myself.