Applied Energistics 2

Applied Energistics 2

137M Downloads

Null Pointer Block Cable Bus

artdude543 opened this issue ยท 2 comments

commented

Description

Debugging a server world from a SevTech's user; and on their world they are getting a crash from a setup which I can't get to due to crash.

I guess maybe throwing a null check could be a fix here; but I feel like BWA would need to do something also about this.

Environment

This was on a server world.
Report: https://gist.github.com/artdude543/6a4894759581b105b7ef777f0d8b922b

  • Minecraft Version: 1.12.2
  • AE2 Version: rv5-stable-11
  • Forge Version: 14.23.1.2554
commented

This appears to be a bug in BetterWithMods: they were calling pick() with a null target sometimes (which makes no sense).

They have fixed it: BetterWithMods/BetterWithMods@0720f24b8dbdf505a54da017e3dbb9f843783a48

commented

Yeah, I messaged their devs about the issue also to cover all basis. Not sure if it's worth keeping this issue open and/or for the null check on this side to be added/checked still?