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

    Server Start Fail

    You can technically add mods, but keep in mind that Infinity has been tailored for only the mods in the pack. Adding mods may move your experience away from what the pack designers wanted, and everyone that joins your server would have to manually add the mods to their client. That or create a...
  2. K

    What recording software do you use?

    If you're willing to sink some money in Fraps is fantastic. Easy to use, and quite simple. Only main problem are the files it generates are massive. Shouldn't be a problem though if you have at least 1TB of storage.
  3. K

    Problem Server Crash on startup - Logs inside

    Ick. That is certainly a strange crash log. For now, have you tried backing up all save files (world save, player data), then reinstalling the server from scratch? The only things I can see are that BiomeTweaks is disabled for some reason, and enderio found some odd behavior in some of the api...
  4. K

    Server Start Fail

    You need to remove all client only mods from the server. From basic checks I think you still need to remove ResourceLoader and CustomMainMenu. There might be others but those are often the most common.
  5. K

    Sometimes I poke around a bit. If you have questions that you think I can answer, feel free to...

    Sometimes I poke around a bit. If you have questions that you think I can answer, feel free to ask. I like minetweaker!
  6. K

    Bizarre errors

    Digging through a bit, the first problem was caused because the server couldn't save the player statistics. This may have been because the server didn't have enough memory allocated, etc, which I think is what the hosting company fixed. The second is a bit odd, as after poking around in...
  7. K

    Bizarre errors

    If you look at the recipe for the end game items ( creative portable tank for example) you'll see the crafting grid is a 9x9, which is the dire crafting table from avaritia. removing that will break a large amount of custom recipes, and cause the entire script to break. (Script won't run if it...
  8. K

    Bizarre errors

    Huh. From what I can see the issue is more with the world, and not the server install. If you have a backup before the error, during, or after, would you mind providing a download for people here on the forums? Someone might be able to mess around with mcedit or something to find any issues...
  9. K

    Problem Server Bat not starting my project Ozone 2 server

    Try using pause to see what the problem is. Other issues could be the eula is not accepted, but that only is generated when forge finishes initializing all the mods. After that you need to make sure you have all the proper configs and remove all client-side only mods, such as custom main menu...
  10. K

    Help with a vanilla command!

    As someone who has done a lot with command blocks, I prefer this generator, as it can do a lot more than most and supports multiple versions. https://mcstacker.bimbimma.com/
  11. K

    Modifications were Stuck

    I recently went back to my old world to work on stuff more and have not seen any issues so far. I don't think this should cause any crashes, as I haven't encountered any, it just looks like one thing may not have worked properly. From what I've seen all the prior script changes are still there.
  12. K

    Cannot launch any modpacks

    huh. Try backing up what files you may have and reinstalling the latest version of the pack.
  13. K

    Cannot launch any modpacks

    Err, what pack are you using? I think the magic bees version may be a bit old, so updating to the latest on both forestry and magic bees may work.
  14. K

    Cannot launch any modpacks

    No problem! Have fun! :3
  15. K

    Multiple modpacks crashing on startup

    Found this, it's not helpful, but funny. XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.net.preferIPv4Stack=true Can you try to find a modpack crash log? This is more of a java crash. Which makes me want to ask you to uninstall all versions of...
  16. K

    Stuck at downloading terrain

    Can you post the crash log in a text file please? We can't really help if we can't find the problem.
  17. K

    Can't load Unstable

    Okay, to start, not sure if this is a simple string error in the code, but it looks like you are allocating WAY to much ram for minecraft. If so, lower it to 3-4. Make sure to update to the current version of java and remove all older versions that may be installed. Finally, try launching it...
  18. K

    SERVER CRASH PLEASE HELP ME PLEASE

    If you read near the bottom of the crash log it specifically tells you that cauldron is not supported. Server plugins and things like spigot are very finicky when used with mods and generally don't work. Some do, but what the plugins do are very limited.
  19. K

    Modifications were Stuck

    Here is something that has some info. Looks like there isn't much we can do on this one. https://github.com/stanhebben/MineTweaker3/issues/121
  20. K

    Cannot launch any modpacks

    Hi! I can't really use much from this pasted text, can you locate the log file that this is in and post it as a .txt file? However, from what I can see it looks like it cannot find forge for some reason. Thanks! Nevermind, just found a similar thread posting. Follow the instructions at this...