[Bug 38021] ntdll:load_dll doesn't check for correct dll ARCH

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 6 10:24:31 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=38021

--- Comment #1 from Patrick Rudolph <patrick1804 at web.de> ---
Created attachment 50663
  --> https://bugs.winehq.org/attachment.cgi?id=50663
load_dll: iterate over all folders in path, POC

this patch allows load_dll to iterate over every folder in the given path and
check for a matching dll until one could be loaded. As soon as a dll is found
and could be loaded it returns, introducing zero overhead for the most
applications. Only on WoW it might try multiple dlls until a matching one is
found.
With this patch Planetside 2 x64 doesn't complain about missing xinput1_3 any
more.

-- 
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.



More information about the wine-bugs mailing list