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

After updating the app from 27002 to 27007, it crashes on the Direct Magisk Update and Module Installation screens #8343

Closed
KaMyKaSii opened this issue Aug 27, 2024 · 1 comment
Labels
app This issue is related to Magisk App confirmed Issue confirmed to exist and the reason is known regression Something works in previous versions but not in the current one

Comments

@KaMyKaSii
Copy link

Device: Quantum Go Q2
Android version: 7.1.1
Magisk version name: 8e82113
Magisk version code: 27007

logcat_magisk_update.txt

@vvb2060
Copy link
Collaborator

vvb2060 commented Aug 27, 2024

08-23 22:51:43.578 10674 10674 E AppContext: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/StandardOpenOption;
08-23 22:51:43.578 10674 10674 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.<clinit>(ZipFile.java:263)
08-23 22:51:43.578 10674 10674 E AppContext: 	at com.topjohnwu.magisk.core.tasks.MagiskInstallImpl.extractFiles(MagiskInstaller.kt:124)
08-23 22:51:43.578 10674 10674 E AppContext: 	at com.topjohnwu.magisk.core.tasks.MagiskInstallImpl.direct(MagiskInstaller.kt:581)
08-23 22:51:43.578 10674 10674 E AppContext: 	at com.topjohnwu.magisk.core.tasks.MagiskInstaller$Direct.operations(MagiskInstaller.kt:645)
08-23 22:51:43.578 10674 10674 E AppContext: 	at com.topjohnwu.magisk.core.tasks.MagiskInstallImpl$exec$result$1.invokeSuspend(MagiskInstaller.kt:597)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
08-23 22:51:43.578 10674 10674 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
08-23 22:51:43.578 10674 10674 E AppContext: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@65d406c, Dispatchers.Main.immediate]
08-23 22:51:43.578 10674 10674 E AppContext: Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.StandardOpenOption" on path: DexPathList[[zip file "/data/user_de/0/xrqjtf.lzcmt/dyn/current.apk"],nativeLibraryDirectories=[/system/lib64, /vendor/lib64]]
08-23 22:51:43.578 10674 10674 E AppContext: 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
08-23 22:51:43.578 10674 10674 E AppContext: 	at com.topjohnwu.magisk.utils.DynamicClassLoader.loadClass(DynamicClassLoader.java:36)
08-23 22:51:43.578 10674 10674 E AppContext: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-23 22:51:43.578 10674 10674 E AppContext: 	... 13 more
08-23 22:51:43.581 10674 10674 I art     : System.exit called, status: 1
08-23 22:51:43.581 10674 10674 I AndroidRuntime: VM exiting with result code 1, cleanup skipped.

@vvb2060 vvb2060 added regression Something works in previous versions but not in the current one confirmed Issue confirmed to exist and the reason is known app This issue is related to Magisk App labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app This issue is related to Magisk App confirmed Issue confirmed to exist and the reason is known regression Something works in previous versions but not in the current one
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@KaMyKaSii @vvb2060 and others