http://bugs.winehq.org/show_bug.cgi?id=25443
Summary: Unimplemented function msvcr90.dll._ftime64_s Product: Wine Version: 1.3.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
A closed beta that I'm in won't run without 'winetricks vcrun2008'.
mscodescan.pl says the app imports
msvcr90:?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z msvcr90:?_name_internal_method@type_info@@QEBAPEBDPEAU__type_info_node@@@Z msvcr90:?_type_info_dtor_internal_method@type_info@@QEAAXXZ msvcr90:_CRT_RTC_INITW msvcr90:_byteswap_ulong msvcr90:_byteswap_ushort msvcr90:_ftime64_s msvcr90:_resetstkoflw msvcr90:_wassert
plus about 300 functions from msvcp90. If you give it just an msvcp90, it fails with
wine: Unimplemented function msvcr90.dll._ftime64_s called
Since I can't give any more info about the beta, let's just make this bug about _ftime64_s.