Torchmaster

Torchmaster

64M Downloads

Client crash

A-bac opened this issue ยท 3 comments

commented

Getting this client crash, not sure where to go with it

https://gist.github.com/frenzye/2703f934ffdbac4b3e28991e8e242544

commented

This error seem to be related to something with better builders wand. I'll take a closer look at it when I get home. Thanks for the report.

commented

I was able to replicate the issue with the mega torch as well as a normal vanilla minecraft torch.
It seems the problem is on side of BetterBuildersWand and/or netherex.
I will leave this open for now, but I cant do anything on my side to fix this issue.
portablejim/BetterBuildersWands#47

commented

The crash happens due to NetherEx trusting the values passed to Block#pickBlock(), but BetterBuildersWands passes a wrong coordinate which causes the NetherEx block to crash. NetherEx no longer supports 1.10.2 and even then, its BetterBuildersWands fault for passing invalid values imho.

Since the bug is not directly related to Torchmaster (just easy to replicate with it, should be just as simple to replicate with a fence tho) ill close this here.