Pointers

Pointers

899 Downloads

Inventory Pointer throws NPE's

branchpanic opened this issue ยท 0 comments

commented

When used from far away, the Inventory Pointer will try to open a GUI and encounter a NullPointerException when doing so. Doesn't crash the game, but spams the console.

It appears that in ProxyGui.java that the stack handler is null in getClientGuiElement but, if the chunk is loaded, fine in getServerGuiElement. Comes down to some client-server synchronization stuff, I guess.