
When seeking technical support, the support team will often want to check basic operation of your system. At the request of MIDI hardware partners, the mididiag.exe
tool has been provided as a way to supply a machine-readible text dump of the state of MIDI on your PC.
The report can be quite long, but contains some basics about your system and then the status of various parts of Windows MIDI Services.
From this report, the viewer can identify
…
Typically, when asked to provide the output, you will type something like this:
C:\Users\peteb>cd Documents
C:\Users\peteb\Documents>mididiag > mididiag-output.txt
That causes the output from mididiag.exe
to be stored in the file named after the redirection symbol.
Then you will supply the mididiag-output.txt
to them via email, a support form upload, or other transfer mechanism.
We may add more fields or sections in the future. If you are machine parsing this file, do not rely on the order of fields or sections. The actual names of fields shown and the section headers will remain static and can be used in machine parsing, however. The tokens are not localized.
The date at the top of the file is in YYYY-MM-DD format. Time is in 24-hour format.
The executable returns 0 when succeeded, and non-zero when failed.