revanced-manager icon indicating copy to clipboard operation
revanced-manager copied to clipboard

bug: Crashed in the background.

Open RokeJulianLockhart opened this issue 6 months ago • 6 comments

Bug description

According to logcat:

FATAL EXCEPTION: main
Process: app.revanced.manager.flutter, PID: 892
java.lang.RuntimeException: Unable to start receiver app.revanced.manager.flutter.utils.packageInstaller.InstallerReceiver: java.lang.NullPointerException
	at android.app.ActivityThread.handleReceiver(ActivityThread.java:4459)
	at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2257)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.app.ActivityThread.main(ActivityThread.java:8223)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
Caused by: java.lang.NullPointerException
	at app.revanced.manager.flutter.utils.packageInstaller.InstallerReceiver.onReceive(Unknown Source:63)
	at android.app.ActivityThread.handleReceiver(ActivityThread.java:4450)
	... 9 more

Damn annoying that it's truncated, but I don't have a PC at hand to use adb via.

Version of ReVanced Manager and version & name of app you are patching

  1. ReVanced Manager

    revanced-manager-1.24.0.apk

  2. Patched Application

    com.google.android.youtube_20.07.39-1552940480_minAPI26(arm64-v8a,armeabi-v7a,x86,x86_64)(nodpi)_apkmirror.com.apk

Installation method

Regular

ReVanced Manager logs

This doesn't work:

https://github.com/user-attachments/assets/4180301d-46d7-447c-9771-9b704e5cae40

Worth reporting separately, or already reported?

Patch logs

- Device Info
ReVanced Manager: 1.24.0
Model: FP5
Android version: 14
Supported architectures: arm64-v8a, armeabi-v7a, armeabi
Root permissions: No

- Patch Info
App: com.google.android.youtube v20.07.39 (Suggested: 20.07.39)
Patches version: v5.20.1
Patches added: Default
Patches removed: None
Default patch options changed: None

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

- Logs
Reading APK
Decoding app manifest
Loading patches
Deleting existing temporary files directory
Decoding resources
Initializing lookup maps
Executing patches
Applied 53 patches
Compiling modified resources
Aligning APK
Signing APK
Patched APK

Acknowledgements

  • [x] I have checked all open and closed bug reports and this is not a duplicate.
  • [x] I have chosen an appropriate title.
  • [x] All requested information has been provided properly.
  • [x] The bug is only related to ReVanced Manager.

RokeJulianLockhart avatar Apr 23 '25 23:04 RokeJulianLockhart