07-24-2014, 01:32 AM
On github: https://github.com/nightingale-media-pla.../issues/96
Running a debug build on Ubuntu 14.04 provided these two lines in the console.
WARNING: NS_ENSURE_TRUE(((aCurrentIndex) >= -1) && ((aCurrentIndex) <= (PRInt32) mLength - 1)) failed: file /home/morpheus/development/nightingale-hacking/components/library/localdatabase/src/sbLocalDatabaseMediaListViewSelection.cpp, line 194
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80070057: file /home/morpheus/development/nightingale-hacking/components/library/localdatabase/src/sbPlaylistTreeSelection.cpp, line 234
Reading from the Mozilla Table of Errors, it appears that some invalid argument was passed to the second function. I'm still learning about debugging using gdb, my next move I guess would be to look at the values that are getting passed in to those methods.
Running a debug build on Ubuntu 14.04 provided these two lines in the console.
WARNING: NS_ENSURE_TRUE(((aCurrentIndex) >= -1) && ((aCurrentIndex) <= (PRInt32) mLength - 1)) failed: file /home/morpheus/development/nightingale-hacking/components/library/localdatabase/src/sbLocalDatabaseMediaListViewSelection.cpp, line 194
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80070057: file /home/morpheus/development/nightingale-hacking/components/library/localdatabase/src/sbPlaylistTreeSelection.cpp, line 234
Reading from the Mozilla Table of Errors, it appears that some invalid argument was passed to the second function. I'm still learning about debugging using gdb, my next move I guess would be to look at the values that are getting passed in to those methods.