Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. G

    Solved Forge Mod Loader Could not connect to this server

    your using the same mod pack and same version for the server and the client?
  2. G

    Problem Filler causing server lock-up?

    On slowpokes stream last week some time one of the mod devs mentioned the "buildcraft filler bug" in passing, I was under the impression that is was that it hammered on the server cpu not that it outright crashed if all you want is the user to be able to login, remove his/her player.dat from...
  3. G

    Problem Filler causing server lock-up?

    I am not aware of a way to force a chunk reset, but you can open the world with mcedit and remove machines. please note this could and probably will brake all the moditems in the chunk so backup first
  4. G

    Problem IC2 Keeps crashing my server

    there is a bug in ic2 when you macerate forcisium, it winds up overfilling the output slot crashing the server the only reason the server doesn't crash on start up is that it hasn't loaded the chunk with the machine yet. to fix you will need to remove the machine using mcedit, please note this...
  5. G

    Minium stone doesn't transmutate server side.

    Please note that equivalent exchange 3, the mod that adds the minium stone is still under heavy development and has not entered alpha yet I suspect that this is simply not implemented yet. for more info, and to submit a bugreport/fix go to https://github.com/pahimar/Equivalent-Exchange-3...
  6. G

    Problem Exception ticking world entities

    there is a known bug with tankcarts crashing the server when travailing through a mystcraft portal. It should be fixed in the next mystcraft update
  7. G

    Server Lag

    This will work with a vanilla server, bukkit, tekket, mindcrack, direwolf20 It is simply configuring the java environment to a latency sensitive application.
  8. G

    How to Make an Efficient Server

    it might run slower or less stable if its using the wrong sse, so yes
  9. G

    Server Lag

    if your using openjdk most of the options should be the same since you have 2 cores -XX:ParallelGCThreads=2 im not sure if your cpu supports sse4 if not you will need to change this line to the most recent version it suports -XX:UseSSE=4 im using mostly the same option on my ubuntu 12.04...
  10. G

    How to Make an Efficient Server

    The texture issue and transparent blocks you are reporting is caused by optifine the commands change the memory allocation to java, turn off the default java garbage collection and turn on parallel concurrent garbage collection. finally it tells the java compiler to use sse4 you can see an...
  11. G

    How to Make an Efficient Server

    is this a fresh world? or have you been doing other stuff There have been reports of mffs eating cpu like mad. also if you have mystcraft ages going or other dimensions this mod could help figure out which one http://www.minecraftforum.net/topic/1548779-146-ticks-per-second-v0411/ just drop it...
  12. G

    How to Make an Efficient Server

    that cpu usage is also worrying Minecraft is single threaded, it should use no more then 25%
  13. G

    How to Make an Efficient Server

    when you do your tests run this in the command prompt java -version
  14. G

    Problem Buildcraft power not going to query! (Direwolf20)

    what changes did you make to the pack? first glance suggests that a chunk the pipe travels through is unloading, so you could try a chunkloader. If it is a glitch with the pipes, use redstone energy conduit .
  15. G

    problem with client/server

    go into the server and delete the /mods folder and copy the files back. You have the version 2 mods and the version 3 mods trying to load at the same time always backup your map first
  16. G

    FTB Server CMD Issue

    the problem with your java install is that it didn't add itself to your system path see http://java.com/en/download/help/path.xml FTB is vary hard on systems compared to vanilla, I have never used tekket so I cant compare. you will want to look at this thread especially if you are running...
  17. G

    Suggest Mods for FTB Here

    The mod I would like to see added adds no content, its server side only. But its nice to measure server load http://www.minecraftforum.net/topic/1548779-146-ticks-per-second-v0411/
  18. G

    FTB werewolf20 (v2) [1.4.6] multiplayer problem

    mod that's complaining is extrabiomsXL I doubt that the java version is the problem but you can check the version by running java -version In the terminal ( Mac/Linux) or command prompt (windows)
  19. G

    Encountered an unexpected exception NullPointerException

    I suspect you are using the ender chest to feed a sorting system that contains a rotery macerator. The log indicates that the crash is from the advanced machines ic2 add on. there is a known bug in ic2 for 1.4.2 Basicly the machine keeps macrrating until it gets 64 items. But some items like...
  20. G

    How to Make an Efficient Server

    I'm running a client and server on my laptop and don't have this issue anymore you may what to look at this post. http://forum.feed-the-beast.com/threads/server-lag.2501/ My system I5 460m @ 2.5 GHz 8 gig ram Radion HD 5730 Local client running and server supporting 3 players