https://bugs.winehq.org/show_bug.cgi?id=54504
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- haven't fully looked into it yet, but a couple of tests (psapi, dbghelp, and likely other places) rely on being able to have <systemdir>\notepad.exe and <syswow64>\notepad.exe available, and the first one as a 64bit PE exec, and the second one as a 32bit PE exec.
With Win11, notepad.exe has been moved to UWP location (aka c:\Program Files\WindowsApp) and likely as a single exec (64bit only)
<systemdir>\notepad.exe and <syswow64>\notepad.exe are redirected to the c:\Program Files\WindowsApp subfolder, hence making all the tests expecting a 32 bit process to fail (this applies to a bunch of other win11 related testbot failures)