"An addon mod was missing a dependency: BuildCraft.");
a.addClass("ic2",
"An addon mod was missing a dependency: IndustrialCraft 2.");
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.",
"Something went wrong with the rendering. Unknown cause.",
false));
analyzers.add(new AnalyzerSimple(
"org.lwjgl.LWJGLException: Could not create context",
"Something went wrong with the rendering. Unknown cause.",
false));
analyzers.add(new AnalyzerSimple(
"java.util.zip.ZipException: invalid entry",
"You used a bad zip archiver. Use 7zip or WinRAR.", true));
analyzers
.add(new AnalyzerSimple(
"java.io.IOException: Bad packet id 230",
"You attempted to connect to a ModloaderMP server without MLMP installed.",
true));
analyzers.add(new AnalyzerSimple("Starting minecraft server",
"Client mods do not work on a server!", true));
// OSOnly(Windows)
analyzers
.add(new AnalyzerSimple(
"Unable to initialize OpenAL. Probable cause: OpenAL not supported",
"OpenAL is not installed correctly.\nTo fix it, please download and run the official OpenAL installer from http://connect.creativelabs.com/openal/Downloads/oalinst.zip .",
false));
analyzers
.add(new AnalyzerSimple(
"java.io.FileNotFoundException",
"Unknown. Maybe you missed a few config files when installing the mod.",
false));
analyzers
.add(new AnalyzerSimple(
"insufficient memory",
"Java ran out of memory. Upgrade your RAM, or increase your paging file size.",
false));
analyzers
.add(new AnalyzerSimple(
"java.lang.UnsatisfiedLinkError",
"You have to switch back to Java 6; Java 7 does not include a required library.",
false));
analyzers
.add(new AnalyzerSimple(
"java.lang.StackOverflowError",
"Minecraft had an infinite loop. Please check the above output for hints as to the cause, and contact the relevant mod authors.",
false));
// TODO: Modloader.txt checking
/*