mwheelerjr / mptvseries

Automatically exported from code.google.com/p/mptvseries
0 stars 0 forks source link

TVSeriesPlugin.bg_ProgressChanged DivideByZero error #597

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following handled exception often appears in my Logs:

Error in bg_ProgressChanged: Attempted to divide by zero.:
MediaPortal.GUI.Library.GUIThumbnailPanel.Add(GUIListItem item)
MediaPortal.GUI.Library.GUIFacadeControl.Add(GUIListItem item)
WindowPlugins.GUITVSeries.TVSeriesPlugin.bg_ProgressChanged(Object sender, 
ProgressChangedEventArgs e)

I have no idea yet why this is occuring. It doesnt appear to have any 
noticeable side affects.

Original issue reported on code.google.com by damien.haynes@gmail.com on 18 Aug 2011 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by damien.haynes@gmail.com on 18 Aug 2011 at 5:28

Attachments:

GoogleCodeExporter commented 9 years ago
I seem to only reproduce this on resume from standby and when import kicks in 
afterwards.

Looks like its failing on this line:
m_Facade.Add(gli);

http://code.google.com/p/mptvseries/source/browse/trunk/MP-TVSeries/TVSeriesPlug
in.cs#2305

Original comment by damien.h...@cognethos.com on 29 Aug 2011 at 12:15

GoogleCodeExporter commented 9 years ago
Come to think about it, im not even using thumbnails facade...im using list 
layout. so this is a bizzare one!

Original comment by damien.h...@cognethos.com on 29 Aug 2011 at 12:26

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1824.

Original comment by damien.haynes@gmail.com on 7 Sep 2011 at 3:33