Minecraft Lags

Discussion in 'Bukkit Help' started by Kryppuk, Mar 18, 2011.

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

    Kryppuk

    SOLVED: Repair your host datas!
     
  2. Offline

    TnT

    Why do people do that to themselves with their batch file. Its like you took every performance improvement out there and jammed it into one batch file and figure it would help. *sigh*
    You've jammed together multiple garbage collection flags, some of which shouldn't be combined.

    Replace your .bat file contents with this:
    Code:
    @echo off
    java -Xincgc -Xmx1G -jar craftbukkit.jar nogui
    pause
    If that doesn't work, open up IE x64, go to java.com and download/install Java. Try again and it should work. Report back on your success.
     
  3. Offline

    Kryppuk

    I actually did it before with the normal batch, but it was just a try to fix the problem with flags :) even if i remove nothing changes
    Downloading java now :)
    EDIT: Problem solved, actually my host datas were not okay and blocked minecraft :D
    But thank you for help, and sorry for being such a noob :D
     
Thread Status:
Not open for further replies.

Share This Page