http://bugs.winehq.org/show_bug.cgi?id=17524
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2009-02-25 11:24:57 --- (In reply to comment #2)
No luck, just updated (it took a while) to commit 86f79e3a558ca1fb5d596e9f62403ca89178d3cf (Tue Feb 24 14:53:17 2009 +0000), applied stub patch, and crash still happens.
It looks like the crash is every so slightly different: fixme:ntdll:NtQueryInformationToken TokenSandBoxInert: stub fixme:advapi:CreateRestrictedToken (0x74, 0x3, 0, (nil), 0, (nil), 0, (nil), 0x32f7c0): stub
That is, once it gets past my stub, it then calls CreateRestrictedToken. The flags are interesting: 0x3 is a combination of DISABLE_MAX_PRIVILEGE (0x1) and SANDBOX_INERT (0x2). That is, it seems to expect the token to have SANDBOX_INERT set. I'll post an updated patch in a sec.