hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.04k stars 173 forks source link

Show reporter on normal child exit if exit code non-zero #2031

Closed cme closed 2 weeks ago

cme commented 2 weeks ago

On Windows, QProcess::exitStatus() returns Normal for many circumstances that would be CrashExit on other operating systems. So check the exit code as well, which will be non-zero on most Windows abnormal exits.