amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 22 forks source link

Crash with RefinedStorge and Mekanism #120

Closed Janrupf closed 6 years ago

Janrupf commented 6 years ago

Every time I place a cable from Mekanism or RefinedStorage in a already placed Multiblock structure (build with chisel and bits) it crashes with a Nullpointer. After the crash the block is places like it should. (<- only Mekanism, RS behavior is below)

Crashlog + a few more lines above it

EDIT: I don't know if this is related to RefinedStorage, but placing any bit on a block where a cable is generates an invisible bug block. (This is happening on a server) /testfor outputs tile.name.null This is only happening with RS cables, not with Mekanism cables/pipes/etc

2xsaiko commented 6 years ago

Does it still crash without WAILA? Looks like its selection tooltip renderer is causing it. Will look into it tomorrow, probably

raoulvdberge commented 6 years ago

This bug is for 1.11.2 btw. Would be helpful if the bugreporter stated that.

2xsaiko commented 6 years ago

It doesn't crash for me, but there is definitely some weird bugs (for example, this error and a LOT of invisible blocks) in there that my changes in the 1.12 branch probably fixed. I'll see if I can port them to this branch, shouldn't be too difficult to do

2xsaiko commented 6 years ago

Fixed with #121.