Magisk 17.1 Apps Crashing when added to Magisk Hide

Created on 2 Sep 2018  路  10Comments  路  Source: topjohnwu/Magisk

Any app I add to Magisk Hide crashes everytime I try to open them. The logcat is below:

09-02 09:05:34.789 I/ActivityManager(1341): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=nl.rabomobiel/nl.rabobank.bankierenplus.URActivity (has extras)} from uid 10108 pid 3613
09-02 09:05:34.804 D/RestartProcessManager(1341): Update Total Launch Times :nl.rabomobiel
09-02 09:05:34.804 D/RestartProcessManager(1341): updateSelf : nl.rabomobiel, size : 2
09-02 09:05:34.804 D/RestartProcessManager(1341): Increase Total Launch Time : nl.rabomobiel, times : 3, index : 1
09-02 09:05:34.804 D/RestartProcessManager(1341): Last Running Package : nl.rabomobiel , start time 1535871934804
09-02 09:05:34.815 I/ActivityManager(1341): Start proc 16248:nl.rabomobiel/u0a249 for activity nl.rabomobiel/nl.rabobank.bankierenplus.URActivity
09-02 09:05:34.815 I/Magisk (676): proc_monitor: nl.rabomobiel
09-02 09:05:34.869 E/AndroidRuntime(16248): Process: nl.rabomobiel, PID: 16248
09-02 09:05:34.869 E/AndroidRuntime(16248): java.lang.RuntimeException: Unable to create application nl.rabobank.bankierenplus.AppController: android.content.res.Resources$NotFoundException: String array resource ID #0x5080012
09-02 09:05:34.869 E/AndroidRuntime(16248): at nl.rabobank.bankierenplus.AppController.onCreate(SourceFile:36)
09-02 09:05:34.872 W/ActivityManager(1341): Force finishing activity nl.rabomobiel/nl.rabobank.bankierenplus.URActivity
09-02 09:05:34.875 I/ActivityManager(1341): Showing crash dialog for package nl.rabomobiel u0
09-02 09:05:34.875 D/RestartProcessManager(1341): Duration is too short, ignore : 69 in nl.rabomobiel
09-02 09:05:35.374 W/ActivityManager(1341): Activity pause timeout for ActivityRecord{4d82a69 u0 nl.rabomobiel/nl.rabobank.bankierenplus.URActivity t607 f}
09-02 09:05:36.851 W/ActivityManager(1341): Force finishing activity nl.rabomobiel/nl.rabobank.bankierenplus.URActivity
09-02 09:05:36.857 I/ActivityManager(1341): Killing 16248:nl.rabomobiel/u0a249 (adj 900): crash
09-02 09:05:36.859 D/ActivityManager(1341): Process nl.rabomobiel has 0 services
09-02 09:05:36.882 D/EmbryoManager(1341): prepare nl.rabomobiel user 0
09-02 09:05:36.902 W/ViewRootImplrabomobiel: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=611.0, y[0]=792.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=718441, downTime=718434, deviceId=5, source=0x1002 }

Most helpful comment

same crash , but may be different reason. I cannot open Magisk manager (6.0, magsik 17.1), but other apps can grant root permission. Another app 锛坥nedrive锛塰as the same issue.

10-03 03:31:45.722  1000  1747  1934 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
10-03 03:31:45.723  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x708)
10-03 03:31:45.723  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: FATAL EXCEPTION: main
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: Process: com.topjohnwu.magisk, PID: 7117
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.topjohnwu.magisk/a.c}: java.lang.IllegalArgumentException: No such service ComponentInfo{com.topjohnwu.magisk/a.n}
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2910)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2985)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.-wrap11(Unknown Source:0)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1649)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Handler.dispatchMessage(Handler.java:105)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Looper.loop(Looper.java:180)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.main(ActivityThread.java:6950)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at java.lang.reflect.Method.invoke(Native Method)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:835)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: No such service ComponentInfo{com.topjohnwu.magisk/a.n}
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1955)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1897)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.job.IJobScheduler$Stub$Proxy.schedule(IJobScheduler.java:180)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.JobSchedulerImpl.schedule(JobSchedulerImpl.java:72)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at a.sg.a(Unknown Source:75)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at a.pt.onCreate(Unknown Source:13)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.Activity.performCreate(Activity.java:6986)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1232)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2863)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  ... 9 more
10-03 03:31:46.003  1000  1747  3080 W ActivityManager:   Force finishing activity com.topjohnwu.magisk/a.c
10-03 03:31:46.010  1000  1747  3080 D PMS     : acquireWL(76db291): PARTIAL_WAKE_LOCK  *launch* 0x1 1747 1000 WorkSource{10099}
10-03 03:31:46.011  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x708)


