Package minecrafterror.analysis

Examples of minecrafterror.analysis.AnalyzerSegfault


      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.",
View Full Code Here

TOP

Related Classes of minecrafterror.analysis.AnalyzerSegfault

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.