[Bug 50610] WMI 'Win32_OperatingSystem' OS caption property descriptions for Windows 8 and 8.1 are reversed

WineHQ Bugzilla wine-bugs at winehq.org
Wed Feb 3 16:30:15 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50610

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |bdba6037d01acce3cd1ea299a88
                   |                            |59f3b99d4f520
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

this is fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/bdba6037d01acce3cd1ea299a8859f3b99d4f520
("wbemprox: Fix Windows 8/8.1 caption.").

Thanks Hans

--- snip ---
$ for ver in win8 win81 ; do \
    ( \
      export WINEDEBUG=-all
      echo "======" && \
      winecfg -v $ver && \
      winecfg -v | tee && \
      wine cscript osversion.vbs \
    ) ; done

======
win8
BuildNumber: 9200
Caption: Microsoft Windows 8 Pro
CSDVersion:
CSName: LINUX
Version: 6.2.9200
======
win81
BuildNumber: 9600
Caption: Microsoft Windows 8.1 Pro
CSDVersion:
CSName: LINUX
Version: 6.3.9600
--- snip ---

$ wine --version
wine-6.1-122-g2201ca08fb0

Regards

-- 
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.



More information about the wine-bugs mailing list