https://bugs.winehq.org/show_bug.cgi?id=45550
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Summary|League of legends NA 8.15 |League of Legends 8.15+ |Crashes after champ |crashes due to incorrect |selection. |implementation of | |LdrQueryProcessModules Component|-unknown |ntdll
--- Comment #38 from Zebediah Figura z.figura12@gmail.com --- (In reply to Andrew Wesie from comment #37)
(In reply to Alistair Leslie-Hughes from comment #36)
Do you know what in LdrQueryProcessModuleInformation is causing the crash?
The behavior in Wine was incorrect. LdrQueryProcessModuleInformation should list the loaded kernel modules only, and it specifically must not iterate using LdrData->InLoadOrderModuleList.
How do you come by this conclusion? When running a simple test I only see user-space DLLs listed.