Session Windowsupdatetracelog Failed To Start With The | Following Error 0xc0000035 Repack

The error 0xc0000035 is a Kernel Event Tracing issue that occurs when Windows attempts to start a logging session (like WindowsUpdateTraceLog or RUXIMLog) but fails because an object with the same name already exists. In technical terms, it is a STATUS_OBJECT_NAME_COLLISION.

“Repack”

In the context of this error, “repack” refers to a custom Windows image — for example, a modified .wim or .esd file created with tools like NTLite, MSMG Toolkit, or DISM. Repacking often involves removing components, integrating updates, or altering services. This process commonly triggers the error. The error 0xc0000035 is a Kernel Event Tracing

To troubleshoot and resolve the "Session Windows Update Trace Log failed to start with the following error: 0xc0000035" issue, follow these steps: WindowsUpdateTraceLog: This is a specific Event Tracing for

Here’s a detailed guide to understanding and resolving the error: “Session WindowsUpdateTraceLog failed to start with the following error 0xc0000035 repack”. Step 2: Stop the Ghost Session logman stop

Since this error usually just means a duplicate process is trying to run, it’s often harmless. However, if it’s cluttering your Event Viewer, you can "clear the office" by following these steps:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old Restart the services: net start wuauserv net start bits 3. Modify the Registry (For Advanced Users)

2. Error Breakdown

The Components

Step 2: Stop the Ghost Session

logman stop WindowsUpdateTraceLog -ets
  • Check file/pipe names and permissions if relevant.
  • Recreate reproduction steps: note whether error appears after update, upgrade, reboot, or servicing operation.