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,6 @@
You are attempting to run with an unsupported Java Virtual Machine : Eclipse OpenJ9
Please visit https://adoptopenjdk.net and install the HotSpot variant.
OpenJ9 is incompatible with several of the transformation behaviours that we rely on to work.
Exception in thread "main" java.lang.IllegalStateException: Open J9 is not supported
at cpw.mods.modlauncher.ValidateLibraries.validate(ValidateLibraries.java:33)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:63)