- May 13, 2007
- 418
- 37
- Home Country
- United Kingdom
- Thread starter
- #81
Hi there,
I just installed version 6 on a fresh install of RC2 with latest SVN. I have a bug when I try to manually add a new movie. When I goto the last movie in the list - "New..." - then change the title to the movie I am looking for and press Lookup.. i get the following error.
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
at System.Windows.Forms.ListView.ListViewItemCollection.get_Item(Int32 index)
at MediaPortal.Configuration.Sections.MovieDatabase.get_CurrentMovie()
at MediaPortal.Configuration.Sections.MovieDatabase.buttonLookupMovie_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
This does not happen when the plugin is not installed.
Any ideas?
Thanks
Simon
Thanks for the update.
There where some pretty major changes in this v6 and I suspect I am not trapping all possible inputs. I think I know how to repo what you are doing so will sort it out.