https://bugs.winehq.org/show_bug.cgi?id=44430
Bug ID: 44430 Summary: Windows 10 DISM pkgmgr.exe fails to run, needs api-ms-win-security-lsalookup-l2-1-0.dll Product: Wine Version: 3.0 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: api-ms-win-* Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says.
Steps to reproduce
--- snip --- # clean WINEPREFIX
$ winetricks -q dotnet452 corefonts $ winetricks -q win10
$ wine adksetup.exe /features OptionId.DeploymentTools
$ pwd /home/focht/.wine/drive_c/Program Files/Windows Kits/10/Assessment and Deployment Kit/Deployment Tools/x86/DISM
$ wine ./pkgmgr.exe ... 0009:err:module:import_dll Library api-ms-win-security-lsalookup-l2-1-0.dll (which is needed by L"C:\Program Files\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\x86\DISM\pkgmgr.exe") not found ... 0009:err:module:attach_dlls Importing dlls for L"C:\Program Files\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\x86\DISM\pkgmgr.exe" failed, status c0000135 --- snip ---
MSDN: https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis Section: "APIs from api-ms-win-security-lsalookup-l2-1-1.dll"
$ sha1sum adksetup.exe 92892e71b083fc46c907b657c300ffc32608d223 adksetup.exe
$ du -sh adksetup.exe 1.7M adksetup.exe
$ wine --version wine-3.0-180-g85635db0ea
Regards