http://bugs.winehq.org/show_bug.cgi?id=24020
Summary: League of Legends / Pando downloader can't use its bundled MSVCP90 Product: Wine Version: 1.3.0 Platform: x86 URL: http://l3cdn.riotgames.com/Installer/ProdSource.06_29_ 2010/LeagueofLegends.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Once you have slogged through bug 22152 - workaround: export GC_DONT_GC=1 bug 24017 - workaround: apply patch that implements reg query) bug 24019 - workaround: apply patch that implements FormatMessage(WSAECONNREFUSED) the next problem is that C:/Program Files/Pando Networks/Media Booster/PMB.exe explodes because it needs lots of imports from msvcp90.dll, and for some reason Wine doesn't find c:/Program Files/Pando Networks/Media Booster/Microsoft.VC90.CRT/msvcp90.dll. That last bit sounds like bug 14980, but I'm not quite sure it's a duplicate yet.
winetricks vcrun2008 works around the problem.