Git Product home page Git Product logo

Comments (11)

Aunali321 avatar Aunali321 commented on July 19, 2024 1

Revert back to cli v1.4.2
Also,
Delete apktook dir in appdata.
should be in C:\Users\Admin\AppData\Local\Apktool.
Fixed it for me.

from revanced-cli.

Sculas avatar Sculas commented on July 19, 2024 1

Commit 496f821 should've fixed this. Please let me know if you continue to get this error. And if so, how I can reproduce it.

from revanced-cli.

WelsonLiong avatar WelsonLiong commented on July 19, 2024

WindowsTerminal_RqQsZ0Iqzu

brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\ADMIN\AppData\Local\Temp\brut_util_Jar_121317490830691922272717766976781639223.tmp, compile, --dir, C:\Users\ADMIN\Documents\Revanced\revanced-cache\res, --legacy, -o, C:\Users\ADMIN\Documents\Revanced\revanced-cache\build\resources.zip] at brut.androlib.res.AndrolibResources.aapt2Package(AndrolibResources.java:375) at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:629) at app.revanced.patcher.Patcher.save(Patcher.kt:175) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:29) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:84) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\ADMIN\AppData\Local\Temp\brut_util_Jar_121317490830691922272717766976781639223.tmp, compile, --dir, C:\Users\ADMIN\Documents\Revanced\revanced-cache\res, --legacy, -o, C:\Users\ADMIN\Documents\Revanced\revanced-cache\build\resources.zip] at brut.util.OS.exec(OS.java:99) at brut.androlib.res.AndrolibResources.aapt2Package(AndrolibResources.java:371) ... 13 more Jun 19, 2022 1:27:37 PM brut.util.OS$StreamForwarder run WARNING: C:\Users\ADMIN\Documents\Revanced\revanced-cache\build\resources.zip: error: The system cannot find the file specified. (2).

from revanced-cli.

LYB4 avatar LYB4 commented on July 19, 2024

use the 1.4.2 cli i think,

from revanced-cli.

dibyarupprk avatar dibyarupprk commented on July 19, 2024

Commit 496f821 should've fixed this. Please let me know if you continue to get this error. And if so, how I can reproduce it.

yes it still gives the same error
method to reproduce: just just buiding with the required integrations on latest cli, patches and integration for the bumped yt version

from revanced-cli.

airend avatar airend commented on July 19, 2024

@Sculas, there must be a deeper issue, but if I get rid of the relativization on L28-29, it works fine (i.e., filePath.deleteRecursively()).

https://github.com/revanced/revanced-cli/blob/6b9751448caa61d96fbfa2f62d0a98f0e99e751a/src/main/kotlin/app/revanced/utils/filesystem/ZipFileSystemUtils.kt#L28-L29

from revanced-cli.

WelsonLiong avatar WelsonLiong commented on July 19, 2024

Commit 496f821 should've fixed this. Please let me know if you continue to get this error. And if so, how I can reproduce it.

I'm using the latest version of the patches, cli and integrations and I'm getting this collection is empty error

