Windows error 0xC0000035, -1073741771

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code53 (0x0035)

Questions

10votes
3answers

Cause of "Session Circular Kernel Context Logger failed to start error in Event Log?

I'm running Windows 7 RTM 32-bit. I'm getting the following error in my event log every second or so: > Session "Circular Kernel Context Logger" failed to start with the following > error: 0xC0000035 * Source: Kernel-EventTracing * Level: Error * User: SYSTEM * OpCode: Start Any ideas what would [...] read more
windows-7
event-log
4votes
2answers

New SBS2011 box not setting up Internet

A customer has asked for help with this, and given me remote access, and my Google searching is not helping. SU doesn't seem to have anyone available to help in chat currently, so I'm trying here. I start it up, run the Setup your Internet address and Configure a Smart [...] read more
windows-server-2008-r2
windows-sbs
4votes
1answer

Azure worker role won't start

I'm in alpha w/ a product using a backend worker role. The worker role worked about 2 weeks ago but recently I repushed some new stuff and everything seems to be OK except the worker role is not doing it's job (monitoring a message queue)... I RDP'ed into the worker [...] read more
c#
azure
azure-worker-roles
3votes
2answers

Unable to start Azure Worker Role, exception code 0xe0434352 & 0xC0000035

When running locally in the emulator the web worker works fine. However whenever I update my web worker running on an Azure VM I get the following exceptions exceptions in the event viewer and the role won't start: > Application: WaWorkerHost.exe > Framework Version: v4.0.30319 > Description: The process was [...] read more
c#
azure
azure-worker-roles
2votes
3answers

Event Viewer: Event ID 2 'Session "Circular Kernel Context Logger" failed to start with the following error: 0xC0000035'

I've had 40 of these errors in the last 7 days. Can anyone give an explanation of the error and what I might do to correct it? I'm running Windows 7 Ultimate 64 bit. As a possibly important aside I'm runnning a copy of Windows 7 that I've yet to [...] read more
windows-7
event-viewer
1vote
0answers

SSRS reachable by FQDN on local computer, but not from a different computer

I am having trouble getting my SSRS server to successfully cohabitate with IIS, after having to move the server to a different subnet. I have 2 static IPs for that server: .242 is defined explicitly in IIS bindings, and .161 is for SSRS. I have my SSRS Web Service URL [...] read more
sql-server
iis
ssrs
0votes
1answer

Windows 7 Fresh Install - super sluggish domain account

I recently performed a complete computer upgrade at work and I'm having some weird slowness issues with my workstations. All the computers are current i5's with 4GB of RAM..plenty of power etc. The server is a Dell PowerEdge with server 2008 R2. When I built everything up I had roaming [...] read more
windows-7
windows-server-2008-r2
0votes
1answer

Using NtCreateMutant in usermode

I tried creating a mutant in my process that closes the process when it is created more than once with this code: HANDLE m; OBJECT_ATTRIBUTES attr; attr.Length = sizeof(OBJECT_ATTRIBUTES); UNICODE_STRING str; RtlInitUnicodeString(&str, L"123"); attr.ObjectName = &str; long stats; if (!(stats = NtCreateMutant(&m, MUTANT_ALL_ACCESS, &attr, false))) { if (0xC0000035 == stats) [...] read more
c++
0votes
0answers

How can I fix kernelevent tracing, error 0xc0000035?

I have noticed several kernelevent tracing errors in event viewer. The code is always 0xc0000035 and event ID is always 2. Session "HomeGroupLog" failed to start with the following error: 0xC0000035 Session "P2PLog" failed to start with the following error: 0xC0000035 Session "IDListenLog" failed to start with the following error: [...] read more
windows-8
kernel

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0