win32ss / supermium

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

Supermium doesn't start properly under Windows 11 #875

Open Zero3K opened 2 months ago

Zero3K commented 2 months ago

image image

oleedd commented 2 months ago

Give a link to your iso. Because no way to reproduce.

mina354 commented 2 months ago

What version of Windows 11 is this? It seems to be either v21H2, or one of these versions: v22H2 or v23H2, knowing the old Task Manager icon.

Anyway, as a test, Supermium is working fine on my Windows 11 v24H2 VM: image

Zero3K commented 2 months ago

image

Zero3K commented 2 months ago

WinDbg shows the following:

The context is partially valid. Only x86 user-mode context is available. WOW64 breakpoint - code 4000001f (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. 00000000693c71af cc int 3 32.1: kd:x86> ahi 00000000693c71af- ignore 32.1: kd:x86> gh The context is partially valid. Only x86 user-mode context is available. The context is partially valid. Only x86 user-mode context is available. The context is partially valid. Only x86 user-mode context is available. The context is partially valid. Only x86 user-mode context is available. The context is partially valid. Only x86 user-mode context is available. [0907/124435.743:ERROR:filesystem_win.cc(128)] GetFileAttributes C:\Users\Bryan\AppData\Local\Supermium\User Data\Crashpad\attachments\e39043a0-087e-4882-90e1-ca7aa38ebf16: The system cannot find the file specified. (0x2) The context is partially valid. Only x86 user-mode context is available. The context is partially valid. Only x86 user-mode context is available. The context is partially valid. Only x86 user-mode context is available. [0907/124436.241:ERROR:filesystem_win.cc(128)] GetFileAttributes C:\Users\Bryan\AppData\Local\Supermium\User Data\Crashpad\attachments\e39043a0-087e-4882-90e1-ca7aa38ebf16: The system cannot find the file specified. (0x2) [0907/124436.241:ERROR:filesystem_win.cc(128)] GetFileAttributes C:\Users\Bryan\AppData\Local\Supermium\User Data\Crashpad\attachments\2a3066b7-ad59-4838-9231-1fba3ab49a07: The system cannot find the file specified. (0x2)

Zero3K commented 2 months ago

So, it is only working when under a debugger.

Zero3K commented 1 week ago

Which is weird.