http://bugs.winehq.org/show_bug.cgi?id=16418
Summary: Keyword corral crashes (because of unimplemented advapi.LsaLookupSids) Product: Wine Version: 1.1.10 Platform: Other URL: http://www.johncow.com/brand-new-free-keyword-corral- tool-by-john-cow-dot-com/ OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
Hi, a user reported trouble with this app on user-list. It crashes right away with:
Unhandled Exception: System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated. at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)
The problem seems to be this line from the consoleoutput:
fixme:advapi:LsaLookupSids (0xcafe,1,0x877c08,0x32f154,0x32f148) stub
Simply returning STATUS_SUCCESS instead of STATUS_NOT_MAPPED didn't help (crashed with a null pointer derefernce), so i guess this'll need a kind of real implementation of LsaLookupSids