Giter Club home page Giter Club logo

Comments (6)

oSumAtrIX avatar oSumAtrIX commented on September 20, 2024

If it crashes, send the crashlogs using logcat and filter for AndroidRuntime using grep for example

from revanced-manager.

mauriciabad avatar mauriciabad commented on September 20, 2024

I got this:

03-17 14:53:30.975  6207  6207 E AndroidRuntime: FATAL EXCEPTION: main
03-17 14:53:30.975  6207  6207 E AndroidRuntime: Process: com.google.android.youtube, PID: 6207
03-17 14:53:30.975  6207  6207 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libelements.so" not found
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1082)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at java.lang.System.loadLibrary(System.java:1661)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at fwo.<clinit>(PG:3)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at java.lang.Class.newInstance(Native Method)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at androidx.core.app.CoreComponentFactory.instantiateApplication(PG:1)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.Instrumentation.newApplication(Instrumentation.java:1282)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1467)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1404)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7018)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2261)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:205)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:294)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8248)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
03-17 14:53:30.975  6207  6207 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
03-17 14:55:21.724 19389 19389 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10546 <<<<<<
03-17 14:55:21.768 19389 19389 I AndroidRuntime: Using default boot image
03-17 14:55:21.768 19389 19389 I AndroidRuntime: Leaving lock profiling enabled
03-17 14:55:22.335 19404 19404 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10546 <<<<<<
03-17 14:55:22.353 19404 19404 I AndroidRuntime: Using default boot image
03-17 14:55:22.353 19404 19404 I AndroidRuntime: Leaving lock profiling enabled
03-17 14:55:24.848 19404 19404 D AndroidRuntime: Calling main entry com.aidc.immortal.DaemonEntry
03-17 14:55:24.848 19389 19389 D AndroidRuntime: Calling main entry com.aidc.immortal.DaemonEntry
03-17 14:55:25.871 19463 19463 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10546 <<<<<<
03-17 14:55:25.886 19463 19463 I AndroidRuntime: Using default boot image
03-17 14:55:25.886 19463 19463 I AndroidRuntime: Leaving lock profiling enabled
03-17 14:55:28.182 19463 19463 D AndroidRuntime: Calling main entry com.aidc.immortal.DaemonEntry
03-17 14:58:05.333 20033 20033 D AndroidRuntime: Shutting down VM
03-17 14:58:05.333 20033 20033 E AndroidRuntime: FATAL EXCEPTION: main
03-17 14:58:05.333 20033 20033 E AndroidRuntime: Process: com.google.android.youtube, PID: 20033
03-17 14:58:05.333 20033 20033 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libelements.so" not found
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1082)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at java.lang.System.loadLibrary(System.java:1661)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at fwo.<clinit>(PG:3)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at java.lang.Class.newInstance(Native Method)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at androidx.core.app.CoreComponentFactory.instantiateApplication(PG:1)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.Instrumentation.newApplication(Instrumentation.java:1282)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1467)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1404)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7018)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2261)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:205)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:294)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8248)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
03-17 14:58:05.333 20033 20033 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
03-17 14:58:06.745 20073 20073 D AndroidRuntime: Shutting down VM
03-17 14:58:06.745 20073 20073 E AndroidRuntime: FATAL EXCEPTION: main
03-17 14:58:06.745 20073 20073 E AndroidRuntime: Process: com.google.android.youtube, PID: 20073
03-17 14:58:06.745 20073 20073 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libelements.so" not found
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1082)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at java.lang.System.loadLibrary(System.java:1661)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at fwo.<clinit>(PG:3)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at java.lang.Class.newInstance(Native Method)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at androidx.core.app.CoreComponentFactory.instantiateApplication(PG:1)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.Instrumentation.newApplication(Instrumentation.java:1282)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1467)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1404)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7018)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2261)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:205)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:294)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8248)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
03-17 14:58:06.745 20073 20073 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)

from revanced-manager.

mauriciabad avatar mauriciabad commented on September 20, 2024

I found a workaround!

When selecting the app, if instead of picking from the installed apps, I tap "Storage" and selected the APK it works.

Maybe there was an issue with removed patches? Maybe they were not being removed properly and caused YT to crash.

Logs

Patching Logs

