jmeier64 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

FormatException in Heatmaster.ProcessUpdateLine #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: 0.2.1.6

System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at OpenHardwareMonitor.Hardware.Heatmaster.Heatmaster.ProcessUpdateLine(String line)
   at OpenHardwareMonitor.Hardware.Heatmaster.Heatmaster.Update()
   at OpenHardwareMonitor.GUI.UpdateVisitor.VisitHardware(IHardware hardware)
   at OpenHardwareMonitor.Hardware.Computer.Traverse(IVisitor visitor)
   at OpenHardwareMonitor.GUI.MainForm.timer_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Original issue reported on code.google.com by moel.mich on 2 Feb 2011 at 12:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r294.

Original comment by moel.mich on 15 Mar 2011 at 9:55