topjohnwu / Magisk

The Magic Mask for Android
GNU General Public License v3.0
47.59k stars 12.08k forks source link

Magisk Manager crash when opening MagiskHide #694

Closed mscalindt closed 5 years ago

mscalindt commented 5 years ago

Installing module "Universal GMS Doze" will crash Magisk Manager when opening MagiskHide. MagiskHide itself is working.

MagiskHide from Canary build is working fine with the module installed.

Module: https://github.com/gloeyisk/UniversalGMSDoze/

Logcat: I/18:24:31.118 am_finish_activity( 1417) [0,109545516,23,com.topjohnwu.magisk/a.b,force-crash] W/18:24:31.118 ActivityManager( 1417) Force finishing activity com.topjohnwu.magisk/a.b I/18:24:31.115 am_crash( 1417) [7175,0,com.topjohnwu.magisk,952647236,android.content.res.Resources$NotFoundException,String resource ID #0x7f0b0000,Resources.java,339] E/18:24:31.113 AndroidRuntime( 7175) at java.lang.Thread.run(Thread.java:764) E/18:24:31.113 AndroidRuntime( 7175) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) E/18:24:31.113 AndroidRuntime( 7175) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) E/18:24:31.113 AndroidRuntime( 7175) at a.-$$Lambda$pw$XHhMVAPE5kAU9mXMZpnVj3lCL94.run(Unknown Source:2) E/18:24:31.113 AndroidRuntime( 7175) at a.pw.lambda$XHhMVAPE5kAU9mXMZpnVj3lCL94(Unknown Source:0) E/18:24:31.113 AndroidRuntime( 7175) at a.pw.b(Unknown Source:72) E/18:24:31.113 AndroidRuntime( 7175) at java.util.Collections.sort(Collections.java:201) E/18:24:31.113 AndroidRuntime( 7175) at java.util.ArrayList.sort(ArrayList.java:1470) E/18:24:31.113 AndroidRuntime( 7175) at java.util.Arrays.sort(Arrays.java:1498) E/18:24:31.113 AndroidRuntime( 7175) at java.util.TimSort.sort(TimSort.java:239) E/18:24:31.113 AndroidRuntime( 7175) at java.util.TimSort.binarySort(TimSort.java:296) E/18:24:31.113 AndroidRuntime( 7175) at a.-$$Lambda$pw$tYxA4xTAL8_fjVmh1rciz2wYTqg.compare(Unknown Source:6) E/18:24:31.113 AndroidRuntime( 7175) at a.pw.lambda$tYxA4xTAL8_fjVmh1rciz2wYTqg(Unknown Source:0) E/18:24:31.113 AndroidRuntime( 7175) at a.pw.a(Unknown Source:18) E/18:24:31.113 AndroidRuntime( 7175) at a.pw.a(Unknown Source:29) E/18:24:31.113 AndroidRuntime( 7175) at android.content.res.Resources.getString(Resources.java:433) E/18:24:31.113 AndroidRuntime( 7175) at android.content.res.Resources.getText(Resources.java:339) E/18:24:31.113 AndroidRuntime( 7175) android.content.res.Resources$NotFoundException: String resource ID #0x7f0b0000 E/18:24:31.113 AndroidRuntime( 7175) Process: com.topjohnwu.magisk, PID: 7175 E/18:24:31.113 AndroidRuntime( 7175) FATAL EXCEPTION: AsyncTask #1

Info: LineageOS 15.1 (Android 8.1.0). Magisk v17.1 Stable. Magisk Manager 6.0.0.

topjohnwu commented 5 years ago

Already fixed upstream, thanks for the report