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

    Problem Direwolf20 server crash

    You ran out of memory, try raising your permgen -XX:PermSize=128M -XX:MaxPermSize=256M
  2. B

    Monster server hangs then kicks everyone

    Shmeeb: You need to provide the actual log, not a snippet of it.
  3. B

    Problem Server Crashes Alot Don't know why (help needed)

    Your log shows a ton of Disk I/O errors, I would fix that first before attempting to troubleshoot rest.
  4. B

    Problem FTB Monster with Bukkit Essential?

    I renamed the MCPC+ project to Cauldron. New website can be found at http://cauldron.minecraftforge.net along with download links.
  5. B

    Solved Magic Farm 2 - 2.1.13 - MCPC+ Crashing

    "Your post about opis possibly being the cause hasent been confirmed by anybody like you asked as of yet nor is the thread solved" It is being confirmed by me and has NOTHING to do with ComputerCraft. As dariusc93 mentioned, seeing the word "lua" in our watchdog logs does not mean the issue is...
  6. B

    Solved Magic Farm 2 - 2.1.13 - MCPC+ Crashing

    You obviously didn't even attempt to read the github ticket completely or you wouldn't be asking this question. Doesn't matter, ProfMobius has already been informed and we will get it fixed.
  7. B

    Solved Magic Farm 2 - 2.1.13 - MCPC+ Crashing

    Deadlock caused by Opis. More info can be found here https://github.com/MinecraftPortCentral/MCPC-Plus/issues/1086. I already sent ProfMobius a message about it, just waiting to hear back =) For now, you can temporarily disable Opis until the issue is fixed.
  8. B

    flood console

    That doesn't make sense and clearly shows he doesn't know how "events" work in Forge. The moment you register a class with Forge on an event bus, Forge will invoke all methods of the class that are subscribed to events. I see he finally fixed it =)
  9. B

    flood console

    The author posted this recently on his forum "Retrogen is broken and not supposed to be in use." However, he is still registering the RetroGenController with Forge's EventBus which continues to monitor ChunkDataEvent.Load events. Link removed as requested by author. Contact him to fix the bug.
  10. B

    flood console

    Be my guest. If he doesn't fix it, i'll post a fixed version for you guys later tonight.
  11. B

    flood console

    I debugged this problem yesterday. It is caused by DragonAPI's RetroGen. https://github.com/ReikaKalseki/DragonAPI/blob/master/Auxiliary/RetroGenController.java He registers the class to monitor for chunk load events here ...
  12. B

    Problem FTB Direwolf 20 1.6.4 Server Lag

    The lag during world saves deals with how Mojang added new structure data for compatibility with 1.7 world updates. Basically, world generation logic has changed in 1.7 and in order to make sure 1.6 worlds can update to 1.7, Mojang had to save additional info to structures. However, one type of...