CraftBukkit does not work from 1.2.5 R1.4 onward.

Discussion in 'Bukkit Help' started by nathan433, Jun 4, 2012.

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

    nathan433

    craftbukkit 1.2.5 R3 was working on my server (windows server 2008).

    I reinstalled the OS and installed java, still windows server 2008 but now when i try to run craftbukkit i get this error:

    Code:
    182 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 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.java:136)
    Press any key to continue . . .
    i can copy the bukkit folder to my desktop and everything works fine.

    all craftbukkit versions after 1.2.5 R1.4 give this error, i can run the first dev build of 1.2.5 R1.4 but not the last R1.4 build and all higher builds.

    Anyone know how to fix this?
     
  2. Offline

    Jade

    jline. In your startup script type -nojline. Don't know what to do? Post it here.
     
  3. Offline

    MetalMadness

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx10240M -Xms10240M -jar craftbukkit.jar --nojline
    PAUSE
     
  4. Offline

    petteyg359

    Are you using the 32- or 64-bit JRE?
     
  5. Offline

    TnT

  6. Offline

    nathan433

    Thankyou everyone :) adding --nojline to the RUN.bat worked.

    Its kinda weird tho, everything was working fine and then i reinstalled win server 2008 32bit and it started happening.
     
Thread Status:
Not open for further replies.

Share This Page