http://bugs.winehq.org/show_bug.cgi?id=59948 --- Comment #1 from brandow <brandowlucas@gmail.com> --- Created attachment 81320 --> http://bugs.winehq.org/attachment.cgi?id=81320 +relay,+seh,+msi after the patch. after applying this patch: ````````` diff --git a/dlls/kernelbase/security.c b/dlls/kernelbase/security.c index 8af86f856a3..5e42dfd9fc5 100644 --- a/dlls/kernelbase/security.c +++ b/dlls/kernelbase/security.c @@ -754,8 +754,9 @@ BOOL WINAPI ImpersonateLoggedOnUser( HANDLE token ) { FIXME( "(%p)\n", token ); warn = FALSE; } + if (!token) return TRUE; if (!GetTokenInformation( token, TokenType, &type, sizeof(type), &size )) return FALSE; if (type == TokenPrimary) { ````````` I get a silent crash and API calls made by Agile.NET protector (AgileDotNetRT64.dll). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.