From f47bd8a4074b2c896d3132cfdf15d442e76c429e Mon Sep 17 00:00:00 2001 From: zkitefly Date: Fri, 16 Jun 2023 08:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CrashReportAnalyzer.java?= =?UTF-8?q?=20(#2175)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/jackhuang/hmcl/game/CrashReportAnalyzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCLCore/src/main/java/org/jackhuang/hmcl/game/CrashReportAnalyzer.java b/HMCLCore/src/main/java/org/jackhuang/hmcl/game/CrashReportAnalyzer.java index ad16b3e05..d36fda81e 100644 --- a/HMCLCore/src/main/java/org/jackhuang/hmcl/game/CrashReportAnalyzer.java +++ b/HMCLCore/src/main/java/org/jackhuang/hmcl/game/CrashReportAnalyzer.java @@ -88,7 +88,7 @@ public final class CrashReportAnalyzer { MODLAUNCHER_8(Pattern.compile("java\\.lang\\.NoSuchMethodError: ('void sun\\.security\\.util\\.ManifestEntryVerifier\\.\\(java\\.util\\.jar\\.Manifest\\)'|sun\\.security\\.util\\.ManifestEntryVerifier\\.\\(Ljava/util/jar/Manifest;\\)V)")), // Manually triggerd debug crash DEBUG_CRASH(Pattern.compile("Manually triggered debug crash")), - CONFIG(Pattern.compile("Failed loading config file (?.*?) of type SERVER for modid (?.*)"), "id", "file"), + CONFIG(Pattern.compile("Failed loading config file (?.*?) of type (.*?) for modid (?.*)"), "id", "file"), // Fabric gives some warnings FABRIC_WARNINGS(Pattern.compile("(Warnings were found!|Incompatible mod set!)(.*?)[\\n\\r]+(?[^\\[]+)\\["), "reason"), // Game crashed when ticking entity