Bukkit Wont Start

Discussion in 'Bukkit Help' started by Jahtear, Oct 24, 2013.

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

    Jahtear

    [​IMG]I followed the directions for starting the server made the .bat file and everything, not the first Bukkit server I have made, but I can't get it to run. When I start the run file normally I get an infinite loop and when I run as admin it says that the file can't be found. When I run an older version, 1.4 I believe, the server will start but I can't join it even if I play minecraft on the same computer
    My Folder:
    [​IMG]
    Normal Run:
    [​IMG]
    Run as Admin:
    [​IMG]
     
  2. Offline

    tcvs

    Jahtear Please post what is in your .bat
     
  3. Offline

    Jahtear

    Exactly what the wiki says, the same code used for the 1.4 server I had.
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
     
  4. Offline

    Minerva

    Try adding cd \my\folder to the beginning of the batch file. Of course \my\folder should be the path where you have the Bukkit jar file. Also, you may have to specify the full path to the java executable if it's not in your path environment variable (ie, c:\java\exe\path\java -Xmx1024M -jar craftbukkit.jar -o true).
     
    Jahtear likes this.
  5. Offline

    Jahtear

    Still the same
     
  6. Offline

    Minerva

    If you want help solving this, I'm going to need more than "still the same" Please post the updated batch file and the results of running it.
     
  7. Offline

    Jahtear

    I had to reread your post cus i missed the cd part. adding cd /filepath to the start of the batfile fixed it.
    [​IMG]

    [​IMG]

    The only problem i still have is that my minecraft cant find the server even tho its running on the same computer right now
     
  8. Offline

    PlayinCOD2132

    Doesn't the files generate in the folder?
     
  9. Offline

    Minerva

    In your Minecraft launcher, edit your profile and make sure you're using 1.6.4.

    Also, you'll want to download the new craftbukkit.jar for 1.6.4 R2.0
     
  10. Offline

    Jahtear

    all it dose is say scanning for games on local network but dosnt find anything and I have had it on the same version as the server.
     
  11. Offline

    Charly_ZA

    Click on the"Add server" button. Enter your server IP and give it a name.
     
  12. Offline

    Jahtear

    I havnt set an ip for it im running it on my laptop to set it up before moving it to my personal server
     
  13. Offline

    Yukari

    Set the IP as localhost, then you'll be able to connect from the same computer.
     
    Jahtear likes this.
  14. Offline

    Jahtear

    That did it thanks
     
Thread Status:
Not open for further replies.

Share This Page