BuildCraft|Core

BuildCraft|Core

7M Downloads

[1.11.2][7.99.3] Facade Crash on start

Tencao opened this issue ยท 5 comments

commented

https://paste.ee/r/zPu7t

Forge version - 13.20.0.2308
Buildcraft build - 7.99.3

Summary of crash - Crashes on load due to nullpointer on isValidFacadeState in buildcraft transport module.

commented

I've been running the latest 1.12 build and no, I have not experienced this since.

commented

does this issue still heapen? if so please provide a new crashlog (old one has expired)

commented

looks like we are checking properties of another block that is eigther returning null in it's list of valid states or null as block for that state

i'll add some safety checks to prevent this in the future (with logging the offender so it can be fixed at the source) in a bit

commented

Sadly this bug is still a thing

https://paste.ee/r/lTYg6

Build 7.99.4

commented

Looks like be error handling code didn't work quite right: it was meant to say which block caused that crash