austinulmer / open-hardware-monitor

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

Precentage system tray icons should handle null values correctly. #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: 0.3.0.0

System.InvalidOperationException: Nullable object must have a value.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at OpenHardwareMonitor.GUI.SensorNotifyIcon.CreatePercentageIcon()
   at OpenHardwareMonitor.GUI.SensorNotifyIcon.Update()
   at OpenHardwareMonitor.GUI.SystemTray.Redraw()
   at OpenHardwareMonitor.GUI.MainForm.timer_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(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)

Common Language Runtime: 4.0.30319.225
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 32-Bit

Original issue reported on code.google.com by moel.mich on 15 May 2011 at 3:41

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

Original comment by moel.mich on 15 May 2011 at 4:00