Solved My Bukkit server wont open/work

Discussion in 'Bukkit Help' started by Stephan9r9r, Jul 7, 2012.

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

    Stephan9r9r

    I have a vanilla server i can get to work fine. so I decided to upgrade to bukkit. I've got the Start.bat file setup, but I cant see any files in the folder my server is in, and the text doesn't look like its running a server. Here's what I've got so far.

    [​IMG]

    If anyone knows what the problem is please help.

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

    Honey_slew

    mm that happened to me to... still working on the .bat part tho xD
    Gl
     
  3. Offline

    Stephan9r9r

    well I used this code and just ran it a bunch of times to see what worked, but I'm still having trouble doing anything after that

    @Echo OFF
    color 0a
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    echo.
    echo What Java Version you Are Using (6 or 7)???
    set /p JR=jre
    set JR=jre%JR%
    echo Java Version Setted to %JR%
    Timeout /t 2 /nobreak >nul
    cls
    color 0a
    echo.
    echo Type CraftBukkit FileName without ext. [ex. craftbukkit-1.2.5-R4.0]
    set /p CBN=
    echo CraftBukkit Setted to %CBN%
    Timeout /t 2 /nobreak >nul
    cls
    color 0c
    echo.
    if %PROCESSOR_ARCHITECTURE%==x86 (
    echo Windows 32bit Detected!
    echo Program Directory Setted to %programfiles%
    SET PD=%programfiles%
    ) else (
    echo Windows 64bit Detected!
    SET PD64=%programfiles%
    SET PD32=%programfiles(x86)%
    echo.
    echo You want to Run Java from x32 or x64 ProgramFiles???
    echo x32 = %PD32%
    echo x64 = %PD64%
    set /p PGF=Run in x
    set PGF=x%PGF%
    if %PGF%==x64 (
    echo Program Directory Setted to %PD64%
    set PD=%PD64%
    ) else (
    echo Program Directory Setted to %PD32%
    set PD=%PD32%
    )
    )
    Timeout /t 4 /nobreak >nul
    cls
    color 0a
    echo.
    echo Starting CraftBukkit...
    Timeout /t 2 /nobreak >nul
    color 08
    "%PD%\Java\%JR%\bin\java.exe" -Xmx1024M -Xms1024M -jar %CBN%.jar
    color 0a
    echo CraftBukkit Stopped...
    echo.
    Timeout /t 5 /nobreak


    I've tried what you posted, like I say above I (think I) got the start.bat working but there's no other files besides the craftbukkit.jar

    cray_Z

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

    Bertware

    Possible solutions (try them in the same order as I write them) :

    Download the latest recommended build again:
    http://dl.bukkit.org/ (big green button)

    Not a solution, but do this anyway to prevent problems: Enable file extensions:
    http://windows.microsoft.com/en-US/windows-vista/Show-or-hide-file-name-extensions

    just use the .bat file described here:
    http://wiki.bukkit.org/Setting_up_a_server

    If it still doesn't work:
    try this one: http://forums.bukkit.org/threads/admin-install-bukkit-installer-for-windows-v1-2.70743/
    or this one: http://forums.bukkit.org/threads/craftbukkit-automatic-installer.26555/
     
  5. Offline

    Stephan9r9r

    tried them all, I THINK all I'm missing is all the other folders, but that should just "pop open" like a vanilla server?

    can someone just post the contents of a bukkit server that's up and working? just to see if I got somthing wrong?

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

    Bertware

    everything will be created the first time you run the server.
    Try reïnstalling java if none of the above worked.
     
  7. Offline

    Stephan9r9r

  8. Offline

    Lolmewn

    Please note: adf.ly links are not allowed on here.
     
  9. Offline

    Bertware

    The one he used in the beginning seemed correct.
    Looks like a problem with java to me... (see CMD output in screenshot, first post)
     
  10. Offline

    TnT

    Don't use ! in your folder name - that's your issue.

    Why on earth would you insert an ad.fly link for anything help related? Sweet zombie apocalypse, why??? They aren't allowed, and I can't see why you'd want to profit off of people providing you free help.
     
    Deleted user likes this.
  11. Offline

    Stephan9r9r

    Jesus Christ sorry I didn't know. I just took a link from another forum that lead to Google D:

    Does that mean I'm making someone $ D:
     
  12. Offline

    dark_hunter

    Does it just die!? Defuq does that mean?
     
  13. Offline

    Stephan9r9r


    Holy crud. I cant beleive it was THAT SIMPLE thankyou!

    umm how do I stop a forum?

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

    one_way_please

    yay no adf.ly links =DDDDDDDDDD :D:D:D[cake][diamondblock][diamondblock][diamondore][diamondore] no adf.ly YEA!!!!!!!!!! =DDDDDDDDDD sorry if this was spam buy yea
     
Thread Status:
Not open for further replies.

Share This Page