Craftbukkit server connection issue

Discussion in 'Bukkit Help' started by alngip, Mar 12, 2011.

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

    alngip

    I have been trying to set up a small private server for me and some friends to play on and have been encountering some issue with craftbukkit ([INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-524-g82f7800-b534jnks (MC: 1.3))

    OS. Windows 7 64-Bit
    Hosted over Hamachi

    I run the server, nothing seems wrong at first and I can connect but when other people try to connect it times them out with nothing showing in the console.
    Note. I have also noticed when I was on, that the redstone circuits that are set up don’t work, the stone lights up but the doors don’t open, if this is connected to the issue I don’t know.
    Show Spoiler

    .bat file:
    Code:
    @ECHO OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar "%~dp0craftbukkit.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xmx1G -jar "%~dp0craftbukkit.jar"
    PAUSE
    Console output:
    Code:
    10:53:41 [INFO] Starting minecraft server version Beta 1.3
    10:53:41 [INFO] Loading properties
    10:53:41 [INFO] Starting Minecraft server on 5.69.52.57:25565
    10:53:41 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-524-
    g82f7800-b534jnks (MC: 1.3)
    10:53:41 [INFO] Preparing level "world"
    10:53:41 [INFO] Preparing start region
    10:53:42 [INFO] Done (0.089s)! For help, type "help" or "?"
    > 

    I have tried removing all the plugins, this had no effect
    I have check my router and the port is forwarded
    I then checked with the default minecraft_server.jar and this does work, me and my friends can connect and play fine (with redstone working)

    I have read countless guilds and forums saying how to set it up and so far nothing seems to work for me.
     
  2. Offline

    Plague

    tr recommended 531
     
  3. Offline

    alucart93

  4. Offline

    svavart

    Same problem here and same hardware but not hosted over hamachi.
    Server ran on vmware/ubuntu x64 (happens on LAN aswell)
    I'm using build #531, same thing perhaps ?
    Problem increased after multiworld plugin.
     
  5. Offline

    alngip

    thanks, Plague build 531 worked for me, others can now connect (its also fixed redstone ).

    yay, hours of minecraft awaits :D
     
  6. Offline

    Mr_Madd_Skillzz

    That is exactly what my issue is but unfortuantely I'm on 531 already. Any other helpful ideas?
     
Thread Status:
Not open for further replies.

Share This Page