rohitmandrekar / open-hardware-monitor

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

OHM 0.1.25 crashing on startup #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
System.NullReferenceException: Object reference not set to an instance of
an object.
   at OpenHardwareMonitor.Hardware.Mainboard.Mainboard..ctor()
   at OpenHardwareMonitor.Hardware.Mainboard.MainboardGroup..ctor()
   at OpenHardwareMonitor.Hardware.Computer.Open()
   at OpenHardwareMonitor.GUI.MainForm..ctor()
   at OpenHardwareMonitor.Program.Main()

Original issue reported on code.google.com by furex.fu...@gmail.com on 8 Mar 2010 at 1:52

GoogleCodeExporter commented 9 years ago
Yes thx, if smbios.Board is null, then smbios.Board.Manufacturer.ToString() will
fail. I will fix that later today.

Original comment by moel.mich on 8 Mar 2010 at 3:22

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

Original comment by moel.mich on 8 Mar 2010 at 7:43