AmazeFileManager icon indicating copy to clipboard operation
AmazeFileManager copied to clipboard

Crash on list files command

Open VishalNehra opened this issue 5 years ago • 2 comments

Exception

  • User Action: UI Error
  • Request: Application crash
  • Version: 3.5.2
  • OS: Linux Android 11 - 30
  • Device: redfin
  • Model: Pixel 5
  • Product: redfin Crash log
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:415)
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 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:923)
Caused by: java.lang.NullPointerException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkNotNullParameter, parameter path
at com.amaze.filemanager.filesystem.root.ListFilesCommand.listFiles(Unknown Source:2)
at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:222)
at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:67)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more

VishalNehra avatar Dec 13 '20 21:12 VishalNehra

The crash ist from me :)

Some weeks ago i changed my phone from Huawei P20pro to Google Pixel 5. So most of the apps on the Pixel 5 where installed automatically by PlayStore.

Now everytime after the start of Amaze on the Pixel 5 i see an empty folder… Screenshot_20201213-232931.png

The crash occurs when i tab on one of those… Screenshot_20201213-233032-01.jpeg Screenshot_20201213-233617-01.jpeg

I will try to reset Amaze and clear all the App related user data…

Screenshot_20201214-001904.png

This seems to work! ✨

gre0j avatar Dec 13 '20 23:12 gre0j

Now, after clearing the cache and memory-content Amaze is working fine…so it seems there was a problem with the backup/change from the 'old' to the new phone. Maybe the automatic installation by PlayStore also copied the 'old' user data and settings and these files did not work on the new phone (Pixel 5).

gre0j avatar Dec 13 '20 23:12 gre0j