feat: crash report analyzer more rules.

This commit is contained in:
huanghongxun
2021-09-21 06:43:52 +08:00
parent 798327eabb
commit ebeec04f83
21 changed files with 2784 additions and 52 deletions

View File

@@ -0,0 +1,3 @@
Exception in thread "main" java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)