--------------------onedrive ------------------
10-03 09:54:45.563 radio  2211  2211 D HtcBuildUtils: [SWITCH_PHONE] - supportSwitchPhoneByAOSP = true
10-03 09:54:45.589 10111 11745 11745 I Adreno  : QUALCOMM build                   : 0dc03cb, Iccf1b62f32
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Build Date                       : 09/07/17
10-03 09:54:45.589 10111 11745 11745 I Adreno  : OpenGL ES Shader Compiler Version: EV031.20.00.04
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Local Branch                     : 
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Remote Branch                    : 
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Remote Branch                    : 
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Reconstruct Branch               : 
10-03 09:54:45.590 10111 11745 11745 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8998.so from the current namespace instead.
10-03 09:54:45.575 10111 11745 11745 W rosoft.skydrive: type=1400 audit(0.0:1773): avc: denied { search } for name="proc" dev="debugfs" ino=16662 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0
10-03 09:54:45.592 10111 11745 11745 I Adreno  : PFP: 0x005ff087, ME: 0x005ff063
10-03 09:54:45.604 10111 11745 11776 W linker  : "/data/data/com.microsoft.skydrive/files/libs/sqldrivers/libqsqlite.so" unused DT entry: type 0xf arg 0x1cd7
10-03 09:54:45.604 10111 11745 11776 W linker  : "/data/data/com.microsoft.skydrive/files/libs/sqldrivers/libqsqlite.so" has unsupported flags DT_FLAGS_1=0x81
10-03 09:54:45.555  1000  1747  2779 D PMS     : acquireWL(326bb87): PARTIAL_WAKE_LOCK  RILJ_ACK_WL 0x1 2211 1001 null
10-03 09:54:45.614  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x608)
10-03 09:54:45.614  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 09:54:45.614 10111 11745 11745 D AndroidRuntime: Shutting down VM
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: FATAL EXCEPTION: main
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: Process: com.microsoft.skydrive, PID: 11745
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.microsoft.skydrive.SkyDriveApplication: java.lang.IllegalArgumentException: No such service ComponentInfo{com.microsoft.skydrive/com.microsoft.crossplaform.interop.WifiAvailableJob}
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.LoadedApk.makeApplication(LoadedApk.java:984)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6109)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread.-wrap1(Unknown Source:0)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1721)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Handler.dispatchMessage(Handler.java:105)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Looper.loop(Looper.java:180)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread.main(ActivityThread.java:6950)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at java.lang.reflect.Method.invoke(Native Method)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:835)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: No such service ComponentInfo{com.microsoft.skydrive/com.microsoft.crossplaform.interop.WifiAvailableJob}
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1955)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1897)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.job.IJobScheduler$Stub$Proxy.schedule(IJobScheduler.java:180)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.JobSchedulerImpl.schedule(JobSchedulerImpl.java:72)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.crossplaform.interop.WifiAvailableJob.a(SourceFile:34)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.crossplaform.interop.g.a(SourceFile:44)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.crossplaform.interop.i.a(SourceFile:69)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.skydrive.SkyDriveApplication.attachBaseContext(SourceFile:164)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.Application.attach(Application.java:198)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.Instrumentation.newApplication(Instrumentation.java:1110)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.Instrumentation.newApplication(Instrumentation.java:1094)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.LoadedApk.makeApplication(LoadedApk.java:969)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  ... 9 more
10-03 09:54:45.615  1000  1747  2779 I chatty  : uid=1000(system) Binder:1747_9 expire 16 lines
10-03 09:54:45.616  1000  1747  2779 W ActivityManager:   Force finishing activity com.microsoft.skydrive/.MainActivity
10-03 09:54:45.617 10111 11745 11770 D libc    : [NET] android_getaddrinfo_proxy-, success
10-03 09:54:45.618  1000  1747  2779 D PMS     : acquireWL(af4e7b5): PARTIAL_WAKE_LOCK  *launch* 0x1 1747 1000 WorkSource{10111}
10-03 09:54:45.619  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x608)
10-03 09:54:45.619  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 09:54:45.620  1000  1747  1786 I ActivityManager: Showing crash dialog for package com.microsoft.skydrive u0
10-03 09:54:45.633  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x8)
10-03 09:54:45.633  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 09:54:45.633  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x8)

