Wont let me open bukkit

Discussion in 'Bukkit Help' started by computerguru124, Jun 30, 2012.

  1. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I attempted to download bukkit and it wont let me open it. Thanks
  2. Offline

    Omnitv

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    We need more information than
    What is youre issue? Did you follow the steps correctly? http://wiki.bukkit.org/Setting_up_a_server
    Did you correctly format your server.bat? is your craftbukkit.version.jar in the same location as the server.bat
    We need more info to diagnose your issue.

    Go the these links.
    http://forums.bukkit.org/threads/fa...ownload-bukkit-install-plugins-and-more.5053/
    http://forums.bukkit.org/threads/troubleshooting-common-problems-with-solution.44590/#post-1189669
    http://forums.bukkit.org/threads/you-need-help-we-need-this-information-to-help-you.2018/
  3. Offline

    mindless728

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This may sounds weird, but take your PC outside, plugin it in via extension cord, and then hose down the inside of it while running as that should clean out all of the problems you are having currently
  4. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yes i followed the steps Omnitv but i am unable to find the server.bat.
  5. Offline

    Sushi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    You have to make server.bat yourself, it isn't included...
  6. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  7. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    how do i do that? im new to this so im about as clueless as a baby right now xc
  8. Offline

    Sushi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    What is your operating system's architecture? Also, what operating system are you using?
  9. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    we are using a linksys system if that means anything, i don't know what type of architecture it is, however yesterday i did manage to create a vanilla server without bukkit so i had a few people tell me to start over and use bukkit to make the server
    xP
  10. Offline

    Sushi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    linksys isn't an operating system...

    An operating system is Windows, Linux, BSD, etc.
    chaseoes likes this.
  11. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    o windows sorry
  12. Offline

    Sushi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Press windows key + pause break to see your computer architecture. It should be 32-bit or 64-bit.
  13. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  14. Offline

    Sushi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Okay, save this to startbukkit.bat and put it in the same folder as craftbukkit.jar. If craftbukkit.jar is named something other than craftbukkit.jar (such as craftbukkit-1.2.5-R4.0).

    Make sure you are using a 64-bit Java 1.7 JVM.

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx2048M -Xms1024M -jar craftbukkit.jar
    PAUSE

    This post has been edited 1 time. It was last edited by Sushi Jul 1, 2012.
  15. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    okay so to do that do you just go into the folder and make a new folder within my bukkit folder?
  16. Offline

    Sushi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  17. Offline

    computerguru124

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i don't have a startbukkit.bat ?
  18. Offline

    Sushi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    >save this to startbukkit.bat
    >save startbukkit.bat
    >save
    >_save_

Share This Page