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 :-)
http://bugs.winehq.org/show_bug.cgi?id=24440
--- Comment #1 from Austin English austinenglish@gmail.com 2010-11-03 13:48:16 CDT --- Some relevant commits today: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a3927b5e09b616f6c9f67b... http://source.winehq.org/git/wine.git/?a=commitdiff;h=356b2d2bc07aabf771908e...
http://bugs.winehq.org/show_bug.cgi?id=24440
--- Comment #2 from Dan Kegel dank@kegel.com 2010-11-10 01:09:13 CST --- It still aborts on startup with msvcr80:?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z but besides that, the only missing msvcr80 import is now msvcr80:_wassert
http://bugs.winehq.org/show_bug.cgi?id=24440
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Dan Kegel dank@kegel.com 2011-03-02 17:12:01 CST --- Seems to be fixed by commit 872314903752612d19be5d79dd300a7cb4b1f212 Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Feb 3 15:56:33 2011 +0300
http://bugs.winehq.org/show_bug.cgi?id=24440
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-03-04 12:35:35 CST --- Closing bugs fixed in 1.3.15.