[5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [success] amoled [error] minimized-playback: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.layout.minimizedplayback.patch.MinimizedPlaybackPatch.execute(MinimizedPlaybackPatch.kt:34) at app.revanced.patches.youtube.layout.minimizedplayback.patch.MinimizedPlaybackPatch.execute(MinimizedPlaybackPatch.kt:17) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [success] premium-heading [error] old-quality-layout: app.revanced.patcher.patch.implementation.misc.PatchResultError: old-quality-layout depends on integrations but the following error was raised: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:242) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) [success] hide-cast-button [error] microg-support: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.disablePlayServiceChecksAndFixCastIssues(MicroGBytecodePatch.kt:151) at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.execute(MicroGBytecodePatch.kt:57) at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.execute(MicroGBytecodePatch.kt:33) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [error] general-ads: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction(InlineSmaliCompiler.kt:77) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction$default(InlineSmaliCompiler.kt:77) at app.revanced.extensions.ExtensionsKt.injectHideCall(Extensions.kt:13) at app.revanced.patches.youtube.ad.general.bytecode.patch.GeneralBytecodeAdsPatch.execute(GeneralBytecodeAdsPatch.kt:106) at app.revanced.patches.youtube.ad.general.bytecode.patch.GeneralBytecodeAdsPatch.execute(GeneralBytecodeAdsPatch.kt:42) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [error] video-ads: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.ad.video.patch.VideoAdsPatch.execute(VideoAdsPatch.kt:48) at app.revanced.patches.youtube.ad.video.patch.VideoAdsPatch.execute(VideoAdsPatch.kt:24) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [error] seekbar-tapping: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.interaction.seekbar.patch.EnableSeekbarTappingPatch.execute(EnableSeekbarTappingPatch.kt:80) at app.revanced.patches.youtube.interaction.seekbar.patch.EnableSeekbarTappingPatch.execute(EnableSeekbarTappingPatch.kt:25) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more

from revanced-cli.

TheJeterLP avatar TheJeterLP commented on July 19, 2024

Commit 496f821 should've fixed this. Please let me know if you continue to get this error. And if so, how I can reproduce it.

I'm using the latest version of the patches, cli and integrations and I'm getting this collection is empty error

[5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [5,20] This method requires at least 1 registers, for the method parameters [success] amoled [error] minimized-playback: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.layout.minimizedplayback.patch.MinimizedPlaybackPatch.execute(MinimizedPlaybackPatch.kt:34) at app.revanced.patches.youtube.layout.minimizedplayback.patch.MinimizedPlaybackPatch.execute(MinimizedPlaybackPatch.kt:17) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [success] premium-heading [error] old-quality-layout: app.revanced.patcher.patch.implementation.misc.PatchResultError: old-quality-layout depends on integrations but the following error was raised: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:242) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) [success] hide-cast-button [error] microg-support: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.disablePlayServiceChecksAndFixCastIssues(MicroGBytecodePatch.kt:151) at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.execute(MicroGBytecodePatch.kt:57) at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.execute(MicroGBytecodePatch.kt:33) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [error] general-ads: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction(InlineSmaliCompiler.kt:77) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction$default(InlineSmaliCompiler.kt:77) at app.revanced.extensions.ExtensionsKt.injectHideCall(Extensions.kt:13) at app.revanced.patches.youtube.ad.general.bytecode.patch.GeneralBytecodeAdsPatch.execute(GeneralBytecodeAdsPatch.kt:106) at app.revanced.patches.youtube.ad.general.bytecode.patch.GeneralBytecodeAdsPatch.execute(GeneralBytecodeAdsPatch.kt:42) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [error] video-ads: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.ad.video.patch.VideoAdsPatch.execute(VideoAdsPatch.kt:48) at app.revanced.patches.youtube.ad.video.patch.VideoAdsPatch.execute(VideoAdsPatch.kt:24) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more [error] seekbar-tapping: app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty. at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264) at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282) at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275) at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60) at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20) at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107) at picocli.CommandLine.executeUserObject(CommandLine.java:1939) at picocli.CommandLine.access$1300(CommandLine.java:145) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) at picocli.CommandLine.execute(CommandLine.java:2078) at app.revanced.cli.main.MainKt.main(Main.kt:7) Caused by: java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201) at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67) at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67) at app.revanced.patches.youtube.interaction.seekbar.patch.EnableSeekbarTappingPatch.execute(EnableSeekbarTappingPatch.kt:80) at app.revanced.patches.youtube.interaction.seekbar.patch.EnableSeekbarTappingPatch.execute(EnableSeekbarTappingPatch.kt:25) at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262) ... 14 more

Same for me

from revanced-cli.

AnyoeDove avatar AnyoeDove commented on July 19, 2024

similar error here.

details

