Crash on MTVS launch (1 Viewer)

Florp

Portal Member
December 19, 2005
16
0
MediaPortal 1.1.0 RC3, MP-TVSeries 2.5.3.1008

This suddenly started happening about a week ago: Any time I launch MediaPortal (app or Config), if MP-TVSeries plugin is enabled, it crashes with an "Unhandled Exception".

The MPTVS logs seem to indicate that it can no longer get to the path where the database is stored:

00000001 - 5/28/2010 6:19:26 PM - Error initiating Paths: Could not find a part of the path 'V:\_data\MediaPortal'.
00000001 - 5/28/2010 6:20:27 PM - Failed to open database 'V:\_data\MediaPortal\TVSeriesDatabase4.db3' (Failed to open database, SQLite said: V:\_data\MediaPortal\TVSeriesDatabase4.db3 CANTOPEN)
... (lots more SQLite CANTOPEN errors)


HOWEVER, MediaPortal and MovingPictures both continue to use that same folder without any problems, AND if I use the PluginConfigLoader to launch the MPTVSeries config, it opens/reads the db3 file just fine:

00000001 - 5/28/2010 6:37:30 PM - Successfully opened database 'V:\_data\MediaPortal\TVSeriesDatabase4.db3'
00000001 - 5/28/2010 6:37:30 PM - MP-TVSeries Version: v2.5.3.1008
00000001 - 5/28/2010 6:37:30 PM - MP-TVSeries Build Date: 3/12/2010 5:19:02 AM
00000001 - 5/28/2010 6:37:31 PM - **** Plugin started in configuration mode ***
...

So the path seems fine, the db3 file seems fine, but if MP launches the plugin that it fails.

Here's the exception details:

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at WindowPlugins.GUITVSeries.ConfigurationForm.LoadTree()
at WindowPlugins.GUITVSeries.ConfigurationForm..ctor()
at WindowPlugins.GUITVSeries.TVSeriesPlugin.ShowPlugin()
at MediaPortal.Configuration.Sections.PluginsNew.itemConfigure_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
... (lots more stack trace lines)


Many thanks for any suggestions.
 

Users who are viewing this thread

Top Bottom