https://bugs.winehq.org/show_bug.cgi?id=37320
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |http://l3cdn.riotgames.com/ | |Installer/SingleFileInstall | |/LeagueOfLegendsBaseEUW.exe CC| |focht@gmx.net Resolution|--- |INVALID Summary|unimplemented function |League of Legends crashes |jsproxy.dll.internetInitial |during login on |izeExAutoProxyDll |unimplemented function | |jsproxy.dll.internetInitial | |izeExAutoProxyDll (tainted | |WINEPREFIX, native wininet)
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello Marcel,
you have a tainted WINEPREFIX.
The crash is the result of having a native 'wininet.dll' override in the prefix.
--- snip --- ... fixme:jsproxy:JSPROXY_InternetInitializeAutoProxyDll callbacks not supported wine: Call from 0x7b838efc to unimplemented function jsproxy.dll.InternetInitializeExAutoProxyDll, aborting wine: Unimplemented function jsproxy.dll.InternetInitializeExAutoProxyDll called at address 0x7b838efc (thread 0063), starting debugger... --- snip ---
Don't use native overrides unless it's absolutely required and you know what you are doing.
Regards