https://bugs.winehq.org/show_bug.cgi?id=46883
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
Follow-up bug 46914 is now fixed.
Command line variant of workaround:
--- snip --- $ wine64 reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v CurrentMajorVersionNumber /t REG_DWORD /d 0xa /f
$ wine64 reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v CurrentMinorVersionNumber /t REG_DWORD /d 0 /f --- snip ---
$ wine --version wine-4.18-275-gccec532879
Regards