http://bugs.winehq.org/show_bug.cgi?id=16135
Summary: msvcrt.dll._wtmpnam not implemented Product: Wine Version: 1.1.8 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: holy@wustl.edu
Created an attachment (id=17376) --> (http://bugs.winehq.org/attachment.cgi?id=17376) A small head start on implementing wtmpnam
In running an old program, I received the following error: wine: Call from 0x7b845450 to unimplemented function msvcrt.dll._wtmpnam, aborting
I downloaded the source code for 1.1.8 and took a stab at implementing it. A diff (relative to wine-1.1.8/dlls/msvcrt/file.c) is attached.
Note: I don't really know Wine, and I did not even get as far as building it to test it (if MSVCRT_tmpname gets initialized, where is that?)---so please don't take this as anything other than an attempt at a start.