http://bugs.winehq.org/show_bug.cgi?id=59732 --- Comment #8 from Stian Low <wineryyyyy@gmail.com> --- (In reply to Stian Low from comment #7)
Does running `wine winecfg /v win7` change anything?
Seems default wine version was changed from win7 to win10 between 8.0 and 8.1 so version date seems to line up with your reports: 69154f0329aec4fb64886a0689da198b5323dcde Author: Hans Leidekker <hans@codeweavers.com> AuthorDate: Mon Jan 23 13:15:07 2023 +0100 Commit: Alexandre Julliard <julliard@winehq.org> CommitDate: Wed Feb 1 17:11:47 2023 +0100 Parent: 2ccc2a42d7e ntdll: Add Windows 11 version. Contained: bug_45364_vk_unorm_vs_srgb master stable Follows: wine-8.0 (263) Precedes: wine-8.1 (37) ntdll: Default to Windows 10. modified dlls/ntdll/version.c @@ -473,7 +473,7 @@ void version_init(void) NtQuerySystemInformation( SystemWineVersionInformation, wine_version, sizeof(wine_version), NULL ); - current_version = &VersionData[WIN7]; + current_version = &VersionData[WIN10]; RtlOpenCurrentUser( KEY_ALL_ACCESS, &root ); attr.Length = sizeof(attr); -- 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.