You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In kernel_trace_002.cpp, I added the stop code. When stopping, a could_not_find_schema exception will be thrown. I tested the newly installed, latest Windows 11 preview version, and the same exception occurred.
Exception caught: Could not find the schema: status_code=1168 provider_id=01853a65-418f-4f36-aefc-dc0f1d2fd235 event_id=0
And in the .NET C++/CLI Wrapper, KernelTrace::EventNotification will forcibly get krabs::schema for EVENT_RECORD, so an exception will definitely be thrown. I would like to know if there is a way to avoid such exceptions?
In kernel_trace_002.cpp, I added the stop code. When stopping, a could_not_find_schema exception will be thrown. I tested the newly installed, latest Windows 11 preview version, and the same exception occurred.
provider: 01853a65-418f-4f36-aefc-dc0f1d2fd235 opcode: 0x13
I believe this opcode is not registered with MOF, at least I can't find it in EtwExplorer.
The text was updated successfully, but these errors were encountered: