FIXED :D

Discussion in 'Bukkit Help' started by Marclaah, Aug 22, 2011.

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

    Marclaah

    Hi, I have a server for me and 2 other friends, I use hamachi and both friends are connected on hamachi. I can connect to the bukkit server just fine and play with no lag but whenever my friends try and connect they just get server connection timed out. However, when I run the vanilla minecraft server (also on hamachi) they can connect just fine.

    I have windows 7
    It's 64 bit so I guess that's x64?
    Java version is 1.7.0 (build 1.7.0-b147) Java HotSpot <TM> 64-Bit Server VM (build 21.0-b17, mixed mode)
    I am running Hamachi
    Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    My batch file is called "server_starter_64bit_a" and the command is:

    @echo off
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe"
    -Xmx1024M -Xms1024M -jar craftbukkit-0.0.1-
    SNAPSHOT.jar

    I you ask to list my plugins I will, but I have run the server with no plugins and my friends still can't connect so I don't think it's the plugins.
    I have tried tried different bukkit versions, still the same problem, I have also tried without plugins like I said but that doesn't work either.

    My server.properties looks like this:

    #Minecraft server properties
    #Sun Aug 14 14:22:07 BST 2011
    level-name=world
    allow-nether=true
    view-distance=10
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=3
    server-ip=
    pvp=false
    level-seed=
    server-port=25565
    allow-flight=true
    white-list=true

    It may be worth nothing that when I don't run the server_starter batch file, I used click on craftbukkit-0.0.1-SNAPSHOT.jar nothing pops up, no command box, no gui or anything but I am able to connect to the server and so are my friends, however this isn't very practical for saving/stopping the server and apart from actually trying to connect to the server through minecraft, you have no way of knowing if the server is running or not because like I said, nothing comes up.

    Many Thanks, Marclaah
     
  2. Offline

    Lolmewn

    What's in your server_starter.bat ?
     
  3. Offline

    Marclaah

    It's in the original thread, just above where I say about the plugins
     
  4. Offline

    Lolmewn

    oh ye there it is. Doesn't just
    Code:
    java -Xmx1024M -Xms1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar 
    work?
     
  5. Offline

    Marclaah

    My friends are all offline at the moment so I don't have a way of knowing, I would ask you but you would have to download hamachi, unless you already have it?

    Is there anyone tat has hamachi who can test this for me?

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  6. Offline

    cocoson

    try running this in you server start!!!!! P.S. make a back up fisrt

    @ECHO OFF

    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" java -d64 -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"

    PAUSE
     
  7. Offline

    Marclaah

    Do I change "PROCESSOR_ARCHITETURE" TO X64?
     
  8. Offline

    cocoson

    no leave the way i have it
     
  9. Offline

    Marclaah

    Ok, I need to find someone to test it, i'll out a thread up now :)
     
  10. Offline

    cocoson

    hey also make sure you let java through the firewall as well
     
  11. Offline

    Marclaah

    Yh, I've already checked that :/
     
  12. Offline

    cocoson

    did you get any one to test it yet.
    and are you trying it through Hamachi.
    cause if your trying it through Hamachi thats a different story on getting it to work.
    if your running through a router with Hamachi you are going to need to port forward Port: 100000
     
  13. I'll help you, I have Hamachi. Just tell me the ID and password.
     
  14. Offline

    Marclaah

    all fixed now, working with Hamachi as well :D
     
  15. Offline

    cocoson

    @Marclaah what did you do to get it working so i can let topcrime' know
     
  16. Offline

    Marclaah

    I changed my server_starter batch file so that it was like Lolmewn suggested, I didn't try your suggestion because I had it working by then.

    This was the code he said to use:
    Code:
    java -Xmx1024M -Xms1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar 
     
Thread Status:
Not open for further replies.

Share This Page