[Bug 51457] New: The 32-bit version:install fails in 64-bit wineprefixes

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jul 12 21:09:09 CDT 2021


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

            Bug ID: 51457
           Summary: The 32-bit version:install fails in 64-bit
                    wineprefixes
           Product: Wine
           Version: 6.10
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: version
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com
      Distribution: ---

The 32-bit version:install fails in 64-bit wineprefixes:

https://test.winehq.org/data/patterns.html#version:install

install.c:250: Test failed: Wrong return value got 0 expected VFF_CURNEDEST set
install.c:255: Test failed: Wrong return value got 0 expected VFF_CURNEDEST set
install.c:260: Test failed: Wrong return value got 0 expected VFF_CURNEDEST set

All three failing tests query regedit.exe which is installed in two locations
in Wine:
  windows/regedit.exe
  windows/syswow64/regedit.exe

The failure happens because CreateFileA("C:\windows\system32\regedit.exe")
succeeds despite that file not actually being present (see file_existsA() in
dlls/kernelbase/version.c).

So either this is a WoW32 file remapping issue, or this is not the right way to
check for this file.

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