ZakKemble / AVRDUDESS

A GUI for AVRDUDE
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/
GNU General Public License v3.0
596 stars 129 forks source link

AVRDUDESS fails to start if avrdude.exe is not found #34

Closed ZakKemble closed 4 years ago

ZakKemble commented 4 years ago

Problem introduced in 3ed2eec67ceb8b5175ac17b50c4eaf7eb80db3a8 waitForExit() gets stuck at stdOutWait.WaitOne() if the process did not start successfully, since the output streams are never closed if they were never opened in the first place.