movie import stops - "unhandled exception" (1 Viewer)

loadme

Portal Pro
January 7, 2010
132
3
Home Country
Germany Germany
3 times in a row.
as mentioned in another topic i had to reimport all movies, because the folder and drive changed.


the error occurs with following steps:

plugin detects new movies, lists them
starts to collect data
on a random movie (3 times in a row with each on a different movie) the import stops. it seems there is an endless loop.
"collecting data for movie XYZ.." and nothing happens, even if you wait 10 minutes or longer
so i had to close the plugin.
after closing, the "unhandled exception" was shown and killed the entire process of the mediaportal-configuration

the problem after re-starting the plugin config is:
many movies (not only the last imported) are now double entries in the movie list.
i dont know if i can delete 1 of each double entries, or if i am ignoring the whole movie then.. because that are 2 entries for the same movie


Code:
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.ArgumentNullException: Der Wert darf nicht NULL sein.
   bei System.Threading.Monitor.Enter(Object obj)
   bei Cornerstone.Database.DatabaseManager.verifyTable(Type tableType)
   bei Cornerstone.Database.DatabaseManager.Get(Type tableType, ICriteria criteria)
   bei Cornerstone.Database.DatabaseManager.Get[T](ICriteria criteria)
   bei MediaPortal.Plugins.MovingPictures.MovingPicturesCore.initDB()
   bei MediaPortal.Plugins.MovingPictures.MovingPicturesCore.get_DatabaseManager()
   bei MediaPortal.Plugins.MovingPictures.MovingPicturesCore.get_Settings()
   bei MediaPortal.Plugins.MovingPictures.MainUI.ConfigConnector.GetHome(String& strButtonText, String& strButtonImage, String& strButtonImageFocus, String& strPictureImage)
   bei MediaPortal.Configuration.Sections.PluginsNew.OnItemSelected()
   bei MediaPortal.Configuration.Sections.PluginsNew.listViewPlugins_Click(Object sender, EventArgs e)
   bei System.Windows.Forms.Control.OnClick(EventArgs e)
   bei System.Windows.Forms.ListView.WmReflectNotify(Message& m)
   bei System.Windows.Forms.ListView.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)

first lines translated say:
>> "Informations about calling JIT-Debugger instead of this dialog you can find on the bottom of this message"

there are some more system specific messages/status listed, that i didnt quoted


seems to become a long friday.. :(

greetings
 

Users who are viewing this thread

Top Bottom