You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
Hi when running the app on Galaxy S9 after about a minute the app crashes with the following
2020-04-18 14:30:54.594 3812-3973/com.kevtucker.tbvr E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
Process: com.kevtucker.tbvr, PID: 3812
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:399)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: java.lang.IllegalArgumentException: setDataSource failed: status = 0xFFFFFFFF
at wseemann.media.FFmpegMediaMetadataRetriever.setDataSource(Native Method)
at com.debashis4e.musicx.MainActivity$AsyncTaskRunner.doInBackground(MainActivity.java:152)
at com.debashis4e.musicx.MainActivity$AsyncTaskRunner.doInBackground(MainActivity.java:146)
at android.os.AsyncTask$3.call(AsyncTask.java:378)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
2020-04-18 14:30:54.641 3812-3973/com.kevtucker.tbvr I/Process: Sending signal. PID: 3812 SIG: 9
Do you have any help on this please ?
It works fine in the Emulator but was testing my build on a real device.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi when running the app on Galaxy S9 after about a minute the app crashes with the following
2020-04-18 14:30:54.594 3812-3973/com.kevtucker.tbvr E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
Process: com.kevtucker.tbvr, PID: 3812
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:399)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: java.lang.IllegalArgumentException: setDataSource failed: status = 0xFFFFFFFF
at wseemann.media.FFmpegMediaMetadataRetriever.setDataSource(Native Method)
at com.debashis4e.musicx.MainActivity$AsyncTaskRunner.doInBackground(MainActivity.java:152)
at com.debashis4e.musicx.MainActivity$AsyncTaskRunner.doInBackground(MainActivity.java:146)
at android.os.AsyncTask$3.call(AsyncTask.java:378)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
2020-04-18 14:30:54.641 3812-3973/com.kevtucker.tbvr I/Process: Sending signal. PID: 3812 SIG: 9
Do you have any help on this please ?
It works fine in the Emulator but was testing my build on a real device.
The text was updated successfully, but these errors were encountered: