Crash on list files command
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
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…

The crash occurs when i tab on one of those…

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

This seems to work! ✨
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).