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.
https://bugs.winehq.org/show_bug.cgi?id=56736
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://developer.microsoft | |.com/en-us/windows/download | |s/windows-sdk/
https://bugs.winehq.org/show_bug.cgi?id=56736
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|RtlLookupElementGenericTabl |App packager from Windows |eAvl in ntdll.dll is |SDK (MakeAppx.exe) 'pack' |unimplemented |command crashes on | |unimplemented function | |ntdll.dll.RtlLookupElementG | |enericTableAvl
https://bugs.winehq.org/show_bug.cgi?id=56736
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- Sent a MR - https://gitlab.winehq.org/wine/wine/-/merge_requests/5750
Please test with this patch.
https://bugs.winehq.org/show_bug.cgi?id=56736
--- Comment #2 from PQCraft 0456523@gmail.com --- Unfortunately, my computer is in no shape to compile wine. Though I would be able to easily test with a precompiled ntdll.dll.
https://bugs.winehq.org/show_bug.cgi?id=56736
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |349c2275d41b8bae1fc886c404a | |e6e879863caaf Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Vijay Kamuju infyquest@gmail.com --- Please test with wine 9.10, the fix is now merged. I am now closing this bug. https://source.winehq.org/git/wine.git/commitdiff/349c2275d41b8bae1fc886c404...
https://bugs.winehq.org/show_bug.cgi?id=56736
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.10.