http://bugs.winehq.org/show_bug.cgi?id=24432
Summary: League of Legends standalone client crashes when starting tutorial game, with unimplemented functions from msvcp80.dll Product: Wine Version: 1.3.2 Platform: x86 URL: http://l3cdn.riotgames.com/Installer/lol/LOL_Standalon e_09_16_2010.rar OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Created an attachment (id=30811) --> (http://bugs.winehq.org/attachment.cgi?id=30811) log from mscodescan.pl (which runs winedump -j import)
After doing 'winetricks ie6' to work around bug 24431, the LoL standalone client crashes when you enter a tutorial game, with
wine: Call from 0x7b8367b3 to unimplemented function msvcp80.dll.?clear@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ, aborting
winedump shows the game uses about 120 routines from msvcp80 that are currently stubs in wine; see attached log.
winetricks vcrun2005 works around this, and gets you to the next problem.