https://bugs.winehq.org/show_bug.cgi?id=37320
Bug ID: 37320 Summary: unimplemented function jsproxy.dll.internetInitializeExAutoProxyDll Product: Wine Version: 1.7.27 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: Marcel@Mundlhome.de
Created attachment 49632 --> https://bugs.winehq.org/attachment.cgi?id=49632 wine log from the game League of Legends(where the problem occured)
Whenever I try to login to the game it contacts the server and I get the LolClient.exe-had-to-be-terminated-window and the console displays the following line: wine: Call from 0x7b838efc to unimplemented function jsproxy.dll.InternetInitializeExAutoProxyDll, aborting
https://bugs.winehq.org/show_bug.cgi?id=37320
Marcel@Mundlhome.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Marcel@Mundlhome.de
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
https://bugs.winehq.org/show_bug.cgi?id=37320
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.