Messages in WinDbg from TraceView

I’ve spent the morning scouring resources trying to figure out what is causing an issue in my driver tracing, but have had no luck. Here is what I have going:

I’ve instrumented my driver for WPP tracing, and am getting my events in TraceView just fine. However, I am getting messages in WinDbg saying “Invalid parameter passed to C runtime function”. At appears as though a get a new message of this type for every event I see in TraceView, as well as after I STOP tracing and simply use my mouse wheel to scroll through my TraceView entries.

I’ve seen that other people have experienced similar behavior, but I haven’t yet found a solution or explanation.

I made sure that WinDbg and TraceView are using the same dbghelp.dll.

The second problem I’m experiencing, is that when I try to redirect TraceView events to WinDbg by using the Advanced Log Seesion Options, it fails to redirect the events.

This is the first time I’ve used WPP tracing and any help would be greatly appreciated.