mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-15 23:06:07 -04:00
Remove some error cause inferences
Trampoline - High frequency of false positives. java.lang.OutOfMemoryError - It's more likely to be a memory leak.
This commit is contained in:
parent
c1596f6a11
commit
310d693e2b
@ -51,8 +51,6 @@ public class CrashReporter implements Thread.UncaughtExceptionHandler {
|
||||
put("netscape.javascript.JSException", i18n("crash.NoClassDefFound"));
|
||||
put("java.lang.IncompatibleClassChangeError", i18n("crash.NoClassDefFound"));
|
||||
put("java.lang.ClassFormatError", i18n("crash.NoClassDefFound"));
|
||||
put("java.lang.OutOfMemoryError", "FUCKING MEMORY LIMIT!");
|
||||
put("Trampoline", i18n("launcher.update_java"));
|
||||
put("com.sun.javafx.css.StyleManager.findMatchingStyles", i18n("launcher.update_java"));
|
||||
put("NoSuchAlgorithmException", "Has your operating system been installed completely or is a ghost system?");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user