Waystones (Fabric Edition)

Waystones (Fabric Edition)

3M Downloads

Warp Stone won't open waystone selection GUI with Vivecraft

Termime opened this issue ยท 6 comments

commented

Warp Stone isn't allowing me to teleport to waystones in the world. No GUI appears

commented

Same here. When clicking, get the following dump in the log: https://pastebin.com/YcBpNkL2

commented

Also get crash to main menu when breaking/placing new stones (after the above bug procs) https://pastebin.com/tkJRGNqy

commented

https://github.com/blay09/Waystones/blob/d07a12a915e969f7e37cbe0664cb69fb3e840c30/src/main/java/net/blay09/mods/waystones/network/message/MessageTeleportToWaystone.java#L43

On this line, for whatever reason, "hand" seems to be null? I'm not 100% sure of this, but I'm about 95% sure. I haven't encountered the error yet. I'm not sure how hand would end up null there either, but I traced it up at least to here without seeing any way of it getting corrupted (ie. it probably was null before reaching this point somehow):

https://github.com/blay09/Waystones/blob/d07a12a915e969f7e37cbe0664cb69fb3e840c30/src/main/java/net/blay09/mods/waystones/client/ClientProxy.java#L124

commented

As far as I can see there is no code path that could lead to hand being null, at least not with any other coremods/Sponge messing with it. Is this issue still happening?

Also I believe Termime's issue is a different one, since there the error seems to occur before the list is even shown. Would need a log from that one as well.

commented

Sorry for the late reply. this issue is still happening.

Maybe it has something to do with vivecraft?

commented

Does this still occur in 1.16.x?