win32ss / supermium

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

Version 126.0.6478.249 just give a transparent window (Windows 7) #870

Open metapea opened 2 months ago

metapea commented 2 months ago

Describe the bug The new release version (126.0.6478.249) just gives me a transparent window (aero) then closes. For the Pre-release of 126.0.6478.249, it works fine. Edit: 126.0.6478.249 R2 doesn't work as well Edit 2: 126.0.6478.254 R4 doesn't work as well

To Reproduce

  1. Install 126.0.6478.249
  2. Ignore the prompt to reinstall with recommended setting
  3. click on .exe (without admin)

Expected behavior To open the browser without auto close

Screenshot Screenshot3

Desktop (please complete the following information): Windows 7

win32ss commented 2 months ago

Please send any crash dumps created in %LOCALAPPDATA%\Supermium\User Data\Crashpad\reports (or wherever the browser profile may be located) as a result of this browser run.

metapea commented 2 months ago

There a older 9mb report that's was made around that time i'm not sure if it's unrelated or not (since i used a crash command for chrome:// before the update), here's the newer crash reports: reports.zip

win32ss commented 2 months ago

These reports indicate that there was a "bad" renderer message, which has been reported as being behind various freezes in previous releases on Windows 7. In this case an image's metadata seems to be a problem.

metapea commented 2 months ago

Alright, i guess i wait for the next hotfix and use the Pre-release version in the meantime.

win32ss commented 2 months ago

Does it work if you use --enable-features=ChromeRefresh2023 on the command line? Most of the changes between the pre-release and main release were external (DirectWrite and progwrp changes), and the internal ones were mostly limited to theming code.

metapea commented 2 months ago

Does it work if you use --enable-features=ChromeRefresh2023 on the command line? Most of the changes between the pre-release and main release were external (DirectWrite and progwrp changes), and the internal ones were mostly limited to theming code.

No, i tested the main release version and the command line doesn't work. also the main exe hangs in the task manger after closing as well. Screenshot1