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

    Problem .exe file doesn't upload

    Assuming your server is running Linux you won't be using any .bat or .exe files so you can safely not upload those. If your server is using Windows, talk to your host about the issue. Blocking certain file types via FTP is not normal and has genuine uses like this one.
  2. D

    updating from 1.2.1 to 1.4.1

    Should be no issues. Just make a backup before doing the update.
  3. D

    Poor Start Script for Java 8 in FTB Infinity 1.4.0

    Two minor nitpicks I have: -d64 is only used to force usage of 64 bit JVM. Useless because nearly all FTB packs need 64 bit Java to have large enough heap space anyways and there is no 32 bit mode in 64 bit Java. For the same reason, -server is useless. tmux is a better alternative to screen...
  4. D

    Need some advice for a new server setup and admin...

    Sweet, I am going to catch some sleep soon. Let me know how the performance goes and if you have any more problems.
  5. D

    Need some advice for a new server setup and admin...

    I understand you want to use MultiCraft but could you try the server without it if possible? I am curious why you would be having issues using a combination only G1 garbage collection and MultiCraft is the only thing I haven't tested myself. Even if that works, I know you want MultiCraft so I...
  6. D

    Forum Moderator Applications

    Username of Self: DZCreeper Recommendation 1: L0NExW0LF (Permalink) Recommendation 2: Not Yet Nominated Additional Information: Constantly accessing and checking FTB forums anyway, mostly lurking unless I am summoned or well informed on a topic. Been doing that since Dec 1, 2012. Excellent...
  7. D

    FTB News - April 24th, 2015

    Its 4 in the morning and I don't really feel like breaking a code right now. Is it related to applying to being a forum moderator, like a specific word or phrase that needs to be included in applications?
  8. D

    Need some advice for a new server setup and admin...

    Interesting. Make a backup of session.lock to be safe then try deleting it and starting the server again. That shouldn't be an issue specific to Java 8 so I assume its some interaction between Java 8 and MultiCraft or one of the mods you have installed.
  9. D

    Need some advice for a new server setup and admin...

    There should have been something in the /crash-reports folder. If not, the log from /logs called fml-server-latest.log would be best. Its probably too large for pastebin though so either trim it down to the last 100 lines or preferably upload the whole thing on a file sharing site
  10. D

    Need some advice for a new server setup and admin...

    Assuming you have at least Java 8 Update 20 installed, please give me the log. If not, you will need it and should be using it anyways. I just assumed you were because your original JVM arguments lacked any mention of PermGen and before Java 8 you needed to set that manually for good...
  11. D

    Need some advice for a new server setup and admin...

    Knock down your Xmx a bit, garbage collection is going to fuck your shit if it has to take care of 30GB. Start with 8GB and expand upward in 4GB increments as needed. Leave the Xms at 2GB. You have 12 cores and they aren't that good for single thread performance which isn't a great situation...
  12. D

    Request Can 2GB Run A FTB Infinity Server?

    Frostbite is worse if anything. Servers aren't just about specs, its also about quality. 35 minute ticket response time isn't very good and the recommended player numbers tells me they are massively overselling their hardware. 10 players per 512MB is just outrageous even for an optimized vanilla...
  13. D

    Request Can 2GB Run A FTB Infinity Server?

    For how many players? That budget is pretty tight for what I consider to be a small server which would be 3GB of memory. 3GSNHosting doesn't look terrible buts its a relatively new company so I wouldn't trust them to still be around in 2 years plus there is a good chance they are just reselling...
  14. D

    Request Can 2GB Run A FTB Infinity Server?

    Ignore the people suggesting 8GB for a small server and Nodecraft. I would suggest a baseline of 1.5GB and an additional 0.5GB for each player. If you want, tell me your budget so I can recommend some good VPS or dedicated servers if your budget fits.
  15. D

    FTB Trident Released

    Using Faithful 32 for the pack screenshots. No pressure DZ.
  16. D

    Low FPS most fixes dont work

    For optimal performance on machines using an Intel processor, I can recommend the following setup for maximum performance on 1.7.10: Install FastCraft. http://forum.industrial-craft.net/index.php?page=Thread&threadID=10820 There is absolutely no reason not to have this, most modpacks are smart...
  17. D

    CreeperHost server

    For Infinity I would say the Zombie package would be the minimum. The Slime package is no longer available, the information in this thread is from late 2012. Over two and half years later a lot has changed.
  18. D

    How much lag can microblocks cause?

    Lets just say the entity code is almost literally a steaming pile of shit that someone left in the middle of a Java program. On every server I know, tile entities take up less than 15ms. Meanwhile I have seen entities costing a full 1ms each in rare cases and generally a every high cost just for...
  19. D

    What's new in modded minecraft today?

    Fair warning, this update crashes if you don't have IC2 installed. Had to downgrade to 1.5. https://github.com/rwtema/DenseOres/issues/74
  20. D

    What's new in modded minecraft today?

    The Magical Crops beta made me laugh. 3 of the essence types are Harry Potter universe spells, 2 of them are the unforgivables. To keep this semi relevant to the thread, the latest 1.7.10 versions of Forge have changes to the fluid registration system. Avoid going past 1354 if you have mods...