Search results

  1. D

    Problem java.lang.OutOfMemoryError: Java heap space

    How much memory does your server have? Have you tried running with basic java arguments instead of all the extra ones you are currently using?
  2. D

    Problem Springpopulate is perma crashing my server.

    Springs (aka water spring) is a new thing in buildcraft, I don't know if there is a config option for this, but if there is try disabling it. Also try reporting this on buildcraft's website.
  3. D

    Problem Server lag, even on fresh build

    Seconding the above poster. I would seriously consider getting rid of all your java parameters you are trying to use as a test to make sure none of those are causing the issue. Use the default 2gb or 4gb script that comes with the pack and see if that makes any difference.
  4. D

    Little Help?

    That is the ram for the whole server that is then split between clients. It sounds as if he bought a vps or shard with 1400mb of RAM for his use. What OS/Java are you using? What FTB pack are you using? What startup script are you using? MC should be using the 1gb script as you are going to...
  5. D

    Mystcraft world importing

    I think you can make an age on the server, then clean out those files it made in the world, then move the old world files into there. Though I am not entirely sure how it is going to handle porting you into that map, but it should make for an interesting experiment.
  6. D

    Disable some mods

    On the server, simply delete the mods that you do not want to use from the mods folder.
  7. D

    Problem Mindcraft v7 Massive Memory Leak followed by Crashes

    What does your startup script look like? Java is a bit out of date. The second log shows redpower crash from pipes. So, something is still running somewhere if no one was online.
  8. D

    Problem Glitchy or Overloaded Chunks on MindCrack v7

    Could be some overflowing machines or factory with a ton of stuff in pipes. Have you tried turning turning off all the machines/engines/chunk loaders, etc in the area?
  9. D

    Crash error - Please help

    java.lang.IllegalArgumentException: Slot 247 is already occupied by com.eloraam.redpower.world.BlockCustomLeaves@39893349 when adding src.train.common.blocks.BlockOrePetrol@5e861b21 Looks like block ID conflicts.
  10. D

    Problem Mystcraft Age - Unable to find spawn biome

    Did Nether and TF work ok?
  11. D

    People can't join my FTB Server

    So, you narrowed it down to the Firewall causing the issue? Is it set to allow everything on those ports, like both packet types, etc? You may have to look into issues with the firewall for further troubleshooting to have the proper settings to allow full traffic on those ports if that is the...
  12. D

    Crash error - Please help

    Redpower liquid pipes somewhere is causing an issue. If you can navigate on the server before it crashes try removing pipes. Heavy handed approach is to disable redpower, start server and it will remove all redpower items. These items will not come back when you re-enable redpower, so backup...
  13. D

    Problem Errors in the console - Mindcrack v8.0.1

    Give examples of which ones?
  14. D

    Problem Ages & Twilight Forest not generating

    http://forum.feed-the-beast.com/threads/direwolf20.4829/ Last post in that thread, might be of some help.
  15. D

    Problem Mystcraft Age - Unable to find spawn biome

    Might be related, check last post: http://forum.feed-the-beast.com/threads/direwolf20.4829/
  16. D

    Server Requirments

    There are quite a few threads kicking around that talk about hardware and what people are running their servers on. Modified MC relies a lot on cpu speed as some of the machines and such really need a lot of power to run. Network connection effects playability as well, but most hosted...
  17. D

    Solved Updating Direwolf20 Server.

    Check the mods folder, error is for duplicate mods from that error.
  18. D

    Possible buildcraft server crash?

    Well, it seems like something with buildcraft, though I am unsure what block does a springpopulate. I would suggest checking out peoples buildcraft setups and see if anything obvious is sticking out. If you are using chunk loaders of any sort, have people turn them off/take them down for the...
  19. D

    Problem Errors in the console - Mindcrack v8.0.1

    So what exactly is the error that is being spammed? I looked through what you linked and didn't see anything that was an error being spammed.
  20. D

    Problem General LAG and Server stops every AM

    I am using the default java commands from the launcher basically. I am on a 2g vps, so I moved the memory up a bit. The only real error I get is a memory issue, which shouldn't be an issue with yours since you have a lot more ram to play with. The parameters you are using should make java run...