- November 13, 2006
- 12
- 0
First off, thumbs up to dukus for a good plugin.
Using Movie Collector. However, a bit through scanning, I get the following error:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GUIDVDs.MyDVDs.GetDVDsCollectorz(String fileName, String folderName) in D:\3\MY DVDS SCR\DVDPlugin.cs:line 1071
at GUIDVDs.MyDVDs.ButImport_Click(Object sender, EventArgs e) in D:\3\MY DVDS SCR\DVDPlugin.cs:line 844
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)
*************************
Looking at my MC db, it seems to bomb on a title that hasn't got a year (a null?). Is this what's upsetting it? Will I have to fill out all null fields (as there are a lot of null fields throughout db) or is there a work around?
Cheers.
Using Movie Collector. However, a bit through scanning, I get the following error:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GUIDVDs.MyDVDs.GetDVDsCollectorz(String fileName, String folderName) in D:\3\MY DVDS SCR\DVDPlugin.cs:line 1071
at GUIDVDs.MyDVDs.ButImport_Click(Object sender, EventArgs e) in D:\3\MY DVDS SCR\DVDPlugin.cs:line 844
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)
*************************
Looking at my MC db, it seems to bomb on a title that hasn't got a year (a null?). Is this what's upsetting it? Will I have to fill out all null fields (as there are a lot of null fields throughout db) or is there a work around?
Cheers.