Solved Could not initialize class org.fusesource.jansi.internal.Kernel32

Discussion in 'Bukkit Help' started by Lanten, Aug 22, 2012.

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

    Lanten

    I have an error when trying to start up bukkit, it is ANY start script ANY bukkit version... It just does not like it... here is the error
    195 recipes
    27 achievements
    java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.
    internal.Kernel32
    at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu
    pport.java:50)
    at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.getConsoleMode(Wind
    owsTerminal.java:176)
    at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.init(WindowsTermina
    l.java:80)
    at org.bukkit.craftbukkit.libs.jline.TerminalFactory.create(TerminalFact
    ory.java:93)
    at org.bukkit.craftbukkit.libs.jline.TerminalFactory.get(TerminalFactory
    .java:151)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
    eReader.java:140)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
    eReader.java:126)
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:94)
    at net.minecraft.server.DedicatedServer.<init>(DedicatedServer.java:33)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:655)
    at org.bukkit.craftbukkit.Main.main(Main.java:143)
    Press any key to continue . . .
     
  2. What JAVA version you running? What are the command line starts?
     
  3. Offline

    Lookatmego

    Paste your run.bat or server.bat or whatever script you are using to start the server for us:) thank you
     
  4. Offline

    c0mp

    I can only guess that you're running this on Windoze? If so, you may need to either slightly modify your server's startup command in whatever script you're using at the moment, or install Visual C++ 2008 Redist., per the 1.2.5-R5.0 release announcement:
     
    Lanten likes this.
  5. Offline

    Lanten


    @Echo off
    "C:\Program Files\Java\jre6\bin\java.exe" -server -Xms1024M -Xmx9192M -jar craftbukkit.jar
    pause

    Its version Version 7 Update 6 latest update....

    OMFG U FLIPPIN FLOPPIN FIXEDEN MY SERVER!!! TY SOOO MUCH SIR!!!! You are a amazing!!!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  6. Offline

    c0mp

    Cool, glad to hear that fixed it!
     
  7. Offline

    codyhanby

    omygod THANKYOU!
     
  8. Offline

    karateninja123

    THANK U UR AMAZING
     
Thread Status:
Not open for further replies.

Share This Page