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

    ForgeMod Loader ID Mismatches Error.

    It means there is a difference between the ID in the world and the ID configs. I'm guessing you've uploaded a saved world, I'd recommend digging out your old configs and putting them in see if that helps
  2. D

    MCPC+ |ForgeEssentials|BukkitForge(Bukkit mods{kind of})

    ForgeEssentials 1.6.2? Can you provide a link.
  3. D

    Problem Yogcraft Server Memory

    You have the dash in the wrong place, should be like this java -Xmx1024M -Xms1024M -jar ftbserver.jar
  4. D

    Problem Forge Essentials HELP!

    You need these three. (ForgeEssentials.Protection.allowEdits=true) Allows editing (breaking/placing blocking) (ForgeEssentials.Protection.allowBlockInteractions=true) Allows button pushing, pressure plates, open chests etc... (ForgeEssentials.Protection.allowEntityInteractions= true) Can kill...
  5. D

    Solved Direwolf20 1.5.2 Server keeps `Crashing`

    Maybe its to do with the way you have minimum/maximum set up. Try ... java -Xms3G -Xmx3G -XX:PermSize=512M -jar ftbserver.jar
  6. D

    Solved Direwolf20 1.5.2 Server keeps `Crashing`

    2013-08-11 19:35:38 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space 2013-08-11 19:35:38 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method) 2013-08-11 19:35:38 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source) 2013-08-11 19:35:38...
  7. D

    Solved Direwolf20 1.5.2 Server keeps `Crashing`

    Pastebin the crash from the logs and I'll happily look. Also whats your start up command? Might highlight something.
  8. D

    Solved Trouble enabling mods Unleashed

    mod_ZanMinimap{Not available} [mod_ZanMinimap] (VoxelMap_1.5.2.u88.zip) Unloaded <<< From your log. It's the same thing. Did you try removing those mods and starting the server? If it doesn't start a new crash file will help narrow down the issue.
  9. D

    Any news on 1.6.2?

    Thank you.
  10. D

    Any news on 1.6.2?

    This makes no sense Nor does this. I think its a valid question. As i understand it the FTB launcher doesn't support 1.6.* modpacks due to the changes in forge. My modpack is one mod for been able to launch but I won't be able to add it to FTB as its not supported as of yet. So the real...
  11. D

    Solved Trouble enabling mods Unleashed

    Client side only mods: NIE addons, NIE plugins, ZanMinimap, Inventory Tweaks. Remove and you should be golden.
  12. D

    Solved Trouble enabling mods Unleashed

    Crash report or startup log(in pastebin) would help...
  13. D

    Unhigned Errors

    It probably a version mismatch. Clients and server needs to have exactly the same versions installed. More information is need really though, logs(in pastebin) and console output (in pastebin) should reveal more information.