How can I fix kernelevent tracing, error 0xc0000035?

0

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: 0xC0000035

Session "NegoLog" failed to start with the following error: 0xC0000035

Session "Pku2uLog" failed to start with the following error: 0xC0000035

What could be causing those and how to fix it? I'm on windows 8.1.

Thanks.

user326547

Posted 2015-01-03T00:47:50.357

Reputation: 25

0xC0000035 = path issue (ERROR_BAD_NETPATH or STATUS_OBJECT_NAME_COLLISION). Have you moved any Windows folders from C: to a different drive? – magicandre1981 – 2015-01-03T07:30:10.883

Not really, I haven't. – user326547 – 2015-01-03T14:15:10.990

No answers