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
It just dies all of a sudden. I suspect this problem occurs only after the update to 3.6.4. symptom - I cannot even start the app.
Exception
App Name: Amaze File Manager
Package: com.amaze.filemanager
Version: 3.6.4
User Action: UI Error
Request: Application crash
OS: Linux Android 11 - 30
Device: venus
Model: M2011K2G
Product: venus_eea
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.NumberFormatException: For input string: "2021-10-04 | 13:14"
at java.lang.Long.parseLong(Long.java:594)
at java.lang.Long.parseLong(Long.java:636)
at com.amaze.filemanager.filesystem.files.FileUtils.parseName(FileUtils.java:828)
at com.amaze.filemanager.filesystem.root.ListFilesCommand.parseStringForHybridFile(ListFilesCommand.kt:202)
at com.amaze.filemanager.filesystem.root.ListFilesCommand.listFiles(ListFilesCommand.kt:59)
at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:242)
at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:69)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
The text was updated successfully, but these errors were encountered:
VishalNehra
changed the title
probably a ciritcal issue for version 3.6.4. App crashes when you start it.
Stat listing fails and fallback to ls fails when rooted
Oct 13, 2021
Issue explanation (write below this line)
It just dies all of a sudden. I suspect this problem occurs only after the update to 3.6.4. symptom - I cannot even start the app.
Exception
Crash log
The text was updated successfully, but these errors were encountered: