Start.bat - Not working after 1.1-R3

Discussion in 'Bukkit Help' started by FuturaEX, Jan 31, 2012.

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

    FuturaEX

    hey, after i changed to the 1.1-R3 it says something like ''can't find choosen path'' or something like that, don't quite remember.
    I've changed the Start.bat file to R3 but still won't work.
    would someone please post the correct start file here?
     
  2. Offline

    Schizo

    the only thing i could think of is you have the files incorrectly match. Could you paste your start.bat file contents?
     
  3. Offline

    FuturaEX

    I will when i come home from school.
    that's about 6 hours ;P

    Schizo

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R3.jar
    PAUSE

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

    Schizo

    Is the craftbukkit file in your folder named the same (even try without the .jar at end) as the one specified in that code?
     
  5. Offline

    FuturaEX

    OMG <.< i found the problem x) i was trying to start a 32-Bit server, when i have a 64-Bit computer x)
     
  6. Offline

    Schizo

    lmao nice. Well good luck on your server man. I finally got mine about setup just need to crunch in a few perms and im ready to go.
     
  7. Offline

    terminator858

    anybody kno how to let people that just joined ur server let them break blocks cause i keep having to op everyone and and can u reply with the code to run my START.bat for a 64 bit and how do u know what ur pc is? cause i need it to be a 64 bit cause whenever i wanna change my render it says minecraft has ran out of memory! i need to fix that please help!
     
  8. Offline

    FuturaEX

    to let them break stuff, i recommend you use this: http://forums.bukkit.org/threads/ad...fficial-default-groups-plugin-1-0-1-r1.26785/

    heres my start.bat for 64 Bit:

    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R3.jar
    PAUSE


    to check if you have a 64 bit or 32 bit computer go to: Control Panel -> System & Safety -> System -> and it should say ''system type'' 64 bit or 32 bit. ( i Don't know if that's the correct translations, but my computer language is in norwegian so i don't really know what it is in english ;P )

    as for the ''minecraft run out of memory'', i'm not really sure, but i think it has to do with java. just google it. i had the same problem, googled it and fixed it, don't remember quite how i did it though.
     
  9. Offline

    terminator858

    ok thanks and just pm me and i wil tell u my email cause i need a little more help please:(
     
Thread Status:
Not open for further replies.

Share This Page