All 10 comments

Same issue here. Latest Magisk Manager, Magisk 17.1, Oreo 8.1 (July patch), Pixel 2XL. Complete uninstall/reinstall didn't fix the problem.

Magisk Log, Logcat.

Here simply attempting to pull up the Magisk Hide option inside of Magisk 17.1 crashes the app. Apps that require explicit hiding are not working. LG v30 oreo 8.0.

Same issue. In Magisk Manager v17.1 - app crashes phone freezes and requires a hard restart when any app is selected in Magisk Hide. Originally in v17 just trying to select Magisk Hide option crashed Magisk and then android - also requiring a hard restart. * S6 edge+ 7.0 (latest build ((AUG)).

Same here. V17.1
App crashes phone freezes and requires a hard restart when trying to select Magisk Hide un Config. After hard reset option keeps selected, and when trying to Select magisk hide. App crashes.
LG v30 oreo .

Just like my problem. But with just 17.0 i got crash, but my problem is far more worse. Magisk Log doesn't work at all, only root access work. Every single method on XDA threads failed and also tried old closed thread but no solution. 16 works superb, Safety Check also work fine on 16. But now whenever I installed Xposed, Safety Net doesn't passed any test. I even tried flash stock boot and patched again but, same problemo Magisk Hide button, and Safety Check failure with any modules whether modules is upgraded or latest brand new, they crash like a charms. Look like we have to wait Sir.John, think he will figure it out soon.

Y'all should post logs if you're having the same issue, might help.

@ThotSoft Xposed has always broken SafetyNet. There is no way to pass SafetyNet while you have the Xposed module enabled, you'll have to disable Xposed in Magisk and reboot whenever you want to pass SafetyNet.

same crash , but may be different reason. I cannot open Magisk manager (6.0, magsik 17.1), but other apps can grant root permission. Another app 锛坥nedrive锛塰as the same issue.

10-03 03:31:45.722  1000  1747  1934 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
10-03 03:31:45.723  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x708)
10-03 03:31:45.723  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: FATAL EXCEPTION: main
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: Process: com.topjohnwu.magisk, PID: 7117
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.topjohnwu.magisk/a.c}: java.lang.IllegalArgumentException: No such service ComponentInfo{com.topjohnwu.magisk/a.n}
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2910)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2985)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.-wrap11(Unknown Source:0)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1649)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Handler.dispatchMessage(Handler.java:105)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Looper.loop(Looper.java:180)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.main(ActivityThread.java:6950)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at java.lang.reflect.Method.invoke(Native Method)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:835)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: No such service ComponentInfo{com.topjohnwu.magisk/a.n}
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1955)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1897)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.job.IJobScheduler$Stub$Proxy.schedule(IJobScheduler.java:180)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.JobSchedulerImpl.schedule(JobSchedulerImpl.java:72)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at a.sg.a(Unknown Source:75)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at a.pt.onCreate(Unknown Source:13)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.Activity.performCreate(Activity.java:6986)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1232)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2863)
10-03 03:31:45.998 10099  7117  7117 E AndroidRuntime:  ... 9 more
10-03 03:31:46.003  1000  1747  3080 W ActivityManager:   Force finishing activity com.topjohnwu.magisk/a.c
10-03 03:31:46.010  1000  1747  3080 D PMS     : acquireWL(76db291): PARTIAL_WAKE_LOCK  *launch* 0x1 1747 1000 WorkSource{10099}
10-03 03:31:46.011  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x708)


