http://bugs.winehq.org/show_bug.cgi?id=27405
Summary: WinAudit v2.27 needs netapi32.dll DsGetSiteNameA() stub Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: netapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
an older version of "WinAudit" crashes due to missing netapi32.dll.DsGetSiteNameA stub.
--- snip --- $ wine ./WinAudit.exe ... wine: Call from 0x7b838b9b to unimplemented function netapi32.dll.DsGetSiteNameA, aborting --- snip ---
The netapi32.dll.DsGetSiteNameW() stub is already there.
MSDN: http://msdn.microsoft.com/en-us/library/ms675992.aspx
$ wine --version wine-1.3.21-159-ge398b93
$ sha1sum WinAudit.exe e900c860afd9e2a4e370ea55edbff36f2e8eb7dd WinAudit.exe
Regards