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. C

    Problem Tile Ticking Entity Crash Unleashed 1.1.2

    Currupted item: Entity Type: Item (net.minecraft.entity.item.EntityItem) Entity ID: 880182 Entity Name: item.Smeltery.Brick Entity's Exact location: -1577.87, 68.04, -146.99 Delete and you should be good.
  2. C

    ftb unleashed crash

    If you cant find it normaly see if you can turn off the rate limit and cause the crash.
  3. C

    Solved MCPC+ MystCraft permissions issues

    Then you get to deal with a whole bunch of NBT data resetting and missing alot of the memory/gc fixes. I have never had any issues with PEX and user permissions work correctly on any world even newly created ones. As for the world names since they follow the forge format now (your going to...
  4. C

    Problem Server Won't Start All of a Sudden

    Besides when people who use a proxy.... Someone used a force wrenched wirelessredstone device. Only real fix if you cant find it via MCEDIT is to start server without wireless redstone stop re-enable and start it again.
  5. C

    FTB Unleashed Server Suddenly Crashed

    Someone has a corrupted item in an enderchest from chickenbone's enderchest (probably something force wrenched). That or it did not save correctly. Enderstorage in world folder backit up/move it out and see if the server starts.
  6. C

    ftb unleashed crash

    21.08 16:49:25 [Multicraft] Skipped 1255 lines due to rate limit (30/s) Going to need those skipped lines, they should be in the ordinal log as most likly there is a blocked thread.
  7. C

    Problem 100% CPU load, players falling out of world on teleport/map load

    Minecraft is not mutlithreaded. It only runs on one thread. You can distribute the GC and some of the network to other cores but the main thread is only one. Have you checked entities or checked loaded chunks to see if there is an out of control mob spawner?
  8. C

    Problem server crash

    Well something is trying to cast it as a chest which is rather odd. There are several methods of fixing it. If it is just the portal delete the portalgun.dat file which saves all the locations. If that does not fix it you can start the server with out portalgun mod (which will delete it from...
  9. C

    FTB Unleashed Plugins?

    MCPC is better then bukkitforge.
  10. C

    Solved Super console spam ftb unleashed

    I don't use MCMA so can't help you at all there. If MCMA has some sort of auto restart on ___ exception that might be it.
  11. C

    Solved Super console spam ftb unleashed

    Its not the size of the world, but the physical files. Every calculation is having to deal with those larger numbers. And you have the exact cords of the block that is causing the spam. All of my servers' worlds are in the range of 50GB but I have each world limited to max of 60k out.
  12. C

    Solved Super console spam ftb unleashed

    Don't be a million blocks out. The files are physically 8x larger or more out there and thats means server psychically having to deal with that much more data. I have seen worlds not save correctly at 100k and those cords are over 10x further out.
  13. C

    Chunkloading

    Less lag then allowing them 24/7
  14. C

    Problem How to make FTB Unleashed Server Mac

    Only thing different between modpacks is the contents of the folders but not the process. And that tutorial is for linux.
  15. C

    FTB Unleashed Random Server Crash

    Constant your service provider and tell them they need to allocate more of your ram to it if they wont let you (after all you are paying them)
  16. C

    Solved Super console spam ftb unleashed

    Being that far out causes issues in itself. I either put a border on your world or something to that extent.
  17. C

    Problem How to make FTB Unleashed Server Mac

    Um.... Could of just searched. http://forum.feed-the-beast.com/threads/johnleys-fast-and-easy-server-setup-guide.1290/
  18. C

    Server crash when placing chunkloaders in Mystcraft / Twilight Forest

    For me it seemed to more when chunkloaders of multiple people overlap. Have not had a crash since I removed all other chunkloading besides mine.
  19. C

    Problem How to make FTB Unleashed Server Mac

    Just follow any of the guides on the forums. JAVA is os independent (mostly)
  20. C

    ComputerCraft Redstone Server Crash Fix

    Just go into the base lua files and add a sleep(0).