Can Join my own Vanilla server, but not craftbukkit.

Discussion in 'Bukkit Help' started by skinnydude, Nov 8, 2013.

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

    skinnydude

    Title pretty much says it all.
    I can host a vanilla server on my computer and connect with localhost, but I cannot with craftbukkit.
    I am running windows 8.1 64 bit
    I have both 64 and 32 bit java v7u45 installed, just in case.

    I have scoured the internet for about 2 hours without answer... lets hope it ends here.
    This is the log for craftbukkit:
    Code:
    2013-11-08 23:11:12 [INFO] Starting minecraft server version 1.6.4
    2013-11-08 23:11:12 [INFO] Loading properties
    2013-11-08 23:11:12 [INFO] Default game type: SURVIVAL
    2013-11-08 23:11:12 [INFO] Generating keypair
    2013-11-08 23:11:12 [INFO] Starting Minecraft server on *:25565
    2013-11-08 23:11:12 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0-b2918jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.0)
    2013-11-08 23:11:12 [INFO] Preparing level "world"
    2013-11-08 23:11:12 [INFO] Preparing start region for level 0 (Seed: -8163703983890457239)
    2013-11-08 23:11:13 [INFO] Preparing start region for level 1 (Seed: -8163703983890457239)
    2013-11-08 23:11:13 [INFO] Preparing start region for level 2 (Seed: -8163703983890457239)
    2013-11-08 23:11:13 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2013-11-08 23:11:13 [INFO] Done (1.314s)! For help, type "help" or "?"
    2013-11-08 23:11:27 [INFO] /127.0.0.1:52225 lost connection
    2013-11-08 23:13:45 [INFO] /127.0.0.1:52317 lost connection
    
    I get the /127.0.0.1:XXXXX lost connection when ever I try to join. My firewall(windows firewall) is disabled, java is allowed in the firewall and I have the ports allowed in it as well.
    Properties:
    Code:
    #Minecraft server properties
    #Fri Nov 08 23:50:49 EST 2013
    generator-settings=
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    texture-pack=
    snooper-enabled=true
    hardcore=false
    online-mode=true
    pvp=true
    difficulty=1
    player-idle-timeout=0
    gamemode=0
    max-players=20
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    motd=A Minecraft Server
    
    I tried changing online to false, but that failed as well.
    Run.bat is exactly as it is in the wiki start a server page.
    PortFowarding: For some reason I can no longer foward ports. I used to do it all the time to host on WC3. It no longer works. On my router side it all looks good, but when I look to see if it is open with canyouseeme it is closed. I hope this isn't the issue, although I do not believe it is as I can host with vanilla.

    I have no plugins added, I've been trying to run a completely clean file.
    Anyone know what is going on?
     
  2. Offline

    mazentheamazin

    skinnydude
    Maybe try something like using Hamachi to do that and connect using the IP given from Hamachi. And tell me how that goes.
     
  3. Offline

    skinnydude


    Nope :(
    Code:
    2013-11-09 02:10:43 [INFO] Disconnecting /xx.xx.xx.xxx:54419: Protocol error
    2013-11-09 02:10:43 [INFO] /xx.xx.xx.xxx:54419 lost connection
    
    Thanks for trying though.
     
  4. Offline

    Asphazia

    If it is the SAME EXACT computer you are playing on and running the server, type in the 'Direct Connect' or 'Add Server' and use 'localhost'. By the way,
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE

    If you want offline, do this... They make the settings automatically turn off the offline mode when it is in the settings and it overrides it.
    java -Xmx1024M -jar craftbukkit.jar -o false
    PAUSE
     
  5. Offline

    Minerva

    In your Minecraft launcher, click edit profile, select version 1.6.4, then try it.
     
  6. Offline

    mazentheamazin

    skinnydude
    Can I see your run.bat file? and did you install craftbukkit on the same folder as your old vanilla server?
     
  7. Offline

    skinnydude

    run.bat
    Code:
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
    
    No, they are in two separate folders.

    EDIT:
    Oh shit. It worked. I didn't see your post. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page