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
App crashes when trying to open the root directory. I have proper root privileges on my phone using Magisk. Using the latest release from Github v3.6.7. I can browse the sdcard just fine.
Exception
App Name: Amaze
Package: com.amaze.filemanager
Version: 3.6.7
User Action: UI Error
Request: Application crash
OS: Linux Android 7.0 - 24
Device: M5Note
Model: M5 Note
Product: meizu_M5 Note
Crash log
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:318)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
Caused by: java.lang.NumberFormatException: For input string: ""
at java.lang.Long.parseLong(Long.java:455)
at java.lang.Long.parseLong(Long.java:485)
at com.amaze.filemanager.filesystem.files.FileUtils.parseName(FileUtils.java:828)
at com.amaze.filemanager.filesystem.root.ListFilesCommand.parseStringForHybridFile(ListFilesCommand.kt:207)
at com.amaze.filemanager.filesystem.root.ListFilesCommand.listFiles(ListFilesCommand.kt:60)
at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:250)
at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:75)
at android.os.AsyncTask$2.call(AsyncTask.java:304)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
... 3 more
The text was updated successfully, but these errors were encountered:
Fixes#3247.
Some *box implementations (toybox?) would use extra space characters to format file list outputs. Hence we update the regex to split values with one or more spaces instead of one only.
Issue explanation (write below this line)
App crashes when trying to open the root directory. I have proper root privileges on my phone using Magisk. Using the latest release from Github v3.6.7. I can browse the sdcard just fine.
Exception
Crash log
The text was updated successfully, but these errors were encountered: