Microsoft-Windows-WinRT-Error

4 events across 1 channel

EventTitleChannelSample
1OriginateErrorErrorY
2OriginateLanguageErrorErrorN
3TransformErrorErrorY
4ClearErrorErrorN

Event ID 1: OriginateError

#
Provider
Microsoft-Windows-WinRT-Error
Channel
Error
Level
Informational
Task
OriginateError

Fields #

NameDescription
HRESULT Int32
ErrorMesage UnicodeString

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-WinRT-Error",
    "guid": "{a86f8471-c31d-4fbc-a035-665d06047b03}",
    "event_source_name": "",
    "event_id": "1",
    "version": "0",
    "level": "4",
    "task": "1",
    "opcode": "0",
    "keywords": 9223372036854775809,
    "time_created": "2026-03-15T04:33:29.885970800+00:00",
    "event_record_id": 0,
    "correlation": {
      "ActivityID": "{f69ce168-615e-4378-9e36-8a1f45d81654}"
    },
    "execution": {
      "process_id": "1208",
      "thread_id": "12836"
    },
    "channel": "Microsoft-Windows-Runtime/Error",
    "computer": "",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "HRESULT": "-2147024894",
    "ErrorMesage": ""
  },
  "message": ""
}

Event ID 2: OriginateLanguageError

#
Provider
Microsoft-Windows-WinRT-Error
Channel
Error
Task
OriginateLanguageError

Fields #

NameDescription
HRESULT Int32
ErrorMesage UnicodeString
LanguageErrorPointer Pointer

Event ID 3: TransformError

#
Provider
Microsoft-Windows-WinRT-Error
Channel
Error
Level
Informational
Task
TransformError

Fields #

NameDescription
OriginalHRESULT Int32
NewHRESULT Int32
ErrorMesage UnicodeString

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-WinRT-Error",
    "guid": "{a86f8471-c31d-4fbc-a035-665d06047b03}",
    "event_source_name": "",
    "event_id": "3",
    "version": "0",
    "level": "4",
    "task": "3",
    "opcode": "0",
    "keywords": 9223372036854775809,
    "time_created": "2026-03-15T04:33:29.886835500+00:00",
    "event_record_id": 0,
    "correlation": {
      "ActivityID": "{f69ce168-615e-4378-9e36-8a1f45d81654}"
    },
    "execution": {
      "process_id": "1208",
      "thread_id": "12836"
    },
    "channel": "Microsoft-Windows-Runtime/Error",
    "computer": "",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "OriginalHRESULT": "-2147024894",
    "NewHRESULT": "-2147023838",
    "ErrorMesage": ""
  },
  "message": ""
}

Event ID 4: ClearError

#
Provider
Microsoft-Windows-WinRT-Error
Channel
Error
Task
ClearError

Provenance

Where this provider's schema came from, and which Windows build it was observed on. Windows can change a provider's event schema between builds, so use this to judge whether it matches the build you collect from.

ETW provider GUID a86f8471-c31d-4fbc-a035-665d06047b03

Defined in combase.dll, which carries the event manifest.

Observed on:

  • WS2022-20348.4893, schema read from the registered manifest, binary version 10.0.20348.2849, captured 2026-06-02
  • Win11-26200.6584, schema read from the registered manifest, binary version 10.0.26100.1, captured 2026-06-02

Downloads