[Bug 259223] emulators/wine-devel : The move to user32u for gdi32 break wine completely

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Oct 2021 08:44:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259223

            Bug ID: 259223
           Summary: emulators/wine-devel : The move to user32u for gdi32
                    break wine completely
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: monwarez@mailoo.org
                CC: damjan.jov@gmail.com
                CC: damjan.jov@gmail.com
             Flags: maintainer-feedback?(damjan.jov@gmail.com)

In a newly fresh environment, winecfg give
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library user32.dll (which is needed by
L"C:\\windows\\system32\\shcore.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library user32.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library user32.dll (which is needed by
L"C:\\windows\\system32\\combase.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\combase.dll") not found
002c:err:module:import_dll Library combase.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
002c:err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\shcore.dll") not found
002c:err:module:import_dll Library shcore.dll (which is needed by
L"C:\\windows\\system32\\shlwapi.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library user32.dll (which is needed by
L"C:\\windows\\system32\\shlwapi.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\shlwapi.dll") not found
002c:err:module:import_dll Library shlwapi.dll (which is needed by
L"C:\\windows\\system32\\shell32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\user32.dll") not found
002c:err:module:import_dll Library user32.dll (which is needed by
L"C:\\windows\\system32\\shell32.dll") not found
002c:err:module:import_dll Library win32u.dll (which is needed by
L"C:\\windows\\system32\\gdi32.dll") not found
002c:err:module:import_dll Library gdi32.dll (which is needed by
L"C:\\windows\\system32\\shell32.dll") not found
002c:err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 000000007B038B18 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
000000007B038B18 (thread 002c), starting debugger...
002c:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 40 52" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: could not load kernel32.dll, status c0000135


It seems that it wants to link to win32u.dll and not win32u.so

See
https://source.winehq.org/git/wine.git/blobdiff/5a66203ba5f1e34c9ac700f626024a0b976a0475..80df54a407680859ea777ae0b60aef6f8f378719:/dlls/user32/Makefile.in

So I guess that we need to have win32u.dll

-- 
You are receiving this mail because:
You are the assignee for the bug.