https://bugs.winehq.org/show_bug.cgi?id=49524
Bug ID: 49524 Summary: Overwriting native dlls with WINEDLLPATH does not work.. Product: Wine Version: 5.9 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sur3@gmx.de Distribution: ---
Hi I have an application for which I try to overwrite the native DLLs, so I set: WINEDLLPATH=/mnt/archive/ WINEDLLOVERRIDES="vivoxsdk,ortp,GCloudVoice=b" and copied the corresponding DLL-libraries into /mnt/archive but wine still complains to not find them:
0024:err:module:import_dll Library GCloudVoice.dll (which is needed by L"Z:\mnt\archive\Riot Games\League of Legends\LeagueClient.exe") not found 0024:err:module:import_dll Library vivoxsdk.dll (which is needed by L"Z:\mnt\archive\Riot Games\League of Legends\LeagueClient.exe") not found 0024:err:module:LdrInitializeThunk Importing dlls for L"Z:\mnt\archive\Riot Games\League of Legends\LeagueClient.exe" failed, status c0000135 <<<
Why doesn't this work or is there an other way to override native DLLs?