http://bugs.winehq.org/show_bug.cgi?id=24440
Summary: Second Life crashes with unimplemented function(s) from msvcr80.dll Product: Wine Version: 1.3.2 Platform: x86 URL: http://secondlife.com OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This probably won't affect the average user, it's only of interest to users who want to run without any native DLLs.
Running without any native DLLs, the client crashes with wine: Call from 0x7b83831b to unimplemented function msvcr80.dll.?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z, aborting on startup.
Looking with winedump, there are only eight missing imports from msvcr80 in all binaries making up the game:
?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z _fseeki64 _ftelli64 _get_tzname _localtime64_s _putenv_s _wassert getenv_s
(msvcp80 is another matter, there are 359 imports from that dll. Let's just ignore that for now :-)