[Bug 43727] native dlls exists in the same exe directory wont first load before builtin same name dlls

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 20 16:40:56 CDT 2017


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

--- Comment #7 from Olivier F. R. Dierick <o.dierick at piezo-forte.be> ---
>From the wiki[1] (may be outdated):

---
DLLs usually get loaded in the following order:

   1. The directory the program was started from.
   2. The current directory.
   3. The Windows system directory.
   4. The Windows directory.
   5. The PATH variable directories.
-----

[1] https://wiki.winehq.org/Wine_User%27s_Guide#DLL_Overrides

Make sure the DLLs are in one of this location.
The easy way is to cd into the directory where the DLLs are.

(In reply to gamiljydcome from comment #5)
> i traced native riched20 loading proccess by run a exe with
> WINEDLLOVERRIDES, trace log call tell native riched20 found in app
> directory, But finally only load builtin dll from c:\windows\system32.

Please attach the trace log to this bug report.

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