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

In patches version v1.48.0 crashes Custom downloader #514

Open
isillo opened this issue Jan 7, 2025 · 0 comments
Open

In patches version v1.48.0 crashes Custom downloader #514

isillo opened this issue Jan 7, 2025 · 0 comments

Comments

@isillo
Copy link

isillo commented Jan 7, 2025

See log below:

  • Device Info
    RVX Manager: 1.22.2
    Model: SM-S918B
    Android version: 14
    Supported architectures: arm64-v8a, armeabi-v7a, armeabi
    Root permissions: No

  • Patch Info
    App: com.twitter.android v10.72.3-release.0 (Suggested: Any)
    Patches version: v1.48.0
    Patches added: Default
    Patches removed: None
    Default patch options changed: None

  • Settings
    Allow changing patch selection: true
    Version compatibility check: false
    Show universal patches: false
    Remove unused library: true
    Use pre-release: false
    Patches source: crimera/piko
    Integration source: crimera/revanced-integrations

  • Logs
    Reading APK
    Decoding app manifest
    Loading patches
    Merging integrations
    Deleting existing temporary files directory
    Decoding resources
    Executing patches
    Applied 62 patches
    Custom downloader failed: app.revanced.patcher.patch.PatchException: 'Custom downloader' depends on 'NativeDownloaderHooksPatch' that raised an exception:
    app.revanced.patcher.patch.PatchException: crimera.patches.twitter.misc.shareMenu.nativeDownloader.GetTweetProfileNameFingerprint is not found
    at crimera.patches.twitter.misc.shareMenu.nativeDownloader.NativeDownloaderPatchKt.getException(NativeDownloaderPatch.kt:24)
    at crimera.patches.twitter.misc.shareMenu.nativeDownloader.NativeDownloaderHooksPatch.execute(NativeDownloaderHooksPatch.kt:132)
    at crimera.patches.twitter.misc.shareMenu.nativeDownloader.NativeDownloaderHooksPatch.execute(NativeDownloaderHooksPatch.kt:49)
    at app.revanced.patcher.Patcher$apply$1.invokeSuspend$executePatch(SourceFile:173)
    at app.revanced.patcher.Patcher$apply$1.invokeSuspend$executePatch(SourceFile:155)
    at app.revanced.patcher.Patcher$apply$1.invokeSuspend(SourceFile:205)
    at app.revanced.patcher.Patcher$apply$1.invoke(SourceFile:0)
    at app.revanced.patcher.Patcher$apply$1.invoke(SourceFile:0)
    at kotlinx.coroutines.flow.SafeFlow.collectSafely(SourceFile:61)
    at kotlinx.coroutines.flow.AbstractFlow.collect(SourceFile:230)
    at app.revanced.manager.flutter.MainActivity$runPatcher$1$patcherResult$1$2.invokeSuspend(SourceFile:324)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:33)
    at kotlinx.coroutines.DispatchedTask.run(SourceFile:108)
    at kotlinx.coroutines.EventLoopImplBase.processNextEvent(SourceFile:280)
    at kotlinx.coroutines.BlockingCoroutine.joinBlocking(SourceFile:85)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(SourceFile:59)
    at kotlinx.coroutines.BuildersKt.runBlocking(SourceFile:1)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(SourceFile:38)
    at kotlinx.coroutines.BuildersKt.runBlocking$default(SourceFile:1)
    at app.revanced.manager.flutter.MainActivity.runPatcher$lambda$35(SourceFile:318)
    at app.revanced.manager.flutter.MainActivity.$r8$lambda$7KobHryxqqdI5JS3uiaGATjlYU8(SourceFile:0)
    at app.revanced.manager.flutter.MainActivity$$ExternalSyntheticLambda2.run(SourceFile:0)
    at java.lang.Thread.run(Thread.java:1012)

    at app.revanced.patcher.Patcher$apply$1.invokeSuspend$executePatch(SourceFile:160)
    at app.revanced.patcher.Patcher$apply$1.invokeSuspend(SourceFile:205)
    at app.revanced.patcher.Patcher$apply$1.invoke(SourceFile:0)
    at app.revanced.patcher.Patcher$apply$1.invoke(SourceFile:0)
    at kotlinx.coroutines.flow.SafeFlow.collectSafely(SourceFile:61)
    at kotlinx.coroutines.flow.AbstractFlow.collect(SourceFile:230)
    at app.revanced.manager.flutter.MainActivity$runPatcher$1$patcherResult$1$2.invokeSuspend(SourceFile:324)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:33)
    at kotlinx.coroutines.DispatchedTask.run(SourceFile:108)
    at kotlinx.coroutines.EventLoopImplBase.processNextEvent(SourceFile:280)
    at kotlinx.coroutines.BlockingCoroutine.joinBlocking(SourceFile:85)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(SourceFile:59)
    at kotlinx.coroutines.BuildersKt.runBlocking(SourceFile:1)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(SourceFile:38)
    at kotlinx.coroutines.BuildersKt.runBlocking$default(SourceFile:1)
    at app.revanced.manager.flutter.MainActivity.runPatcher$lambda$35(SourceFile:318)
    at app.revanced.manager.flutter.MainActivity.$r8$lambda$7KobHryxqqdI5JS3uiaGATjlYU8(SourceFile:0)
    at app.revanced.manager.flutter.MainActivity$$ExternalSyntheticLambda2.run(SourceFile:0)
    at java.lang.Thread.run(Thread.java:1012)
    Enable Reader Mode failed: app.revanced.patcher.patch.PatchException: EnableReaderMode1Fingerprint not found
    at crimera.patches.twitter.premium.readermode.EnableReaderModePatch.execute(EnableReaderModePatch.kt:29)
    at crimera.patches.twitter.premium.readermode.EnableReaderModePatch.execute(EnableReaderModePatch.kt:16)
    at app.revanced.patcher.Patcher$apply$1.invokeSuspend$executePatch(SourceFile:173)
    at app.revanced.patcher.Patcher$apply$1.invokeSuspend(SourceFile:205)
    at app.revanced.patcher.Patcher$apply$1.invoke(SourceFile:0)
    at app.revanced.patcher.Patcher$apply$1.invoke(SourceFile:0)
    at kotlinx.coroutines.flow.SafeFlow.collectSafely(SourceFile:61)
    at kotlinx.coroutines.flow.AbstractFlow.collect(SourceFile:230)
    at app.revanced.manager.flutter.MainActivity$runPatcher$1$patcherResult$1$2.invokeSuspend(SourceFile:324)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:33)
    at kotlinx.coroutines.DispatchedTask.run(SourceFile:108)
    at kotlinx.coroutines.EventLoopImplBase.processNextEvent(SourceFile:280)
    at kotlinx.coroutines.BlockingCoroutine.joinBlocking(SourceFile:85)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(SourceFile:59)
    at kotlinx.coroutines.BuildersKt.runBlocking(SourceFile:1)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(SourceFile:38)
    at kotlinx.coroutines.BuildersKt.runBlocking$default(SourceFile:1)
    at app.revanced.manager.flutter.MainActivity.runPatcher$lambda$35(SourceFile:318)
    at app.revanced.manager.flutter.MainActivity.$r8$lambda$7KobHryxqqdI5JS3uiaGATjlYU8(SourceFile:0)
    at app.revanced.manager.flutter.MainActivity$$ExternalSyntheticLambda2.run(SourceFile:0)
    at java.lang.Thread.run(Thread.java:1012)
    Compiling patched dex files
    Compiled 12 dex files
    Compiling modified resources
    Ripping selected native libs
    Aligning APK
    Signing APK
    Patched APK

Please fix this and reader mode asap instead doing some chinese translations etc.

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

1 participant