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

    Problem java.lang.OutOfMemoryError: Java heap space

    it's telling you exactly what's wrong you have duplicates of the same mod in your mods folder now that its not running out of RAM it's crashing because they're conflicting
  2. K

    Problem java.lang.OutOfMemoryError: Java heap space

    Try lauching your server with thisjava -Xms512m -Xmx4096M -XX:permSize=256m -jar Serverjarnamehere.jar nogui
  3. K

    Problem Server lag FTB infinity evolved

    have you ran a Profiler like opis or tickprofiler if nothing shows up on those i have seen Blood magics orchestra of the phantom hands wreck a server and be invisible to profilers
  4. K

    Problem server crash

    Well nodefclassfound errors are usually due to old java but it looks like you have 1.8 so on a long shot do you have -jar in front of your server jar in the startup script?
  5. K

    FTB Infinity Evolved server crash on start

    To me it looks as if something has gotten corrupted somewhere unfortunately it doesnt say what its trying to load if your on windows i would say use processhacker to look at open file handles while its trying to start but other then that it may be very hard to track down
  6. K

    Opis and MobiusCore causing crash

    i can give you 2 options for lag hunting that i know of first you can search for Yives mirror as that site hosts the kcauldron mobius core or you can use nallar's TickProfiler With Opis tho you may run into a issue with mapwriter crashing your client due to rendering issues with the Chisel mod...
  7. K

    Infinity 2.3.0 Server crash

    most of the time when you get NoSuchMethodError its due to the java being older then what the mod requires