analyzers.add(a);
}
analyzers.add(new AnalyzerSimple("java.lang.SecurityException: SHA",
"Failure to delete META-INF.", true));
analyzers
.add(new AnalyzerSegfault(
"Segmentation fault. Try disabling the FGLRX drivers.",
"Segmentation fault. I can't really help on this one, but try checking your graphics drivers."));
analyzers
.add(new AnalyzerSimple(
"java.lang.IllegalStateException: Only one LWJGL context may be instantiated at any one time.",