After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588872 - Null Object Reference In NowPlayingContents.cs
Null Object Reference In NowPlayingContents.cs
Status: RESOLVED DUPLICATE of bug 589620
Product: banshee
Classification: Other
Component: Playback
git master
Other Windows
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-17 13:18 UTC by Cornel Hattingh
Modified: 2010-01-02 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cornel Hattingh 2009-07-17 13:18:51 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;
Comment 1 Alexander Kojevnikov 2009-07-17 15:25:45 UTC
Could you provide steps to reproduce the exception?
Comment 2 Philippe Gauthier 2009-09-04 17:34:52 UTC
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).
Comment 3 Bertrand Lorentz 2010-01-02 17:52:55 UTC
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 ***