People join but never come in :O

Discussion in 'Bukkit Help' started by Slade, Mar 2, 2011.

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

    Slade

    Ok so i can join my server through my local IP (IPv4) But when other people try to join it just says logging in for them nothing else. In the client for me it says they have joined but they never actually connect into the map. Anyone got an idea on why?
     
  2. Offline

    TnT

    Firewall settings need to be fixed.
     
  3. Offline

    Slade

    How do i fix them then? What do i do.
     
  4. Offline

    DerpinLlama

    Depends what firewall you're using.
     
  5. Offline

    Slade

    Ummm Windows Firewall and avast shield.
     
  6. Offline

    mughi

    make sure BOTH of them have entries for port 25565 (or whatever port you run mc on)
     
  7. Offline

    Slade

    Well I'm pretty sure they do because i can run a server with MCadmin just not with bukkit :O
     
  8. Offline

    mughi

    do not be pretty sure.. go check.. windows firewall is fscking weird..
    eg: vanilla works w/o firewall changes, bukkit does not
     
  9. Offline

    Slade

    How would i add it to my firrewall then :O Also it says theyre joining i see them ingame but it just shows logging in for them then they DC :*(
    --- merged: Mar 4, 2011 1:50 PM ---
    Bump Bump :O
     
  10. Offline

    Peacem4k3r

    What version of windows are you running on your machine?
     
  11. Offline

    Slade

    Windows 7 64bit.
    --- merged: Mar 4, 2011 10:57 PM ---
    Please Help :OO
     
  12. Offline

    mughi

    control panel, firewall
    advanced settings
    inbound rules, new rule
    port
    tcp
    specific: 25565
    allow
    all profiles
    give it a name

    repeat for outbound


    these instructions were in the thread directly below yours.. and probably several other threads
     
  13. Offline

    Slade

    Didn't work :'(
     
  14. Offline

    mughi

    what version of craftbukkit?
    what version of java?
    post your server log
    do you have anything in server.properties for server-ip (YOU SHOULD NOT)
    can you connect from
    a) a client running on the server (connect to localhost:25565)
    b) a client running on a different machine on your LOCAL network (connect to 192.168...:25565)

    note: all these instructions have assumed you are running your server on port 25565
    if not, adjust as needed. similarly, step b above assumes standard local network addresses.
     
  15. Offline

    Slade

    I've tried a few craftbukkits. I have the recommended one now tried 493 and a few other none seem to work. Java idk how to check. Also i have 2 one in program files and programfiles86 but the one in program files says jdk1.6.0_21
    No i havn't writting anything in the server.properties ip thing.
    Ye i can connect to the server if it's hosted on my pc through my local network but not through my external IP :s
    Dont know if i can connect through another machine don't really have any spares :s
     
  16. Offline

    mughi

    have you tried it with NO plugins?
     
  17. Offline

    Peacem4k3r

    Mhm i think you forgot to open that port on your router..
    I think its called portmapping or porttunneling, search for it under advanced network settings in your router's
    configuration (mostly it's 192.168.0.1, use that in your browser)
     
  18. Offline

    Slade

    Mmm mughi don't have any plugins as I'm new to bukkit and pretty sure it open in my router 'cause MCadmin works with 25565. :(
    --- merged: Mar 5, 2011 2:57 AM ---
    Don't think i can fix this ay :( I've tried everything :'(
    --- merged: Mar 5, 2011 5:56 PM ---
    OK so on http://www.canyouseeme.org/ i tried to see if 25565 was open but it timed out. I've tried with Vanilla didn't work. Running Windows 7 64bit.
    Craftbukkit version is #493 I've tried the reccomended one i think thats #440 or 450.
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
    Not running any wrappers with it. But note MCadmin works.

    I use this to start it
    Code:
    @ECHO OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xms1024M -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xms512M -Xmx512M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    
    PAUSE
    No plugins at all.
    This is the error code i get. All he gets is Loading Please Wait then connection lost.
    Code:
    [INFO] User [/His IP] logged in with entity id 24
    2011-03-05 18:49:09 [SEVERE] java.net.SocketException: Software caused connection abort: recv failed
    2011-03-05 18:49:09 [SEVERE]     at java.net.SocketInputStream.socketRead0(Native Method)
    2011-03-05 18:49:09 [SEVERE]     at java.net.SocketInputStream.read(Unknown Source)
    2011-03-05 18:49:09 [SEVERE]     at java.net.SocketInputStream.read(Unknown Source)
    2011-03-05 18:49:09 [SEVERE]     at java.io.FilterInputStream.read(Unknown Source)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    2011-03-05 18:49:09 [SEVERE] java.net.SocketException: Software caused connection abort: socket write error
    2011-03-05 18:49:09 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-03-05 18:49:09 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-03-05 18:49:09 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-03-05 18:49:09 [SEVERE]     at java.io.DataOutputStream.writeInt(Unknown Source)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.Packet30Entity.a(SourceFile:119)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.Packet31RelEntityMove.a(SourceFile:63)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.Packet.a(SourceFile:149)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.NetworkManager.e(SourceFile:130)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.NetworkManager.d(SourceFile:9)
    2011-03-05 18:49:09 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:83)
    2011-03-05 18:49:09 [INFO] User lost connection: disconnect.genericReason
    
    
    I've PortForwarded i think because people can join when i use MCadmin. Added inbound and outbound exception in Windows firewall. I use avast and it has one aswell. Tried turning both of them off he still couldnt join.

    Please help all that took a while to write :'(
    --- merged: Mar 5, 2011 6:24 PM ---
    Bump. C'mon help me out please :s
    --- merged: Mar 6, 2011 12:26 AM ---
    Anyone Wanna help me?
     
Thread Status:
Not open for further replies.

Share This Page