
ServerlistBufferCrashFixer
This mod is an enhanced version of ServerlistBufferFixer that resolves two critical crashes present in the original development.
Resolved Issues
First type of crash:
java.lang.ClassNotFoundException: net.minecraft.client.gui.ServerListEntryNormal$Anonymous${RANDOM_NUMBER}
This error may occur when using mods with different mixin versions.
Second type of crash:
java.lang.NullPointerException: Ticking screen
at io.netty.bootstrap.Bootstrap.checkAddress(Bootstrap.java:255)...
This problem manifests when there are many servers in the list and ViaForge is being used.
Compatibility
For Minecraft version 1.7.10, it's recommended to consider the alternative solution Netty-Patcher, which can also resolve the second type of crash.
Additional Features
Information about optimizations and other improvements can be found on the original mod's page.