Server Error

Discussion in 'Bukkit Help' started by wilsondc15, Jan 10, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    wilsondc15

    The error I have been getting is similar to this one in the FAQ:

    Error: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.kernel32


    "Full error:
    java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.kernel32
    at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode<WindowsSupport.java:50
    at jline.WindowsTerminal.getConsoleMode<WindowsTerminal.java:176>
    at jline.WindowsTerminal.init<WindowsTerminal.java"80>
    at jline.TerminalFactory.create<Terminalfactory.java:93>
    at jline.TerminalFactory.get<TerminalFactory.java:151>
    at jline.console.ConsoleReader.<init><ConsoleReader.java:140>
    at jline.console.ConsoleReader.<init><ConsoleReader.java::126
    at net .minecraft.server.MinecraftServer.<init><MinecraftServer.java:94>
    at net.minecraft.server.MinecraftServer.main<MinecraftServer.java:624>
    at org.bukkit.craftbukkit.Main.main<Main:136>
    Press any key to continue . . .

    This error is caused by you not having Visual C++ 2008 Redistributable installed, or having the wrong version installed that matches your Java version.

    The version of Visual C++ 2008 Redistributable (x64 or x86) must match the version of Java you are using. If you are using Java x86 and have Visual C++ 2008 Redistributable x64 installed, it will not work. You must either use Java x64, or install Visual C++ 2008 Redistributable x86.

    Alternatively, add in the -nojline option which turns off jline."

    Here is my error: http://pastebin.com/dWxUmDik

    I am running Linux on a 32bit VPS
     
  2. Offline

    mazentheamazin

    ^^^
    For your server error, it seems that the class net.minecraft.server.v1_7_R1.CrashReport wasn't able to be initialized so please try updating your craftbukkit version, as well as trying to do this on the Default Minecraft Server JAR file. Just to make sure its not a CraftBukkit error.
     
  3. Offline

    Necrodoom

    Locked. Unofficial builds are not supported here.
     
Thread Status:
Not open for further replies.

Share This Page