AmazeFileManager icon indicating copy to clipboard operation
AmazeFileManager copied to clipboard

Error while relocating zip

Open naughty-kitten opened this issue 1 year ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior The app gives error when relocating a .zip file from internal storage to sd card in samsung galaxy tab a6 2016 with android 8.1

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. Google Pixel 2]
  • OS: [e.g. Android 9]
  • Rooted: [e.g. No]
  • Version: [e.g. 3.3.4]

Issue explanation (write below this line)

Exception

  • App Name: Amaze File Manager
  • Package: com.amaze.filemanager
  • Version: 3.10
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux samsung/gtaxlwifixx/gtaxlwifi:8.1.0/M1AJQ/T580XXU4CSA1:user/release-keys 8.1.0 - 27
  • Device: gtaxlwifi
  • Model: SM-T580
  • Product: gtaxlwifixx
Crash log

java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
	at android.os.Handler.<init>(Handler.java:204)
	at android.os.Handler.<init>(Handler.java:118)
	at android.app.Dialog.<init>(Dialog.java:142)
	at android.app.Dialog.<init>(Dialog.java:194)
	at com.afollestad.materialdialogs.DialogBase.<init>(DialogBase.java:18)
	at com.afollestad.materialdialogs.MaterialDialog.<init>(MaterialDialog.java:87)
	at com.afollestad.materialdialogs.MaterialDialog$Builder.build(MaterialDialog.java:2183)
	at com.amaze.filemanager.utils.MainActivityHelper.guideDialogForLEXA(MainActivityHelper.java:321)
	at com.amaze.filemanager.utils.MainActivityHelper.guideDialogForLEXA(MainActivityHelper.java:294)
	at com.amaze.filemanager.utils.MainActivityHelper.checkFolder(MainActivityHelper.java:465)
	at com.amaze.filemanager.asynchronous.asynctasks.movecopy.PreparePasteTask.finishCopying(PreparePasteTask.kt:336)
	at com.amaze.filemanager.asynchronous.asynctasks.movecopy.PreparePasteTask.access$finishCopying(PreparePasteTask.kt:64)
	at com.amaze.filemanager.asynchronous.asynctasks.movecopy.PreparePasteTask$resolveConflict$1.invokeSuspend(PreparePasteTask.kt:320)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
	Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@a090d91, Dispatchers.Default]


naughty-kitten avatar Aug 28 '24 16:08 naughty-kitten