http://bugs.winehq.org/show_bug.cgi?id=47062 Anastasius Focht <focht@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |81ea1e7a20c9cd0698c0416282d | |9ad7c0109e865 --- Comment #4 from Anastasius Focht <focht@gmx.net> --- Hello Hans, confirming, the '\KnownDlls' failure is gone. Fixed by commit https://gitlab.winehq.org/wine/wine/-/commit/81ea1e7a20c9cd0698c0416282d9ad7... ("wineboot: Create section objects for known dlls."). Part of Wine 10.5 release. Thanks Alexandre. The ntdll TRACE from my comment #0 no longer exists, the object manager calls lost it when they moved to the Unix library. But +server shows the same thing from the wineserver side: --- snip --- $ pwd /home/focht/.wine/drive_c/AST-Client $ WINEDEBUG=+server wine ./SpardaSecureApp.exe >>log.txt 2>&1 ... <wineboot> 002c: create_directory( access=000f000f, objattr={rootdir=0000,attributes=00000010,sd={},name=L"\\KnownDlls"} ) 002c: create_directory() = 0 { handle=005c } 002c: create_symlink( access=000f0001, objattr={rootdir=005c,attributes=00000010,sd={},name=L"KnownDllPath"}, target_name=L"C:\\windows\\system32" ) ... --- snip --- Opened in the app process (tid 0024): --- snip --- ... 0024: open_directory( access=000f000f, attributes=00000040, rootdir=0000, directory_name=L"\\KnownDlls" ) 0024: open_directory() = 0 { handle=001c } 0024: open_mapping( access=02000000, attributes=00000040, rootdir=001c, name=L"kernel32.dll" ) 0024: open_mapping() = 0 { handle=0020 } ... 0024: open_mapping( access=02000000, attributes=00000040, rootdir=001c, name=L"kernelbase.dll" ) 0024: open_mapping() = 0 { handle=0020 } --- snip --- The directory is now populated: section objects resolve against that handle (kernel32, kernelbase, etc.). The app now runs past this point, loads wbemprox and reaches WMI, where it stops at another Wine insufficiency: it tries to connect to namespace 'ROOT\SecurityCenter2', which wbemprox does not implement yet. I will file that separately. $ wine --version wine-11.16 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.