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

Manager crash while installing any module #8674

Open
NGB-Was-Taken opened this issue Jan 1, 2025 · 2 comments
Open

Manager crash while installing any module #8674

NGB-Was-Taken opened this issue Jan 1, 2025 · 2 comments

Comments

@NGB-Was-Taken
Copy link

Device: SM-G900H (k3gxx)
Android version: 7.1.2
Magisk version name: version 47cc532
Magisk version code: 28101

Logcat

1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.219 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.219 10068  9154  9173 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.attribute.FileAttribute" on path: DexPathList[[zip file "/data/app/com.topjohnwu.magisk-2/base.apk"],nativeLibraryDirectories=[/data/app/com.topjohnwu.magisk-2/lib/arm, /data/app/com.topjohnwu.magisk-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.219 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.219 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.219 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.219 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.219 10068  9154  9173 I art     : Rejecting re-init on previously-failed class java.lang.Class<j$.nio.file.attribute.FileAttributeConversions$2>: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/attribute/FileAttribute;
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.220 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.220 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.220 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
1735736868.222 10068  9154  9173 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.attribute.FileAttribute" on path: DexPathList[[zip file "/data/app/com.topjohnwu.magisk-2/base.apk"],nativeLibraryDirectories=[/data/app/com.topjohnwu.magisk-2/lib/arm, /data/app/com.topjohnwu.magisk-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.222 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.222 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.222 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.222 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.222 10068  9154  9173 I art     : Rejecting re-init on previously-failed class java.lang.Class<j$.nio.file.attribute.FileAttribute$Wrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/attribute/FileAttribute;
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.223 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.223 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.223 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.223 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.386 10152 10748 10759 W art     : Suspending all threads took: 11.348ms
1735736868.399 10172  9047  9059 I art     : Background sticky concurrent mark sweep GC freed 41849(5MB) AllocSpace objects, 0(0B) LOS objects, 26% free, 12MB/16MB, paused 5.145ms total 114.481ms
1735736868.435 10086 11145 11157 W art     : Suspending all threads took: 1.047s
1735736868.484 10068  9154  9154 E AppContext: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
1735736868.484 10068  9154  9154 E AppContext: 	... 25 more
1735736868.484 10068  9154  9154 E AppContext: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
1735736868.484 10068  9154  9154 E AppContext: 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
1735736868.484 10068  9154  9154 E AppContext: Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.attribute.FileTime" on path: DexPathList[[zip file "/data/app/com.topjohnwu.magisk-2/base.apk"],nativeLibraryDirectories=[/data/app/com.topjohnwu.magisk-2/lib/arm, /data/app/com.topjohnwu.magisk-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
1735736868.484 10068  9154  9154 E AppContext: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@46ae985, Dispatchers.Main.immediate]
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(FlashZip.kt:72)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(FlashZip.kt:19)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.tasks.FlashZip.flash(FlashZip.kt:51)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(ZipUtils.kt:13)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile$Builder.get(ZipFile.java:163)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:89)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:865)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(ZipFile.java:1493)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(ZipArchiveEntry.java:1195)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(ZipArchiveEntry.java:1068)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:1286)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(ZipArchiveEntry.java:1299)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra(ZipArchiveEntry.java:1260)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields(ZipArchiveEntry.java:1516)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField(ZipArchiveEntry.java:1532)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(ZipArchiveEntry.java:1029)
1735736868.484 10068  9154  9154 E AppContext: 	at j$.nio.file.attribute.FileAttributeConversions.convert(FileAttributeConversions.java:24)
1735736868.484 10068  9154  9154 E AppContext: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/attribute/FileTime;
1735736868.491 10068  9154  9154 I AndroidRuntime: VM exiting with result code 1, cleanup skipped.
1735736868.491 10068  9154  9154 I art     : System.exit called, status: 1
1735736868.609 10147 10835 11165 W FrscLanguagePack: FRSC English string not found for ID #0x7f11002b
1735736868.617  1000  4074  4175 E InputDispatcher: channel '85dd446 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
1735736868.617  1000  4074  4175 W InputDispatcher: channel '85dd446 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
1735736868.618  root  3702  3702 I Zygote  : Process 9154 exited cleanly (1)
1735736868.715  1000  4074  8411 W InputDispatcher: Attempted to unregister already unregistered input channel '85dd446 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity (server)'
1735736868.715  1000  4074  8411 I WindowManager: WIN DEATH: Window{85dd446 u0 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity}
1735736868.717  1000  4074  4566 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=28, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND] ], android.os.BinderProxy@9989603)
1735736868.717  1000  4074  5019 D ActivityManager: cleanUpApplicationRecord -- 9154
1735736868.717  1000  4074  5019 I ActivityManager: Process com.topjohnwu.magisk (pid 9154) has died
1735736868.718  1000  4074  4094 I libprocessgroup: Killing pid 9175 in uid 10068 as part of process group 9154
1735736868.720  1000  4074  5020 D GraphicsStats: Buffer count: 4
1735736868.723  1000  4074  5019 W ActivityManager: Force removing ActivityRecord{aeb46a5 u0 com.topjohnwu.magisk/.ui.MainActivity t568}: app died, no saved state
1735736868.726  root  3654  9178 D Magisk  : su: return code=[0]
1735736868.760  1000  4074  4190 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=28, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND] ]
1735736868.763  1000  4074  4094 I libprocessgroup: Killing pid 9175 in uid 10068 as part of process group 9154
1735736868.781  root  9184  9184 I art     : System.exit called, status: 0
1735736868.781 10166  5027  5027 D Launcher.Utilities: onLauncherStart: 0
1735736868.782  root  9184  9184 I AndroidRuntime: VM exiting with result code 0.
@aviraxp
Copy link
Contributor

