Raap
Posts: 404
Joined: 1/12/2011 Status: offline
|
quote:
ORIGINAL: elliotg Near the middle of the log there's a call to RaiseException in KERNEL32.DLL, right after a series of security-related calls into ADVAPI32.DLL, so it looks like there's some security issue that causes an error. Unfortunately we're not getting any visibility on exactly what the error is :( You may be right there It's trying to throw the exception, but there's no handler so it uses the default(which is to exit application). As to why it's throwing it, there's this: quote:
GetProcAddress(0x75ED0000 [ADVAPI32.DLL], "AddAccessAllowedAce") called from "CLR.DLL" at address 0x67E1F5E0 and returned 0x75F0B6DE. According to MSDN: quote:
The AddAccessAllowedAce function adds an access-allowed access control entry (ACE) to an access control list (ACL). The access is granted to a specified security identifier (SID). ... (SID) A data structure of variable length that identifies user, group, and computer accounts. Every account on a network is issued a unique SID when the account is first created. Internal processes in Windows refer to an account's SID rather than the account's user or group name. It does say a return value of non-zero indicates success, but given that this is the last thing that's happening... Thrgor, could you try disabling User Account Control and running as Administrator? At the same time, preferably. Cliffo, not sure this applies to you, since I'm just going by Thrgor's log. You posted a screenshot of the modules section; did you also have a log from running the profiler? Despite the same symptoms, you guys might not have identical problems.
< Message edited by Raap -- 5/29/2014 1:04:25 PM >
|