[Bug 52857] New: msvcp140:msvcp140 fails in Windows 8.1 on the cw-rx460 machine

WineHQ Bugzilla wine-bugs at winehq.org
Fri Apr 22 12:07:09 CDT 2022


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

            Bug ID: 52857
           Summary: msvcp140:msvcp140 fails in Windows 8.1 on the cw-rx460
                    machine
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: msvcp
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

msvcp140:msvcp140 fails in Windows 8.1 on the cw-rx460 machine

msvcp140.c:1617: Test failed: Got unexpected err 87.
msvcp140.c:1622: Test failed: Got unexpected err 87.

https://test.winehq.org/data/patterns.html#msvcp140:msvcp140

These are new tests so unsurprisingly the failures are caused by the commit
that introduced them:

commit d72d596070eb28fd5f747fb6120d36f66ff93bec
Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Mon Apr 11 21:44:35 2022 +0300

    msvcp140: Implement _Copy_file().

    Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
    Signed-off-by: Piotr Caban <piotr at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

The fact that only this specific Windows 8.1 configuration fails makes sense
because it is the only one to have msvcp140 and it is a relatively old version:
it is installed by the Radeon driver.

However:
* The w7u VM does have (a much newer) msvcp140 and has no failure.
* The w1064v1607 VM has the same msvcp140 version and has no failure either.

Furthermore kernel32:file also fails in the same way in the same configuration
and shouldn't depend on msvcp140. So it's possible the issue is not related to
msvcp140 at all.

Here is a summary of the msvcp140 versions on the Windows 7, 8.1 and older
Windows 10 machines:

Win      Machine    msvcp140
win7     w7u        14.29.30037.0
win7     w7pro64    missing (at least for 64-bit)
win81    cw-gtx560  missing
win81    cw-rx460   14.0.23026.0
win81    w8         missing
win81    w864       missing
win1507  cw-gtx560  missing
win1507  cw-rx460   missing
win1507  w1064v1507 missing
win1607  w1064v1607 14.0.23026.0

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