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
OS: Linux samsung/a34xdxx/a34x:14/UP1A.231005.007/A346EXXU8CXG8:user/release-keys 14 - 34
Device: a34x
Model: SM-A346E
Product: a34xdxx
Crash log
io.reactivex.exceptions.OnErrorNotImplementedException: The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava/wiki/Error-Handling | java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.amaze.trashbin.TrashBinFile.getPath()' on a null object reference
at io.reactivex.internal.observers.EmptyCompletableObserver.onError([EmptyCompletableObserver.java:50](http://emptycompletableobserver.java:50/))
at io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.onError([CompletableSubscribeOn.java:74](http://completablesubscribeon.java:74/))
at io.reactivex.internal.operators.completable.CompletableFromRunnable.subscribeActual([CompletableFromRunnable.java:40](http://completablefromrunnable.java:40/))
at io.reactivex.Completable.subscribe([Completable.java:2309](http://completable.java:2309/))
at io.reactivex.internal.operators.completable.CompletableSubscribeOn$[SubscribeOnObserver.run](http://subscribeonobserver.run/)([CompletableSubscribeOn.java:64](http://completablesubscribeon.java:64/))
at io.reactivex.Scheduler$[DisposeTask.run](http://disposetask.run/)([Scheduler.java:578](http://scheduler.java:578/))
at [io.reactivex.internal.schedulers.ScheduledRunnable.run](http://io.reactivex.internal.schedulers.scheduledrunnable.run/)([ScheduledRunnable.java:66](http://scheduledrunnable.java:66/))
at io.reactivex.internal.schedulers.ScheduledRunnable.call([ScheduledRunnable.java:57](http://scheduledrunnable.java:57/))
at [java.util.concurrent.FutureTask.run](http://java.util.concurrent.futuretask.run/)([FutureTask.java:264](http://futuretask.java:264/))
at java.util.concurrent.ScheduledThreadPoolExecutor$[ScheduledFutureTask.run](http://scheduledfuturetask.run/)([ScheduledThreadPoolExecutor.java:307](http://scheduledthreadpoolexecutor.java:307/))
at java.util.concurrent.ThreadPoolExecutor.runWorker([ThreadPoolExecutor.java:1145](http://threadpoolexecutor.java:1145/))
at java.util.concurrent.ThreadPoolExecutor$[Worker.run](http://worker.run/)([ThreadPoolExecutor.java:644](http://threadpoolexecutor.java:644/))
at [java.lang.Thread.run](http://java.lang.thread.run/)([Thread.java:1012](http://thread.java:1012/))
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.amaze.trashbin.TrashBinFile.getPath()' on a null object reference
at com.amaze.trashbin.TrashBin.deletePermanently(TrashBin.kt:103)
at com.amaze.filemanager.filesystem.HybridFile.deletePermanentlyFromBin([HybridFile.java:1600](http://hybridfile.java:1600/))
at com.amaze.filemanager.filesystem.HybridFile.delete([HybridFile.java:1543](http://hybridfile.java:1543/))
at com.amaze.filemanager.application.AppConfig.lambda$getTrashBinInstance$2([AppConfig.java:285](http://appconfig.java:285/))
at com.amaze.filemanager.application.AppConfig.$r8$lambda$hMGiVDvfwwzG3tz2_fRQ8F7OGvY(Unknown Source:0)
at com.amaze.filemanager.application.AppConfig$$[ExternalSyntheticLambda4.run](http://externalsyntheticlambda4.run/)(Unknown Source:4)
at io.reactivex.internal.operators.completable.CompletableFromRunnable.subscribeActual([CompletableFromRunnable.java:36](http://completablefromrunnable.java:36/))
... 10 more
The text was updated successfully, but these errors were encountered:
Aadam-Marshall
changed the title
Bug report (crash after deleting a file)
Crash report [after deleting a file]
Nov 18, 2024
App crashed after I tried deleting a .zip archive
Exception
Crash log
The text was updated successfully, but these errors were encountered: