• 0

    posted a message on Server Connection Diffuiculties
    Is the firewall allowing connections through? also are the ports open on the router? this is server side btw
    Posted in: Server Support and Administration
  • 0

    posted a message on FTB Server Help
    This isnt regular old minecraft there is no profile selector on the FTB Launcher ( last i checked there wasn't).
    Are you sure the 1.6 server(s) didnt update? also are you making sure you have matched versions in the launcher and server?

    If its none of those please try this on the FTB Support forums, as regular minecraft forums would generally yeild regular minecraft support..
    Posted in: Server Support and Administration
  • 0

    posted a message on .Jar Severs Getting Me Down
    D:\5Programs\Minecraft\Minecraft Server>java -Xmx1G -Xms5G -jar minecraft_server
    .14w11b.jar -o true
    Error occurred during initialization of VM
    Incompatible minimum and maximum heap sizes specified


    Because on some machines or versions of java G doesnt work and even if that was the case the -Xms is larger than the -Xmx would still throw an error, its trying to assign 5Gb of starting memory but the -Xmx is low and the server could only use 1Gb of Memory.

    Try this:

    java -Xms512M -Xmx1024M -jar minecraft_server.jar

    That should work

    -Xms is the Minimum Amount in RAM ( Megabytes) you wish to give the server and -Xmx is the Maximum amount you wish to give to the server to use, the amount it uses is dynamic between the Minimum and Maximum Values specified

    You can then if you havent, put this in a text file and save as to a .bat file and you will not have to type it every time you want the start the server and make sure its in the folder where the jar is.

    Assuming that this is a Vanilla Server aswell.

    Edited spelling and typos, because not every human is perfect
    Posted in: Server Support and Administration
  • 0

    posted a message on Minecraft Servers may be down
    did you actually login in the launcher? and then try to download any mod pack?
    Sounds like you might not be logged in and just straight away trying to download modpacks.
    Did you check help.mojang.com at time? right now its green across the board. this is about 1hr later however.

    Just to be safe, run your av program to see if there is anything in your system where it shouldnt and your friend also.
    Posted in: Server Support and Administration
  • 0

    posted a message on Server Hang/Crash CentOS 6.5. Player count 3 question marks.
    Any you tried any other server versions? sounds like the jar might be corrupt
    Posted in: Server Support and Administration
  • 0

    posted a message on HELP! I can't connect to ANY servers! :((
    What version are you using? and all those errors seems to be local side errors, i would run a virus scan if i were you just to rule out any rogue viruses causing connection issues.
    Posted in: Server Support and Administration
  • 0

    posted a message on Unable to start minecraft 1.6.4 server (Crash Help)
    I had a look but could not get a definative mod that caused i suspect a few but you are better off getting support in the FTB Forums as they probably deal with these issues quite often and would be able to give you a more difinitive answer
    Posted in: Server Support and Administration
  • 0

    posted a message on Buildcraft is not working (1.6.4 server)
    You would probably get better help from FTB Forums when dealing with Buildcraft and related mods
    Posted in: Server Support and Administration
  • 0

    posted a message on Dedicated Server Lag Issue
    1) Spigot, also you can check what is lagging by enable timings in the config and work out whats causing the lag.
    2) Depends on the Dedicated Rig, whats the specs? if its a monster config then you shouldnt need to upgrade, more of a
    case of running the timings in spigot ( once you have it ) and let it run for 2hrs or so when its moderately active in the server and then do /timings paste click the link it give us and you can work out whats causing the issue.
    Posted in: Server Support and Administration
  • 0

    posted a message on [SOLVED] Port Not Opening
    Might have been overlooked did you run the cmd/batch with As Administrator, even though you might have Admin Privilges something might be scewed, try doing the right click run as Administrator and see if it works.
    Posted in: Server Support and Administration
  • 0

    posted a message on one really slow chunk (not a chunk error)
    Just a long shot, have you checked for spawners? or player made ones? might have been done without your knowing aswell
    Posted in: Server Support and Administration
  • 0

    posted a message on PlotMe Issue
    Simple way to know is look at the start up log file, check it over, and if something comes up with Invalid,illegal,Fatal,Could not load, An error occured, in the line then that plugin has a problem, which you will need to solve, and yes too many plugins will slow your server down quite considerably
    Posted in: Server Support and Administration
  • 0

    posted a message on Tekkit Server crashed

    --- Minecraft Crash Report ----
    // Surprise! Haha. Well, this is awkward.
    Time: 4/17/14 2:45 PM
    Description: Exception in server tick loop
    java.lang.NullPointerException
    at StevenDimDoors.mod_pocketDim.core.PocketManager.createAndRegisterBlacklist(PocketManager.java:697)

    --snip--


    Sounds like an issue with Dimensional Doors, try removing that and see if it works, or see if there is an update.
    Posted in: Server Support and Administration
  • 0

    posted a message on TestCraft Snapshot 14w11b Dedicated 24/7
    Bump for Server Change
    Posted in: PC Servers
  • 0

    posted a message on Ping on minecraft servers suddenly rised?
    Do a tracert on the servers in question, google is your friend here, find the IP or namehere.com and find out if there is any packet loss to these servers, if there is then theres the problem of your lag..

    If there is no packet loss, it could be local hub is being congested, or someone in your complex is causing the lagg
    Posted in: Server Support and Administration
  • To post a comment, please .