fredemmott/OpenXR-Tracing

Trace file is almost empty

Closed this issue · 3 comments

Hey,

I've tried to use this today and the etl file is almost empty
image

I'm using the pre-built binaries, the tracing layer is the only installed layer atm
image

Then I'm doing:

wpr -start OXRTracing.wprp -filemode

Then I start an OpenXR test app (doesn't really matter which one though, same result for BeatSaber e.g.) and after a while I do

wpr -stop Trace.etl

The content of the etl file is always the same.

Am I missing something else?

Those steps look correct; this sounds like either a 32-bit vs 64-bit issue, or an issue loading the layer; can you share a screenshot of the layers list in openxr explorer?

image

This should be pointing at the json file, not the dll; how did you add it to the registry? The install script adds the json

Oh gosh, you're right. Completely missed that, thanks!