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

    Minecraft crashes on startup when using 64 bit Java.

    Assuming the commandline fix from the first post works: The essential parts are the -Xincgc -Xmx1024m, although I don't know which one it is. The latter option limits the memory to 1G, something you may not want to do, the first one allows the garbage collection to constantly run instead of...
  2. A

    Windows .exe Problem Loading FTB

    Try selecting regions other than automatic. Try them all out just to be sure. It seems to be a problem connecting to the ftb servers, unfortunately I'm not sure exactly what the URLs for the launcher stuff are else I'd suggest trying to visit them in a web browser... You could also try using a...
  3. A

    Unix Game doesn't start

    Try downloading the latest version of LWJGL from http://sourceforge.net/projects/java-game-lib/files/Official%20Releases/LWJGL%202.8.5/ and replace /minecraft/bin/jinput.jar, /minecraft/bin/lwjgl.jar /minecraft/bin/lwjgl_util.jar and all files in /minecraft/bin/natives with the last versions.
  4. A

    Mod Concept: Lagfree Automation

    As to implementation specifics, it has been quite a while since I even looked at the decompiled minecraft code and I've never even worked with forge, so I'm basically just making educated guesses about the internal workings right now. I am fairly certain though that the main implementation...
  5. A

    Mod Concept: Lagfree Automation

    So I'd like to guage interest on a mod idea I've come up with and may eventually end up implementing (not right now, as I'm busy with finals and such). When I build thinks, I like to build them big. It therefore annoys me that the size of factories I make is essentially limited by my computing...
  6. A

    Is this compatible with Linux

    It's compatible. The JAR version of the launcher runs just fine, no need for complex workarounds with the EXE. As for the 1 fps, make sure you have proprietary graphics drivers installed (or any at all), maybe running straight from the jar will fix some problems too. Also note that ubuntu...