GNOME Bugzilla – Bug 611640
Crash when skipping to next song
Last modified: 2010-03-02 22:13:32 UTC
Banshee 1.5.4 crashes when I hit "forward" because of invalid SQL (note that invalid comma after the DESC near the end): [Debug 22:22:43.758] Exception executing command: DELETE FROM CoreSmartPlaylistEntries WHERE SmartPlaylistID = 14; INSERT INTO CoreSmartPlaylistEntries (EntryID, SmartPlaylistID, TrackID) SELECT NULL, 14 as SmartPlaylistID, TrackId FROM CoreTracks,CoreArtists,CoreAlbums WHERE CoreArtists.ArtistID = CoreTracks.ArtistID AND CoreAlbums.AlbumID = CoreTracks.AlbumID AND CoreTracks.PrimarySourceID = 1 AND ((CoreTracks.LastPlayedStamp > 1264972959 AND CoreTracks.LastPlayedStamp IS NOT NULL)) ORDER BY CoreTracks.LastPlayedStamp DESC, LIMIT 150
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 611128 ***