Bukkit NoT Working

Discussion in 'Bukkit Help' started by LIVExSn1PeD, Mar 21, 2011.

?

Has this happened to you

  1. yes

    2 vote(s)
    22.2%
  2. no

    7 vote(s)
    77.8%
Thread Status:
Not open for further replies.
  1. Offline

    LIVExSn1PeD

    Ive been using the provided minecraft server hosting program. i wanted to use bukkit to use plugins, but when i try to join my server it says: stream ended. Please Help?
     
  2. Offline

    mughi

    there is a 'provided minecraft server hosting program'??

    please fill out the info requested in the banner at the top of this page so we know what you are talking about
     
  3. Offline

    LIVExSn1PeD

    On Minecraft.net
     
  4. Offline

    mughi

    do you mean the in-browser client??
     
  5. Offline

    TnT

    I think they mean the vanilla MC server.
     
  6. Offline

    mughi

    ooo.. that would also make sense.. i kept focusing on the hosting part..

    now, if only there was a set of questions we could ask to help diagnose problems like this
     
  7. Offline

    TnT

    If only... Sadly, I doubt anyone would write up a guide like that, and if they did they'd be crazy if they thought anyone would even read it.
     
  8. Offline

    LIVExSn1PeD

    you can ask me anything
     
  9. Offline

    mughi

    i asked you to fill out the questions listed at the top of the page.. otherwise we are going to be going back and forth all day, and hoping that i don't forget one.
     
  10. Offline

    LIVExSn1PeD

    i dont se anything like that
     
  11. Offline

    mughi

  12. Offline

    LIVExSn1PeD

    1)windows vista
    2)x64
    3)1.6.0_21
    4)hamachi
    5)craftbukkit-0.0.1-SNAPSHOT
    6)none(yet)
    7)none
    8)end of stream
    9)restarting my computer, changing my hamachi ip.
    10)yes
     
  13. Offline

    Xgkkp

    I blame the site admins for turning off the red background. And not implementing it with some modern form of <blink>!
     
  14. Offline

    mughi

    i blame the silly voting buttons that apparently anyone can enable :)

    1. ok
    2. ok
    3. This should be updated. Get the 64 bit version so you can use more memory: Java Download (any version)
    4. ok
    5. craftbukkit-0.0.1-SNAPSHOT is NOT a version number, but we'll deal with that later
    6. um.. this is probably your problem (more below)
    7. ok
    8. this is an error from the client. but it sounds like you are not running the server yet
    9. ok
    10. which ones would be useful to know, but again, #6 seems to be the main issue
    ok.. so according to #6, you are not running the server? If that is the case see a) otherwise, see b)
    a. to create a server, do the following:
    1. update java (see 3 above)
    2. create a folder on your computer to store craftbukkit and your plugins/etc
    3. download Latest Recommended Build, put the jar file in the folder from 2
    4. create a batch file (use any text editor, save as startbukkit.bat, filetype = any [NOT TXT]): contents below, no line numbers
      1. java -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui
      2. pause
    5. double click the batch file
    6. connect to your server
    b. you answered #6 wrong. find the file you use to start your server. right click it and open with a text editor. paste the contents here

    edit: fixed wrong number

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

    LIVExSn1PeD

    #4 is are you using any wrappers
    How did i answer that wrong and why?

    Questions: 1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    2. What architecture is the OS you are running (x64 or x86)?
    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    6. What command are you using to run your CraftBukkit server?
    7. What plugins are you running?
    8. What error are you getting (post your server.log file if possible)?
    9. What have you tried already?
    10. Have you tried any of the things below?
     
  16. Offline

    mughi

    my bad.. #6
     
  17. Offline

    LIVExSn1PeD

    I already did all that.
     
  18. Offline

    mughi

    then post the contents as i said in part B
     
  19. Offline

    iCandyz

    i have MCAdmin and idk how to put plugins in it =P... i tried some but it didnt work >.<
     
  20. Offline

    LIVExSn1PeD

    Ok:
    @Echo OFF
    SET BINDIR=%~dp0
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar "%BINDIR%\craftbukkit-0.0.1-snapshot.jar"
    PAUSE

    I didnt Know What the question was asking.

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

    mughi

    no problem.

    ok.. your startup looks ok

    you said that when you try to connect to your server get 'end of stream' or something similar:
    and you say that the original minecraft_server.jar from minecraft.net works.

    1. does it work if you connect to your server with a client installed on the server (localhost:25565)
    2. does it work if you connect to your server's internal ip address from another computer on your network? (internal address is usually 192...)
    3. have you updated java as i mentioned earlier (probably not the primary issue, but needs to be done)
    4. i don't use hamachi, so i don't know if this applies, but usually you need an entry in the windows firewall to allow traffic on port 25565 to go in and out. Control Panel, security, firewall, advanced, new incoming rule, new outgoing rule
     
  22. Offline

    LIVExSn1PeD

    1. no
    2. no (says network unreachable)
    3. yes i updated it just a few days ago
    4. windows firewall is off

    WHO VOTED YES

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

    mughi


    if you can't get #1 to work, NOTHING else is going to work

    please post the contents of server.log
     
Thread Status:
Not open for further replies.

Share This Page