https://bugs.winehq.org/show_bug.cgi?id=43727
--- Comment #7 from Olivier F. R. Dierick o.dierick@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.