D:\ReVanced>java -jar revanced-cli-1.5.0-all.jar -a 17.23.35-1529863616.apk -c -o revanced.apk -b revanced-patches-1.8.2.jar -m revanced-integrations-0.11.0.apk -i general-ads -i video-ads -i seekbar-tapping -i amoled -i premium-heading -i disable-fullscreen-panels -i hide-cast-button -i disable-create-button -i minimized-playback -i old-quality-layout -i hide-reels -i disable-shorts-button -i integrations -i locale-config-fix -i resource-id-mapping-provider-resource-patch-dependency -i microg-support

[added] amoled
[added] minimized-playback
[added] disable-create-button
[added] premium-heading
[skipped] custom-branding: Explicitly excluded.
[added] disable-shorts-button
[added] disable-fullscreen-panels
[added] old-quality-layout
[added] hide-cast-button
[added] microg-support
[added] general-ads
[added] video-ads
[added] seekbar-tapping
[skipped] upgrade-button-remover: Explicitly excluded.
[skipped] tasteBuilder-remover: Explicitly excluded.
[skipped] background-play: Explicitly excluded.
[skipped] exclusive-audio-playback: Explicitly excluded.
[skipped] codecs-unlock: Explicitly excluded.
[5,20] This method requires at least 1 registers, for the method parameters
[5,20] This method requires at least 1 registers, for the method parameters
[5,20] This method requires at least 1 registers, for the method parameters
[5,20] This method requires at least 1 registers, for the method parameters
[5,20] This method requires at least 1 registers, for the method parameters
[5,20] This method requires at least 1 registers, for the method parameters
[5,20] This method requires at least 1 registers, for the method parameters
[5,20] This method requires at least 1 registers, for the method parameters
[success] amoled
[error] minimized-playback:
app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
Caused by: java.util.NoSuchElementException: Collection is empty.
        at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201)
        at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67)
        at app.revanced.patches.youtube.layout.minimizedplayback.patch.MinimizedPlaybackPatch.execute(MinimizedPlaybackPatch.kt:34)
        at app.revanced.patches.youtube.layout.minimizedplayback.patch.MinimizedPlaybackPatch.execute(MinimizedPlaybackPatch.kt:17)
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262)
        ... 14 more
[error] disable-create-button:
app.revanced.patcher.patch.implementation.misc.PatchResultError: disable-create-button depends on integrations but the following error was raised: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:242)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
[success] premium-heading
[error] disable-shorts-button:
app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
Caused by: java.util.NoSuchElementException: Collection is empty.
        at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201)
        at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction(InlineSmaliCompiler.kt:77)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction$default(InlineSmaliCompiler.kt:77)
        at app.revanced.patches.youtube.layout.shorts.button.patch.ShortsButtonRemoverPatch.execute(ShortsButtonRemoverPatch.kt:44)
        at app.revanced.patches.youtube.layout.shorts.button.patch.ShortsButtonRemoverPatch.execute(ShortsButtonRemoverPatch.kt:19)
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262)
        ... 14 more
[success] disable-fullscreen-panels
[error] old-quality-layout:
app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
Caused by: java.util.NoSuchElementException: Collection is empty.
        at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201)
        at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67)
        at app.revanced.patches.youtube.layout.oldqualitylayout.patch.OldQualityLayoutPatch.execute(OldQualityLayoutPatch.kt:64)
        at app.revanced.patches.youtube.layout.oldqualitylayout.patch.OldQualityLayoutPatch.execute(OldQualityLayoutPatch.kt:26)
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262)
        ... 14 more
[success] hide-cast-button
[error] microg-support:
app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
Caused by: java.util.NoSuchElementException: Collection is empty.
        at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201)
        at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67)
        at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.disablePlayServiceChecksAndFixCastIssues(MicroGBytecodePatch.kt:151)
        at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.execute(MicroGBytecodePatch.kt:57)
        at app.revanced.patches.youtube.misc.microg.patch.bytecode.MicroGBytecodePatch.execute(MicroGBytecodePatch.kt:33)
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262)
        ... 14 more
