@@ -84,6 +84,8 @@ public final class CrashReportAnalyzer {
|
||||
MODLAUNCHER_8(Pattern.compile("java\\.lang\\.NoSuchMethodError: ('void sun\\.security\\.util\\.ManifestEntryVerifier\\.<init>\\(java\\.util\\.jar\\.Manifest\\)'|sun\\.security\\.util\\.ManifestEntryVerifier\\.<init>\\(Ljava/util/jar/Manifest;\\)V)")),
|
||||
// Manually triggerd debug crash
|
||||
DEBUG_CRASH(Pattern.compile("Manually triggered debug crash")),
|
||||
//https://github.com/huanghongxun/HMCL/issues/1780
|
||||
PROCESSING_OF_JAVAAGENT_FAILED(Pattern.compile("processing of -javaagent failed")),
|
||||
CONFIG(Pattern.compile("Failed loading config file (?<file>.*?) of type SERVER for modid (?<id>.*)"), "id", "file"),
|
||||
// Fabric gives some warnings
|
||||
FABRIC_WARNINGS(Pattern.compile("Warnings were found!(.*?)[\\n\\r]+(?<reason>[^\\[]+)\\["), "reason"),
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
Exception in thread "main" java.lang.ClassNotFoundException: org.glavo.log4j.patch.agent.Log4jAgent
|
||||
at java.net.URLClassLoader.findClass(Unknown Source)
|
||||
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||
FATAL ERROR in native method: processing of -javaagent failed
|
||||
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
|
||||
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Unknown Source)
|
||||
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Unknown Source)
|
||||
Reference in New Issue
Block a user