Flux Networks

Flux Networks

55M Downloads

Right-clicking the name-entry field on a Flux Controller crashes the client

ckaraviotis opened this issue ยท 1 comments

commented

image

Right-clicking the name-entry field on this screen causes the Minecraft client to crash. This is happening when connected to a remote server.

java.lang.NullPointerException: Updating screen events
    at sonar.flux.client.GuiFlux.func_73864_a(GuiFlux.java:648)
    at sonar.flux.client.GuiFluxController.func_73864_a(GuiFluxController.java:25)

Crash log is here: http://pastebin.com/4Biz9miA

Mod versions below.
SonarCore-1.10.2-3.2.1
FluxNetworks-1.10.2-1.1.1

commented

Forgot a null check... fixed in dev