Subject: Exception in v 1.911 Wed Oct 15, 2008 12:40 am
Hi,
little bug. I started XBMC Media Companion 1.911.exe and clicked on "file details" and an unhandeled exception was shown. Sry for my english
Exception Text ------------------------------------------------------ System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei XBMC_Media_Companion.Form1.Button10_Click(Object sender, EventArgs e) bei System.Windows.Forms.Control.OnClick(EventArgs e) bei System.Windows.Forms.Button.OnClick(EventArgs e) bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) bei System.Windows.Forms.Control.WndProc(Message& m) bei System.Windows.Forms.ButtonBase.WndProc(Message& m) bei System.Windows.Forms.Button.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Subject: Re: Exception in v 1.911 Wed Oct 15, 2008 2:27 am
I'll fix this for the next release.
It will only occur when no movie is selected, so once you have added some movies you wont encounter it anymore.
wodi666 Junior Member
Posts : 17 Join date : 2008-10-15
Subject: Re: Exception in v 1.911 Thu Oct 16, 2008 1:58 am
Got another Exception.
In the TV Show Mode. In the combobox "Select tv Show" is a show selected, and the combobox "Select season" is empty. If you type into the empty combobox, an exception is show.
And IMHO, there are some refresh or repaints usefull, if u close a childform.
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei XBMC_Media_Companion.Form1.populatetvepisodes() bei XBMC_Media_Companion.Form1.ComboBox3_TextChanged(Object sender, EventArgs e) bei System.Windows.Forms.Control.OnTextChanged(EventArgs e) bei System.Windows.Forms.ComboBox.OnTextChanged(EventArgs e) bei System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) bei System.Windows.Forms.ComboBox.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Subject: Re: Exception in v 1.911 Thu Oct 16, 2008 3:15 am
I've fixed the Combobox issue for the next release.
I'm not sure about what you mean regarding the refresh after closing child forms. AFAIK they should all be redrawn, could you give me an example about the issue you are having.