GNOME Bugzilla – Bug 588872
Null Object Reference In NowPlayingContents.cs
Last modified: 2010-01-02 17:52:55 UTC
When a song starts playing banshee crashes due to track_info_display being null, The following check solved the problem Changed the Code to read: if(track_info_display != null) track_info_display.Visible = ivideo_display.IsIdle;
Could you provide steps to reproduce the exception?
This looks like the same problem as bug #589620. This was originally caused by a missing backend addon (Banshee.NowPlaying.X11.dll was not loaded).
I'm marking this as a duplicate of bug #589620, because it has a stacktrace. *** This bug has been marked as a duplicate of bug 589620 ***