DerTeufel Posted July 16, 2018 Share Posted July 16, 2018 please see relevant part from logcat: 07-16 10:23:41.747 4723 4817 E AndroidRuntime: FATAL EXCEPTION: thumb handler 07-16 10:23:41.747 4723 4817 E AndroidRuntime: Process: com.maxmpz.audioplayer, PID: 4723 07-16 10:23:41.747 4723 4817 E AndroidRuntime: java.lang.IllegalStateException: newPosition should be in the window at this point 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at android.database.sqlite.SQLiteCursor.onMove(SQLiteCursor.java:133) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at android.database.sqlite.SQLiteCursor.onMoveWithBoundsCheck(SQLiteCursor.java:158) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:219) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at android.database.AbstractCursor.moveToNext(AbstractCursor.java:313) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at com.maxmpz.audioplayer.data.0xFF.l1I.llll(":193) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at com.maxmpz.audioplayer.data.0xFF.Il1.handleMessage(":71) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 07-16 10:23:41.747 4723 4817 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:65) 07-16 10:23:41.797 579 4326 W ActivityManager: Force finishing activity com.maxmpz.audioplayer/.PlayListActivity Link to comment Share on other sites More sharing options...
andrewilley Posted July 16, 2018 Share Posted July 16, 2018 And your device, Poweramp version, ROM version, etc? A couple of things you could try (especially if you are using one of the v3 test releases): Uninstall and reinstall the app (without restoring any backed up settings to start with) Reformat your SD Card and copy all the contents back again (do this with the phone off) Check for any folders or filenames (or tags) with unusual characters, occasionally some extended ASCII characters can cause issues. Andre Link to comment Share on other sites More sharing options...
DerTeufel Posted July 16, 2018 Author Share Posted July 16, 2018 Hi, Poweramp Version is latest 2.x from playstore (during test period still). I also registered for the beta programm, to check version3. Android Version is 8.1, self compiled rom, based off aosp. Meanwhile i have changed SQLiteCursor.onMove function, to not throw an exception, but only return false (although, this has been aosp code i changed there...). This should workaround the issue i guess. edit: just compared the rom against aosp more detailed...seems to be a rom issue. sorry for the trouble Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.