cyates559 / open-hardware-monitor

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

OverflowException in DrawLine when float value is too large #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
System.OverflowException: Errore di overflow.
   in System.Drawing.Graphics.CheckErrorStatus(Int32 status)
   in System.Drawing.Graphics.DrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2)
   in System.Drawing.Graphics.DrawLine(Pen pen, PointF pt1, PointF pt2)
   in OpenHardwareMonitor.GUI.PlotPanel.OnPaint(PaintEventArgs e)
   in System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   in System.Windows.Forms.Control.WmPaint(Message& m)
   in System.Windows.Forms.Control.WndProc(Message& m)
   in System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   in System.Windows.Forms.ContainerControl.WndProc(Message& m)
   in System.Windows.Forms.UserControl.WndProc(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Common Language Runtime: 2.0.50727.3603
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 3
Process Type: 32-Bit

Original issue reported on code.google.com by moel.mich on 3 Jul 2010 at 1:07

GoogleCodeExporter commented 9 years ago

Original comment by moel.mich on 15 Jan 2012 at 10:11