[CONNECTION] No one can connect to my server but me

Discussion in 'Bukkit Help' started by Calvin, Apr 6, 2011.

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

    Calvin

    Before you say to forward your ports, I shouldn't have to. I am on a public network that everyone in the college uses. Here's the part that messes everything up:

    When I host a normal minecraft server, no mods or anything, anyone can connect fine. When I use bukkit, I don't even get a conformation of someone trying to connect in the console, it just says failed to connect to server for them.

    HALP
     
  2. Offline

    IIGoldII

    Maybe something is wrong in your .bat text?
    Are you sure you have the correct prompt?
     
  3. Offline

    Calvin

    Could you post what I should have in my .bat? I'll post what I've got,

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
    PAUSE
    I wouldn't think this would be the problem, but I do have a 64 bit computer, I'm going to download java again with the 64 bit version just so I know I'm using 64 bit java. Then I'd switch the program files to %86% or whatever it is
     
  4. Offline

    IIGoldII

    Code:
    @echo off
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit.jar
    pause
    Running fine with a Windows 7 64 bit.
     
  5. Offline

    Calvin

    working now, not sure why your codes better than the one i found : P thanks!
     
  6. Offline

    Xphome

    Because your .bat wont work if you don't have the 64bit version of java. 32bit java is in Program Files(x86).
     
    Calvin likes this.
  7. Offline

    Calvin

    RENEGADE!!!! you get a like my friend.
     
  8. Offline

    Xphome

    You mean my avatar? It's GDI.
     
  9. Offline

    Calvin

    Yea, I guess it could be a different c&c game, thought it looked more like renegade than something else :( It's c&c except first person shooter, its bawlin
     
  10. Offline

    Godspeed

    Got any Firewall/Anti Virus or something similar running?
     
Thread Status:
Not open for further replies.

Share This Page