--------------------onedrive ------------------
10-03 09:54:45.563 radio  2211  2211 D HtcBuildUtils: [SWITCH_PHONE] - supportSwitchPhoneByAOSP = true
10-03 09:54:45.589 10111 11745 11745 I Adreno  : QUALCOMM build                   : 0dc03cb, Iccf1b62f32
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Build Date                       : 09/07/17
10-03 09:54:45.589 10111 11745 11745 I Adreno  : OpenGL ES Shader Compiler Version: EV031.20.00.04
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Local Branch                     : 
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Remote Branch                    : 
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Remote Branch                    : 
10-03 09:54:45.589 10111 11745 11745 I Adreno  : Reconstruct Branch               : 
10-03 09:54:45.590 10111 11745 11745 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8998.so from the current namespace instead.
10-03 09:54:45.575 10111 11745 11745 W rosoft.skydrive: type=1400 audit(0.0:1773): avc: denied { search } for name="proc" dev="debugfs" ino=16662 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0
10-03 09:54:45.592 10111 11745 11745 I Adreno  : PFP: 0x005ff087, ME: 0x005ff063
10-03 09:54:45.604 10111 11745 11776 W linker  : "/data/data/com.microsoft.skydrive/files/libs/sqldrivers/libqsqlite.so" unused DT entry: type 0xf arg 0x1cd7
10-03 09:54:45.604 10111 11745 11776 W linker  : "/data/data/com.microsoft.skydrive/files/libs/sqldrivers/libqsqlite.so" has unsupported flags DT_FLAGS_1=0x81
10-03 09:54:45.555  1000  1747  2779 D PMS     : acquireWL(326bb87): PARTIAL_WAKE_LOCK  RILJ_ACK_WL 0x1 2211 1001 null
10-03 09:54:45.614  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x608)
10-03 09:54:45.614  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 09:54:45.614 10111 11745 11745 D AndroidRuntime: Shutting down VM
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: FATAL EXCEPTION: main
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: Process: com.microsoft.skydrive, PID: 11745
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.microsoft.skydrive.SkyDriveApplication: java.lang.IllegalArgumentException: No such service ComponentInfo{com.microsoft.skydrive/com.microsoft.crossplaform.interop.WifiAvailableJob}
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.LoadedApk.makeApplication(LoadedApk.java:984)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6109)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread.-wrap1(Unknown Source:0)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1721)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Handler.dispatchMessage(Handler.java:105)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Looper.loop(Looper.java:180)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.ActivityThread.main(ActivityThread.java:6950)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at java.lang.reflect.Method.invoke(Native Method)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:835)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: No such service ComponentInfo{com.microsoft.skydrive/com.microsoft.crossplaform.interop.WifiAvailableJob}
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1955)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.os.Parcel.readException(Parcel.java:1897)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.job.IJobScheduler$Stub$Proxy.schedule(IJobScheduler.java:180)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.JobSchedulerImpl.schedule(JobSchedulerImpl.java:72)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.crossplaform.interop.WifiAvailableJob.a(SourceFile:34)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.crossplaform.interop.g.a(SourceFile:44)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.crossplaform.interop.i.a(SourceFile:69)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at com.microsoft.skydrive.SkyDriveApplication.attachBaseContext(SourceFile:164)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.Application.attach(Application.java:198)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.Instrumentation.newApplication(Instrumentation.java:1110)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.Instrumentation.newApplication(Instrumentation.java:1094)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  at android.app.LoadedApk.makeApplication(LoadedApk.java:969)
10-03 09:54:45.615 10111 11745 11745 E AndroidRuntime:  ... 9 more
10-03 09:54:45.615  1000  1747  2779 I chatty  : uid=1000(system) Binder:1747_9 expire 16 lines
10-03 09:54:45.616  1000  1747  2779 W ActivityManager:   Force finishing activity com.microsoft.skydrive/.MainActivity
10-03 09:54:45.617 10111 11745 11770 D libc    : [NET] android_getaddrinfo_proxy-, success
10-03 09:54:45.618  1000  1747  2779 D PMS     : acquireWL(af4e7b5): PARTIAL_WAKE_LOCK  *launch* 0x1 1747 1000 WorkSource{10111}
10-03 09:54:45.619  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x608)
10-03 09:54:45.619  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 09:54:45.620  1000  1747  1786 I ActivityManager: Showing crash dialog for package com.microsoft.skydrive u0
10-03 09:54:45.633  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x8)
10-03 09:54:45.633  1000  1747  1786 D StatusBarManagerService: hiding MENU key
10-03 09:54:45.633  1000  1747  1786 D StatusBarManagerService: setSystemUiVisibility(0x8)

Similar issue, any apps added to Magisk Hide would crash on Resources.NotFoundException, though mine has a different stack trace.

