Capturing debug traces - mbucchia/Pimax-OpenXR GitHub Wiki
PRIVACY WARNING: The trace may contain some personal information such as your Windows account name (user name) and/or some file paths.
Preferred method
- Do not start your application or game yet!
- Open the PimaxXR Control Center (shortcut is on the Desktop and Start Menu)
- Click Capture trace and accept/decline the Privacy Notice
- Start your application or game and reproduce the crash/issue
- Back to the PimaxXR Control Center window, click Stop capture
- The folder containing the trace file (
%LocalAppData%\pimax-openxr
) will be automatically opened, and the file is namedPimaxXR.etl
- ZIP up the file
PimaxXR.etl
(very important, these files are highly compressible)
Manual method
- Do not start your application or game yet!
- Open a command line prompt or powershell in administrator mode and in a folder where you have write permissions
- Begin recording a trace with the command:
wpr -start "c:\Program Files\PimaxXR\PimaxOpenXR.wprp" -filemode
- Leave that command prompt open
- Start your application or game and reproduce the crash/issue
- Back to the command prompt, finish the recording with:
wpr -stop PimaxXR.etl
- ZIP up the file
PimaxXR.etl
(very important, these files are highly compressible)