https://bugs.winehq.org/show_bug.cgi?id=56736
Bug ID: 56736 Summary: RtlLookupElementGenericTableAvl in ntdll.dll is unimplemented Product: Wine Version: 9.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: 0456523@gmail.com Distribution: ---
The makeappx.exe tool from the Windows SDK makes a call to RtlLookupElementGenericTableAvl when requested to perform the 'pack' command. This function is currently unimplemented.
wine: Call from 7BD2D640 to unimplemented function ntdll.dll.RtlLookupElementGenericTableAvl, aborting wine: Unimplemented function ntdll.dll.RtlLookupElementGenericTableAvl called at address 7BD2D640 (thread 0134), starting debugger... WineDbg attached to pid 0000 Unhandled exception: unimplemented function ntdll.dll.RtlLookupElementGenericTableAvl called in wow64 32-bit code (0x7bd2d640). ...
---
Reproducing: The Windows SDK can be found here: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ Installation using the executable will not work and hangs, so makeappx must be installed by downloading the ISO and manually installing 'Windows SDK for Windows Store Apps Tools-x86_en-us.msi' in the 'Installers' folder. It will install to 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86' along with a lot of other tools.