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

    Error occures during downloading the game

    Post a shit ton of thing from the console to pastebin.
  2. T

    Fluxuating Memory Usage…?

    I'm not sure, but it might be that it's using more and more ram until it realizes that there's too much being used and that maybe it should do something about it; then it cleans a bunch of stuff up, taking a bunch of power to do this. You could try adding the flag -Xincgc which enables a garbage...
  3. T

    FTB is crashing just before reaching the menus

    I think this is a bug with the new launcher. Try copying the files to multimc or the vanilla launcher; if you don't know how to do this, let me know.
  4. T

    Direwolf20 1.6.4 pack missing?

    What do you mean? Do you mean there's no 1.6.4 option in the menu or it wont launch?
  5. T

    Ftb/Direwolf20 Crashs when connecting to server!!!

    JVM Flags: 4 total; -Xms256M -Xmx3072M -XX:PermSize=256m -Xmx512M Try removing that flag, it's limiting minecraft to half a gig of ram which isn't enough. Use 64-bit java.
  6. T

    Ubuntu 13.10

    Try replacing all lwjgl files with the latest version from lwjgl.org Let me know if you don't know how to do this.
  7. T

    What do I do?

    See http://forum.feed-the-beast.com/threads/ftb-unable-to-connect-to-anything.36542 and http://forum.feed-the-beast.com/threads/problem-with-launcher.35002 and next time search for your issue before posting :)
  8. T

    Mac direwolf 20 1.6.4 server not loading

    This is probably not it, but maybe it isn't able to load all the locales because it's out of permgen space. Although, locales may not be loaded in permgen space; I have no idea. Or, it may run out of permgen space when loading mods. ForgeMicroblock{1.0.0.212} [Forge Microblocks]...
  9. T

    Loading DW20 pack, I have no sound when playing

    First, try updating java, the current version is 1.7.0_45 [INFO] LaunchFrame.main:189: Java version: 1.7.0_04 If that doesn't work, then this thread may help you, basically downgrading lwjgl to 2.7.1 fixes the issue. If you don't know hot to do this let me know...
  10. T

    NPE when unable to get java info, reports incorrect OS version, and issues with 32-bit Windows.

    I wasn't sure if it was able to tell; if it's not able to though, then they should put x86 or amd64 by the java version instead of by the os version because this can cause confusion. Although if they do intend to check (and I beleive this would be beneficial), they could see if the WOW64 folder...
  11. T

    Whats this error mean?

    Sorry about that, I felt that it would be ok though since the problem was pretty simple, and I'm tired so my judgements off. It really wouldn't have been funny anyway.
  12. T

    Whats this error mean?

    Thought you were referring to java as "him", not the friend; like saying java is trying to install the mod packs and windows isn't letting java. I was just joking around :)
  13. T

    Direwolf20 1.6.4 pack missing?

    If you select the direwolf20 path and click on the version dropdown menu then it should have a 1.6.4 version.
  14. T

    repice item list gone

    [INFO] [STDERR] Caused by: java.lang.NullPointerException [INFO] [STDERR] at codechicken.nei.NEIClientConfig.setSearchExpression(NEIClientConfig.java:546) Try deleting the nei config and allow it to regenerate. I don't think this is going to make a difference as both his downloads and desktop...
  15. T

    Whats this error mean?

    I feel you're being a bit sexist, assuming Java's gender. Sorry for being unproductive.
  16. T

    NPE when unable to get java info, reports incorrect OS version, and issues with 32-bit Windows.

    When starting the launcher it appears to try to read all the installed versions of java, I do not use the java installer; I just keep the executables in folders. Therefore, there is nothing to be read, so it throws a npe and crashes. Previous versions of the launcher worked without this issue...
  17. T

    New launcher crashes with Java error

    He's running 32-bit Windows, so he can't use 64-bit java D':
  18. T

    New launcher crashes with Java error

    The latest version must be bugged then, I'm posting a thread with issues in the launcher feedback section. Sorry I couldn't help :'(
  19. T

    New launcher crashes with Java error

    Use -Xmx1350M not -Xmx1G. Using 1G allocates 1 gig, you want to allocate more than a gig (1350M is a bit more than a gig), because it's crashing.