aviraxp commented Jan 1, 2025

FileAttribute

@nekocake0
Copy link

Device: SM-G900H (k3gxx) Android version: 7.1.2 Magisk version name: version 47cc532 Magisk version code: 28101

Logcat

1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.219 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.219 10068  9154  9173 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.attribute.FileAttribute" on path: DexPathList[[zip file "/data/app/com.topjohnwu.magisk-2/base.apk"],nativeLibraryDirectories=[/data/app/com.topjohnwu.magisk-2/lib/arm, /data/app/com.topjohnwu.magisk-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.219 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.219 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.219 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.219 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.219 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.219 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.219 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.219 10068  9154  9173 I art     : Rejecting re-init on previously-failed class java.lang.Class<j$.nio.file.attribute.FileAttributeConversions$2>: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/attribute/FileAttribute;
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.220 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.220 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.220 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.220 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.220 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.220 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
1735736868.222 10068  9154  9173 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.attribute.FileAttribute" on path: DexPathList[[zip file "/data/app/com.topjohnwu.magisk-2/base.apk"],nativeLibraryDirectories=[/data/app/com.topjohnwu.magisk-2/lib/arm, /data/app/com.topjohnwu.magisk-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.222 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.222 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.222 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.222 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.222 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.222 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.222 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.222 10068  9154  9173 I art     : Rejecting re-init on previously-failed class java.lang.Class<j$.nio.file.attribute.FileAttribute$Wrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/attribute/FileAttribute;
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker() (CoroutineScheduler.kt:697)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:793)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(kotlinx.coroutines.scheduling.Task) (CoroutineScheduler.kt:584)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.scheduling.TaskImpl.run() (Tasks.kt:103)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.internal.LimitedDispatcher$Worker.run() (LimitedDispatcher.kt:115)
1735736868.223 10068  9154  9173 I art     :   at void kotlinx.coroutines.DispatchedTask.run() (DispatchedTask.kt:108)
1735736868.223 10068  9154  9173 I art     :   at void kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(java.lang.Object) (ContinuationImpl.kt:33)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(java.lang.Object) (FlashZip.kt:72)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(com.topjohnwu.magisk.core.tasks.FlashZip, kotlin.coroutines.Continuation) (FlashZip.kt:19)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.tasks.FlashZip.flash(kotlin.coroutines.Continuation) (FlashZip.kt:51)
1735736868.223 10068  9154  9173 I art     :   at java.lang.Object com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(java.io.File, java.io.File, java.lang.String, boolean, kotlin.coroutines.Continuation) (ZipUtils.kt:13)
1735736868.223 10068  9154  9173 I art     :   at org.apache.commons.compress.archivers.zip.ZipFile org.apache.commons.compress.archivers.zip.ZipFile$Builder.get() (ZipFile.java:163)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean, org.apache.commons.compress.archivers.zip.ZipFile$1) (ZipFile.java:89)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel, java.lang.String, java.nio.charset.Charset, boolean, boolean, boolean) (ZipFile.java:865)
1735736868.223 10068  9154  9173 I art     :   at java.util.Map org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory() (ZipFile.java:1286)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(java.util.Map) (ZipFile.java:1493)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(byte[]) (ZipArchiveEntry.java:1195)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[], boolean) (ZipArchiveEntry.java:1068)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[]) (ZipArchiveEntry.java:1299)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra() (ZipArchiveEntry.java:1260)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields() (ZipArchiveEntry.java:1516)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField() (ZipArchiveEntry.java:1532)
1735736868.223 10068  9154  9173 I art     :   at void org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(j$.nio.file.attribute.FileTime) (ZipArchiveEntry.java:1029)
1735736868.223 10068  9154  9173 I art     :   at java.nio.file.attribute.FileTime j$.nio.file.attribute.FileAttributeConversions.convert(j$.nio.file.attribute.FileTime) (FileAttributeConversions.java:21)
1735736868.386 10152 10748 10759 W art     : Suspending all threads took: 11.348ms
1735736868.399 10172  9047  9059 I art     : Background sticky concurrent mark sweep GC freed 41849(5MB) AllocSpace objects, 0(0B) LOS objects, 26% free, 12MB/16MB, paused 5.145ms total 114.481ms
1735736868.435 10086 11145 11157 W art     : Suspending all threads took: 1.047s
1735736868.484 10068  9154  9154 E AppContext: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
1735736868.484 10068  9154  9154 E AppContext: 	... 25 more
1735736868.484 10068  9154  9154 E AppContext: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
1735736868.484 10068  9154  9154 E AppContext: 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
1735736868.484 10068  9154  9154 E AppContext: Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.attribute.FileTime" on path: DexPathList[[zip file "/data/app/com.topjohnwu.magisk-2/base.apk"],nativeLibraryDirectories=[/data/app/com.topjohnwu.magisk-2/lib/arm, /data/app/com.topjohnwu.magisk-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
1735736868.484 10068  9154  9154 E AppContext: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@46ae985, Dispatchers.Main.immediate]
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
1735736868.484 10068  9154  9154 E AppContext: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.tasks.FlashZip$exec$2.invokeSuspend(FlashZip.kt:72)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.tasks.FlashZip.access$flash(FlashZip.kt:19)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.tasks.FlashZip.flash(FlashZip.kt:51)
1735736868.484 10068  9154  9154 E AppContext: 	at com.topjohnwu.magisk.core.utils.ZipUtilsKt.unzip(ZipUtils.kt:13)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile$Builder.get(ZipFile.java:163)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:89)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:865)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.readCentralDirectoryEntry(ZipFile.java:1493)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setCentralDirectoryExtra(ZipArchiveEntry.java:1195)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.mergeExtraFields(ZipArchiveEntry.java:1068)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:1286)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtraFields(ZipArchiveEntry.java:1299)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra(ZipArchiveEntry.java:1260)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFieldsFromExtraFields(ZipArchiveEntry.java:1516)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.updateTimeFromExtendedTimestampField(ZipArchiveEntry.java:1532)
1735736868.484 10068  9154  9154 E AppContext: 	at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.internalSetLastModifiedTime(ZipArchiveEntry.java:1029)
1735736868.484 10068  9154  9154 E AppContext: 	at j$.nio.file.attribute.FileAttributeConversions.convert(FileAttributeConversions.java:24)
1735736868.484 10068  9154  9154 E AppContext: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/attribute/FileTime;
1735736868.491 10068  9154  9154 I AndroidRuntime: VM exiting with result code 1, cleanup skipped.
1735736868.491 10068  9154  9154 I art     : System.exit called, status: 1
1735736868.609 10147 10835 11165 W FrscLanguagePack: FRSC English string not found for ID #0x7f11002b
1735736868.617  1000  4074  4175 E InputDispatcher: channel '85dd446 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
1735736868.617  1000  4074  4175 W InputDispatcher: channel '85dd446 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
1735736868.618  root  3702  3702 I Zygote  : Process 9154 exited cleanly (1)
1735736868.715  1000  4074  8411 W InputDispatcher: Attempted to unregister already unregistered input channel '85dd446 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity (server)'
1735736868.715  1000  4074  8411 I WindowManager: WIN DEATH: Window{85dd446 u0 com.topjohnwu.magisk/com.topjohnwu.magisk.ui.MainActivity}
1735736868.717  1000  4074  4566 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=28, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND] ], android.os.BinderProxy@9989603)
1735736868.717  1000  4074  5019 D ActivityManager: cleanUpApplicationRecord -- 9154
1735736868.717  1000  4074  5019 I ActivityManager: Process com.topjohnwu.magisk (pid 9154) has died
1735736868.718  1000  4074  4094 I libprocessgroup: Killing pid 9175 in uid 10068 as part of process group 9154
1735736868.720  1000  4074  5020 D GraphicsStats: Buffer count: 4
1735736868.723  1000  4074  5019 W ActivityManager: Force removing ActivityRecord{aeb46a5 u0 com.topjohnwu.magisk/.ui.MainActivity t568}: app died, no saved state
1735736868.726  root  3654  9178 D Magisk  : su: return code=[0]
1735736868.760  1000  4074  4190 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=28, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND] ]
1735736868.763  1000  4074  4094 I libprocessgroup: Killing pid 9175 in uid 10068 as part of process group 9154
1735736868.781  root  9184  9184 I art     : System.exit called, status: 0
1735736868.781 10166  5027  5027 D Launcher.Utilities: onLauncherStart: 0
1735736868.782  root  9184  9184 I AndroidRuntime: VM exiting with result code 0.

A temporary solution you can use is to flash modules with a app like Androidacy or Mrepo

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

3 participants