jl168 / open-hardware-monitor

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

Crash on report generation - Server core #465

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running on Hyper-v Server core, CPU and HDD monitoring, plot, http server all 
working well.

Save report causes crash:

System.Runtime.InteropServices.COMException (0x80040111): Creating an instance 
of the COM component with CLSID {C0B4E2F3-BA21-4773-8DBA-335EC946EB8B} from the 
IClassFactory failed due to the following error: 80040111 ClassFactory cannot 
supply requested class (Exception from HRESULT: 0x80040111 
(CLASS_E_CLASSNOTAVAILABLE)).
   at System.Windows.Forms.SaveFileDialog.CreateVistaDialog()
   at System.Windows.Forms.FileDialog.RunDialogVista(IntPtr hWndOwner)
   at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner)
   at OpenHardwareMonitor.GUI.MainForm.saveReportMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at OpenHardwareMonitor.GUI.MainForm.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Common Language Runtime: 4.0.30319.18010
Operating System: Microsoft Windows NT 6.2.9200.0
Process Type: 64-Bit

Original issue reported on code.google.com by mel...@innovim.com on 28 Apr 2013 at 3:49