Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while relocating zip #4244

Closed
naughty-kitten opened this issue Aug 28, 2024 · 1 comment
Closed

Error while relocating zip #4244

naughty-kitten opened this issue Aug 28, 2024 · 1 comment

Comments

@naughty-kitten
Copy link

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]


@VishnuSanal
Copy link
Member

dupe #4099

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants