The Bukkit Consulting Firm - Solving all your Bukkit-related challenges! Thread #2

Discussion in 'Bukkit Help' started by Deleted user, Jun 21, 2012.

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

    artcwolf11011

    Then can you help me with one problem opening a port I think port forwarded correctly my rrouter is a linksys iam on a windows 7 ladtop.
     
  2. Offline

    cray_Z

    You must allow the ports through your windows firewall.
    see here:
     
  3. Offline

    BMX_ATVMAN14

  4. Offline

    artcwolf11011

    I got the port to open I just cant connect now with the ip from ip chicken the server is a hamchi iam trying to swicht it to a port forwared one do i need to get rid of hamchi I also turned off my firewall.
     
  5. Offline

    cray_Z

    If you had hamachi, you probably had the ip in the server-ip= in the server.properites .... make sure that is blank
     
  6. Offline

    New Motion

    I just upgraded my ram from 2 GB's to 3.25 GB and tried to change my allocated server ram from 1 GB to 2 GB and I got this error:

    [​IMG]

    Here are the specs:
    [​IMG]

    This is how my RUN.bat also looks like:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
    PAUSE
     
  7. Offline

    BMX_ATVMAN14

    Close minecraft first then start the server and then open minecraft.exe
     
  8. Offline

    New Motion

    But when I started the server, I didn't have any other programs on.
     
  9. Offline

    BMX_ATVMAN14

    You can give yourself 1536mb of ram
     
  10. Offline

    New Motion

    Would 32 bit laptop read it when I put that on my RUN.bat? If yes, how would I type that in my current RUN.bat format?
     
  11. Offline

    BMX_ATVMAN14

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1536M -Xms1536M -jar craftbukkit.jar
    PAUSE
     
  12. Offline

    New Motion

    I still got the same message.
     
  13. Offline

    BMX_ATVMAN14

    But you could do it with 1024mb (1gb) of ram?
     
  14. Offline

    Omnitv

    What is your computer specs?
     
  15. Offline

    BMX_ATVMAN14

    Omnitv

    How does that work out? You bought 1gb of ram and another 256mb?

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

    Omnitv

    Yeah thanks, TnT posted something earlier for a 32bit start up code, One sec plesh.

    Edit got it
    PHP:
    java -Xincgc -Xmx1024M -jar craftbukkit-1.2.5-R4.0.jar
     
  17. Offline

    New Motion

    Well that's what it says in the picture. "3.25 GB of RAM"

    So I instead of 1024, I would type 2048 for 2 GB's?
     
  18. Offline

    BMX_ATVMAN14

    Yes or if that doesn't work try 1536mb
    Note****The "craftbukkit-1.2.5-R4.0" change that to what you used before (ie the bukkit.jar or "craftbukkit.jar")
     
  19. Offline

    Omnitv

    Oh no you can edit the -Xmx any way you like. Here ill provide with 1.5 GB dedicated RAM since you only have 3.2GB on it. so 1.5GB for server 2.5 for minecraft and other programs. this is my suggestion, feel free to edit.

    PHP:
    java -Xincgc -Xmx1536M -jar craftbukkit-1.2.5-R4.0.jar
    PHP:
    512 512MB
    1024 
    1GB
    1536 
    1.5GB
    2560 
    2.5GB
    3072 
    3GB
    5120 
    5GB
     
  20. Offline

    BMX_ATVMAN14

    always got to have the better post...
     
  21. Offline

    Omnitv

    :3 can you have it any other way?
    Cookie? [​IMG]
     
  22. Offline

    BMX_ATVMAN14

    om nom nom. Milk please!
     
  23. Offline

    Omnitv

    Im sorry but we ate all the cows.
     
  24. Offline

    BMX_ATVMAN14

    oh no!
     
  25. Offline

    cray_Z

    Man. sometimes, we get really offtopic
     
    BMX_ATVMAN14 likes this.
  26. Offline

    Deleted user

    We are not looking for any more members until we get enough interest first. What's the point of having loads of staff when you have minimal interest?
     
  27. Offline

    artcwolf11011

    Thanks for the help so far just one last thing the ip from ip chicken refues to conect to my server I dont know what the problem is.
     
  28. Offline

    TnT

    I hope this thread doesn't stop you gents from helping out on the rest of the forum like the last one did.
     
    Deleted user likes this.
  29. Offline

    cray_Z

    Don't worry, it won't.
     
  30. Offline

    New Motion

    I still got the same message :/ This is how the run.bat looks like with your help:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1536M -jar craftbukkit.jar
    PAUSE
    I took out the "-1.2.5-R4.0.jar" because it couldn't find it and I renamed my craftbukkit to just craftbukkit.jar.
    So I guess I'm stuck with 1 GB of ram server? :(
     
Thread Status:
Not open for further replies.

Share This Page