Nexus 5X, Android 8.1.0 OPM7.181005.003
Magisk 17.1, Magisk Manager 6.0.1 (151)

10-21 20:35:07.358  3294  6501 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.scottyab.safetynet.sample/com.scottyab.sateynet.sample.MainActivity (has extras)} from uid 10098
10-21 20:35:07.393  3294  6590 I ActivityManager: Start proc 15392:com.scottyab.safetynet.sample/u0a147 for activity com.scottyab.safetynet.sample/com.scottyab.sateynet.sample.MainActivity
10-21 20:35:07.394  2916  2928 I Magisk  : proc_monitor: com.scottyab.safetynet.sample
10-21 20:35:07.442 15392 15392 W asset   : Asset path /system/framework/framework-res.apk is neither a directory nor file (type=1).
10-21 20:35:07.446 15392 15392 W asset   : Asset path /system/framework/framework-res.apk is neither a directory nor file (type=1).
10-21 20:35:07.453 15392 15392 W ResourceType: No known package when getting value for resource number 0x01120037
10-21 20:35:07.454 15392 15392 D AndroidRuntime: Shutting down VM
10-21 20:35:07.454 15392 15392 E AndroidRuntime: FATAL EXCEPTION: main
10-21 20:35:07.454 15392 15392 E AndroidRuntime: Process: com.scottyab.safetynet.sample, PID: 15392
10-21 20:35:07.454 15392 15392 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.scottyab.safetynet.sample/com.scottyab.sateynet.sample.MainActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x1120037
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.app.ActivityThread.-wrap11(Unknown Source:0)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:106)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:164)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:6494)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
10-21 20:35:07.454 15392 15392 E AndroidRuntime: Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x1120037
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:215)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.content.res.Resources.getBoolean(Resources.java:1057)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.view.Window.getDefaultFeatures(Window.java:1692)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.view.Window.<init>(Window.java:674)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at com.android.internal.policy.PhoneWindow.<init>(PhoneWindow.java:303)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at com.android.internal.policy.PhoneWindow.<init>(PhoneWindow.java:312)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.app.Activity.attach(Activity.java:6946)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2711)
10-21 20:35:07.454 15392 15392 E AndroidRuntime:        ... 9 more
10-21 20:35:07.457  3294  5585 W ActivityManager:   Force finishing activity com.scottyab.safetynet.sample/com.scottyab.sateynet.sample.MainActivity
10-21 20:35:07.463  3294  3416 I ActivityManager: Showing crash dialog for package com.scottyab.safetynet.sample u0
10-21 20:35:07.491  3294 15234 I OpenGLRenderer: Initialized EGL, version 1.4
10-21 20:35:07.491  3294 15234 D OpenGLRenderer: Swap behavior 2
10-21 20:35:07.959  3294  3415 W ActivityManager: Activity pause timeout for ActivityRecord{8920800 u0 com.scottyab.safetynet.sample/com.scottyab.sateynet.sample.MainActivity t6935 f}
10-21 20:35:07.968  3294  3415 I ActivityManager: Killing 14478:com.google.android.gm/u0a91 (adj 906): empty #17
10-21 20:35:07.969  3294  3417 W zygote64: kill(-14478, 9) failed: No such process
10-21 20:35:08.011  3294  3417 W zygote64: kill(-14478, 9) failed: No such process
10-21 20:35:08.011  3294  3417 I zygote64: Successfully killed process cgroup uid 10091 pid 14478 in 42ms
10-21 20:35:08.249  3294  3415 I ActivityManager: Killing 14380:com.google.android.apps.walletnfcrel/u0a95 (adj 906): empty #17
10-21 20:35:08.250  3294  3417 W zygote64: kill(-14380, 9) failed: No such process
10-21 20:35:08.291  3294  3417 W zygote64: kill(-14380, 9) failed: No such process
10-21 20:35:08.291  3294  3417 I zygote64: Successfully killed process cgroup uid 10095 pid 14380 in 41ms

This commit (9592a699865930a54ccd1ca193ae3acf909111e9) could fix the issue, please open a new issue if the problem persists.

This commit (9592a69) could fix the issue, please open a new issue if the problem persists.

Thanks for your efforts, unfortunately the issue persists in Magisk 18.0. I've opened a new issue as requested (#876)

Was this page helpful?
0 / 5 - 0 ratings