https://bugs.winehq.org/show_bug.cgi?id=54019 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |de3ecada243b6cf5fc65afc8963 | |4142a8de76401 Resolution|--- |FIXED --- Comment #2 from François Gouget <fgouget(a)codeweavers.com> --- This is fixed: commit de3ecada243b6cf5fc65afc89634142a8de76401 Author: Eric Pouech <eric.pouech(a)gmail.com> AuthorDate: Tue Feb 21 17:34:55 2023 +0100 ntdll/tests: Use msinfo32.exe instead of notepad.exe. Under Windows 11, notepad.exe has been migrated into the UWP framework, and can no longer be launched as a 32bit process: - even if c:\windows\syswow64\notepad.exe is still a 32 bit PE file - the process created from c:\windows\syswow64\notepad.exe is not a wow64 process. So use msinfo32.exe instead. Like notepad.exe, it's a gui application, present on Wine and all test-bot:ed windows platforms. But unlike notepad.exe, it's not an UWP app on Windows 11. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.