cominixo / BetterF3

A Fabric mod for Minecraft that provides a highly customizable, more human-readable Debug HUD.
MIT License
137 stars 34 forks source link

Crash while teleporting long distances with Bukkit plugin #36

Closed Eiim closed 2 years ago

Eiim commented 3 years ago

I got this crash while teleporting a few thousand blocks using the /home command from the Essentials Bukkit plugin with BetterF3 open. Shorter distances don't crash.

First few lines of stacktrace:

java.lang.NullPointerException: Cannot invoke "Object.toString()" because "this.value" is null
    at me.cominixo.betterf3.utils.DebugLine.toText(DebugLine.java:51) ~[BetterF3-1.1.3+1.17-pre1.jar:?]
    at me.cominixo.betterf3.modules.BaseModule.getLinesFormatted(BaseModule.java:93) ~[BetterF3-1.1.3+1.17-pre1.jar:?]
    at net.minecraft.class_340.getNewLeftText(class_340.java:2182) ~[intermediary-minecraft-1.17.1-client.jar:?]
    at net.minecraft.class_340.handler$bch000$renderLeftText(class_340.java:2260) ~[intermediary-minecraft-1.17.1-client.jar:?]
Eiim commented 3 years ago

This also happens while going through a nether portal.

cominixo commented 3 years ago

Thanks for the report, I'll look into it as soon as I can

cominixo commented 3 years ago

Also, it would help to get a full crash report if that's possible

TreyRuffy commented 2 years ago

Closing unless there is a crash report to suggest the issue still exists.