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

    Crush when adding just a simple mod

    Ok. I see the problem. The Splash Screen code doesn't pass a TextureManager to the FontRenderer. BetterFonts has replaced the FontRenderer with their own code, and they rely on a TextureManager being passed. Thus, it crashes. You should be able to get past by disabling the splash screen (go...
  2. D

    Minecraft Authentication Servers

    It actually looks like it has connected to the servers, but was not able to perform the SSL handshake properly. With all the SSL vulnerabilities that have been floating around recently (POODLE, HEARTBLEED, etc.), it wouldn't surprise me if Microsoft/Mojang updated their servers. You could try...
  3. D

    1.7.10 quits when i open a world

    It looks like there is a bug in HQM where if quests are disabled, it doesn't properly read the saved data. My recommendation would be to delete the the folder: {FTB}\1.7.10\minecraft\saves\{world name}\HardcoreQuesting and to check your {FTB}\1.7.10\minecraft\config\hqm\hqmconfig.cfg file...
  4. D

    [Solved]Can't launch any 1.7 modpacks

    The underlying problem is that the FTB launcher is attempting to upgrade / download the mod pack and it's failing. This looks like a temporary failure of the Curse website, and most likely, if you just run it again, it should work. However, you can try to bypass it by manually downloading the...
  5. D

    Ftb The Dark Trilogy crashes after trying to join servers

    Just for historical sake, the actual issue the OP reported is actually a bug in SecretRooms, which was fixed in build 4.7.1.412. Unfortunately, The Dark Trilogy 1.1.1 ships 4.7.1.406. It's a timing issue between WAILA and SecretRooms. There is a client side fix for it, PM me for details.