- Device Info
ReVanced Manager: 1.19.3
Model: Pixel 6
Android version: 14
Supported architectures: arm64-v8a, armeabi-v7a, armeabi
Root permissions: Yes

- Patch Info
App: com.google.android.youtube v19.04.37 (Suggested: 19.04.37)
Patches version: v4.3.0
Patches added: Change header
Patches removed: Copy video URL, External downloads, Disable precise seeking gesture, Seekbar tapping, Hide video action buttons, Hide captions button, Hide cast button, Navigation buttons, Hide player buttons, Hide album cards, Comments, Hide endscreen cards, Hide filter bar, Hide floating microphone button, Disable fullscreen ambient mode, Hide layout components, Hide info cards, Hide 'Load more' button, Player flyout menu, Disable rolling number animations, Hide seekbar, Disable suggested video end screen, Hide timestamp, Custom player overlay opacity, Return YouTube Dislike, Wide searchbar, Restore old seekbar thumbnails, Spoof app version, Change start page, Enable tablet layout, Tablet mini player, Theme, Alternative thumbnails, Always repeat, Enable debugging, Spoof device dimensions, Client spoof, Bypass URL redirects, Remove tracking query parameter, Disable zoom haptics, HDR auto brightness, Remember video quality, Playback speed, Restore old video quality menu, GmsCore support, Open links externally
Default patch options changed: None

- Settings
Allow changing patch selection: true
Version compatibility check: true
Show universal patches: false
Patches source: revanced/revanced-patches
Integration source: revanced/revanced-integrations

- Logs
Reading APK
Decoding app manifest
Loading patches
Merging integrations
Deleting existing temporary files directory
Decoding resources
Executing patches
Applied 15 patches
Compiling patched dex files
Compiled 8 dex files
Compiling modified resources
Aligning APK
Signing APK
Patched APK
Mounting patched app
Installed

Manager Logs

--------- beginning of system
03-17 15:40:34.973 20341 20341 W PackageParser: Unknown element under <manifest>: queries at /data/user/0/app.revanced.manager.flutter/cache/com.google.android.youtube_19.04.37-1544154560_minAPI26(arm64-v8a,armeabi-v7a,x86,x86_64)(nodpi)_apkmirror.com.apk Binary XML file line #42
03-17 15:40:34.974 20341 20341 W PackageParser: Unknown element under <application>: property at /data/user/0/app.revanced.manager.flutter/cache/com.google.android.youtube_19.04.37-1544154560_minAPI26(arm64-v8a,armeabi-v7a,x86,x86_64)(nodpi)_apkmirror.com.apk Binary XML file line #445
03-17 15:43:40.600 20341 20341 W PackageParser: Unknown element under <manifest>: queries at /data/user/0/app.revanced.manager.flutter/cache/patcher/tmp-QJTAOC/out.apk Binary XML file line #2
03-17 15:43:40.602 20341 20341 W PackageParser: Unknown element under <application>: property at /data/user/0/app.revanced.manager.flutter/cache/patcher/tmp-QJTAOC/out.apk Binary XML file line #147
03-17 15:43:40.610 20341 20341 W PackageParser: No actions in intent filter at /data/user/0/app.revanced.manager.flutter/cache/patcher/tmp-QJTAOC/out.apk Binary XML file line #481
--------- beginning of main
03-17 15:45:02.691 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:03.558 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:03.707 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:03.994 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.058 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.482 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.503 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.514 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.547 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.557 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.570 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.591 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.634 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:04.658 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:05.224 20341 20372 E manager.flutter: PIXEL: ioctl err: 1
03-17 15:45:06.126 20341 20372 E manager.flutter: PIXEL: ioctl err: 1

from revanced-manager.

oSumAtrIX avatar oSumAtrIX commented on September 20, 2024

You have probably patched a split apk

from revanced-manager.

mauriciabad avatar mauriciabad commented on September 20, 2024

Nope, I tried to re-install i to see if it was consistent, and I can't manage to get the patched app to work again.

I'm patching the nodpi apk

from revanced-manager.

oSumAtrIX avatar oSumAtrIX commented on September 20, 2024

The logs indicate a split APK. If you have a different issue please open a new one

from revanced-manager.

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.