Crush when adding just a simple mod

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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

Glitter Freeze

New Member
Jul 29, 2019
8
0
0
Title:
Crush when adding just a simple mod
Launcher Version:
1.4.8
Modpack:
FTB infinity
Modpack Version:
1.8.2
Log Link:
http://paste.feed-the-beast.com/view/5109b19f
Details of the issue:
Im a russian player and since default russian font is broken I need to use a mod that fixes that. Currently its "BetterFonts". But when I add this to infinity pack the game starts with blackscreen and closes soon. w/o better fonts the game is unplayble.
 
Last edited:
Crash log? In the launcher's options tab, check the boxes "Show Console" and "Reopen launcher when Minecraft exits". Then launch your pack again and when the crash/error/other problem occurs, click the "upload log" button in console window and give us the link.
 
Is that mod for MC version 1.7.10?
 
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 into the FTB/FTBInfinity/minecraft/config/splash.properties file and change the enabled=true to enabled=false
 
  • Like
Reactions: Blackness Lord
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 into the FTB/FTBInfinity/minecraft/config/splash.properties file and change the enabled=true to enabled=false
thank you very much sir, its worked! you saved ftb experience of me and my friends and made it even better.
 
  • Like
Reactions: Blackness Lord