[error] general-ads:
app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
Caused by: java.util.NoSuchElementException: Collection is empty.
        at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201)
        at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction(InlineSmaliCompiler.kt:77)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstruction$default(InlineSmaliCompiler.kt:77)
        at app.revanced.extensions.ExtensionsKt.injectHideCall(Extensions.kt:13)
        at app.revanced.patches.youtube.ad.general.bytecode.patch.GeneralBytecodeAdsPatch.execute(GeneralBytecodeAdsPatch.kt:106)
        at app.revanced.patches.youtube.ad.general.bytecode.patch.GeneralBytecodeAdsPatch.execute(GeneralBytecodeAdsPatch.kt:42)
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262)
        ... 14 more
[error] video-ads:
app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
Caused by: java.util.NoSuchElementException: Collection is empty.
        at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201)
        at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67)
        at app.revanced.patches.youtube.ad.video.patch.VideoAdsPatch.execute(VideoAdsPatch.kt:48)
        at app.revanced.patches.youtube.ad.video.patch.VideoAdsPatch.execute(VideoAdsPatch.kt:24)
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262)
        ... 14 more
[error] seekbar-tapping:
app.revanced.patcher.patch.implementation.misc.PatchResultError: Collection is empty.
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:264)
        at app.revanced.patcher.Patcher.applyPatches(Patcher.kt:282)
        at app.revanced.patcher.Patcher.applyPatches$default(Patcher.kt:275)
        at app.revanced.utils.patcher.PatcherKt.applyPatchesVerbose(Patcher.kt:60)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:20)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)
Caused by: java.util.NoSuchElementException: Collection is empty.
        at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:201)
        at app.revanced.patcher.util.smali.InlineSmaliCompiler$Companion.compileMethodInstructions(InlineSmaliCompiler.kt:57)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions(InlineSmaliCompiler.kt:67)
        at app.revanced.patcher.util.smali.InlineSmaliCompilerKt.toInstructions$default(InlineSmaliCompiler.kt:67)
        at app.revanced.patches.youtube.interaction.seekbar.patch.EnableSeekbarTappingPatch.execute(EnableSeekbarTappingPatch.kt:80)
        at app.revanced.patches.youtube.interaction.seekbar.patch.EnableSeekbarTappingPatch.execute(EnableSeekbarTappingPatch.kt:25)
        at app.revanced.patcher.Patcher.applyPatch(Patcher.kt:262)
        ... 14 more
java.nio.file.NoSuchFileException: /resources.zip
        at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.deleteFile(ZipFileSystem.java:1973)
        at jdk.zipfs/jdk.nio.zipfs.ZipPath.delete(ZipPath.java:759)
        at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.delete(ZipFileSystemProvider.java:191)
        at java.base/java.nio.file.Files.delete(Files.java:1152)
        at app.revanced.utils.filesystem.ZipFileSystemUtils.deleteRecursively(ZipFileSystemUtils.kt:22)
        at app.revanced.utils.filesystem.ZipFileSystemUtils.writePathRecursively$lambda-2$lambda-1(ZipFileSystemUtils.kt:29)
        at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
        at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
        at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
        at app.revanced.utils.filesystem.ZipFileSystemUtils.writePathRecursively$revanced_cli(ZipFileSystemUtils.kt:27)
        at app.revanced.cli.patcher.Patcher.start$revanced_cli(Patcher.kt:35)
        at app.revanced.cli.command.MainCommand.run(MainCommand.kt:107)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at app.revanced.cli.main.MainKt.main(Main.kt:7)

from revanced-cli.

M3DZIK avatar M3DZIK commented on July 19, 2024

bruh

from revanced-cli.

Sculas avatar Sculas commented on July 19, 2024

Should be fixed for good now with commit 29105ba.

from revanced-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.