MP Crashing whilst using MP TV Series (1 Viewer)

Darrin2101

Portal Pro
August 24, 2006
53
1
58
Tampa
Home Country
United States of America United States of America
been having problems during the last month with Mediaportal crashing to a desktop whilst using MP TV series. doesn't happen all the time but usually occurs after an update of data or sometimes after an episode has finished playing, I've attached the latest crash log.
Thanks in advance for any help you can offer
 

SilentException

Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Huh nasty. Log files don't show the error unfortunately. It's most likely unhandled exception in some worker thread... Please enable debug logging in MP-TVSeries configuration and re-post logs.. Maybe it will tel me more..
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    from your backup error log it looks like we already have a fix ready for this:

    Code:
    Exception: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
       at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
       at System.Drawing.Image.Save(String filename, ImageFormat format)
       at WindowPlugins.GUITVSeries.Fanart.get_FanartThumbFilename()
       at WindowPlugins.GUITVSeries.ImageAllocator.GetEpisodeImage(DBEpisode episode)
       at WindowPlugins.GUITVSeries.TVSeriesPlugin.Episode_OnItemSelected(GUIListItem item)
       at WindowPlugins.GUITVSeries.TVSeriesPlugin.OnMessage(GUIMessage message)
       at MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)
    2011-10-22 21:29:15.336250 [ERROR][MPMain(1)]: Exception: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
       at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
       at System.Drawing.Image.Save(String filename, ImageFormat format)
       at WindowPlugins.GUITVSeries.Fanart.get_FanartThumbFilename()
       at WindowPlugins.GUITVSeries.ImageAllocator.GetEpisodeImage(DBEpisode episode)
       at WindowPlugins.GUITVSeries.TVSeriesPlugin.Episode_OnItemSelected(GUIListItem item)
       at WindowPlugins.GUITVSeries.TVSeriesPlugin.OnMessage(GUIMessage message)
       at MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)

    Will get a maint release out very soon.
     

    Users who are viewing this thread

    Top Bottom