nydehi / nocs

Automatically exported from code.google.com/p/nocs
0 stars 0 forks source link

When I click preference, the program closed. #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I click preference, the program closed, and the log file is:

2009/12/24 09:01:30 - UIThreadException: Object reference not set to an 
instance of an object.

Stack Trace:
   at Nocs.Helpers.Tools.PopulateFoldersForComboBox(ComboBox cmbFolders, 
Boolean createDefaultFolderIfNecessary)
   at Nocs.Forms.Preferences.Preferences_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& 
m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, 
IntPtr wparam, IntPtr lparam)
2009/12/24 09:01:30 - UIThreadInnerException: Object reference not set to 
an instance of an object.

Stack Trace:
   at Nocs.Helpers.Tools.PopulateFoldersForComboBox(ComboBox cmbFolders, 
Boolean createDefaultFolderIfNecessary)
   at Nocs.Forms.Preferences.Preferences_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& 
m)
   at System.Windows.Forms.Control.ControlNativeWindow.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 liupeng...@gmail.com on 24 Dec 2009 at 1:05

Attachments:

GoogleCodeExporter commented 8 years ago
This happens if you don't login at the beginning. This is fixed in the latest 
trunk.
Will update the installer soon also.

Original comment by mikko.junnila on 24 Dec 2009 at 7:43