Another API woe:
GPU3 crashed, and was declared Dead, but the API status was still showing Alive.
http://i67.tinypic.com/2s7gxi1.pngThe program seen there checks the JSON data and the Status Field specifically is like this:
GpuDetails.Substring(GpuDetails.IndexOf("Status=") + 7, GpuDetails.IndexOf(",Temperature") - (GpuDetails.IndexOf("Status=") + 7));