Buildcraft gate crash outputting red stone to EnderIO red stone conduits

Issue #7 resolved
31trainman created an issue

Minecraft Version 1.7.10

Forge Version 1614

Mod Version 1.14

The crash occurred using tank below 75% outputting to an EnderIO insulated red stone conduit Heres a screenshot https://images.discordapp.net/.eJwVyEsOgyAQANC7sJcZpnwGL9MQJGiiQmBcNb1707d8H_WMU61qF-lzBdiOmdvY9JQ2Ui26tlbPkvoxdW4XJJGU96vcMoGCtzFEDpZe0RtkBooRDTt2xN7_0wOhCQvaBd0bnTakjdX9rur7A5I-I8s.yDyUIkOJ1GT6wve1osQo2meQsqs

Heres a crash report https://pastebin.com/RTQ1vYWw To reproduce this crash set a build craft basic gate to tank below 75% using the hpt modes then connect insulated red stone conduits from EnderIO. the bc gate mode is output red stone

Comments (3)

  1. Patrick Ziegler repo owner

    Fix TriggerFluidBelow crashing, if tankInfo is null

    EnderIO conduit blocks that don't contain a fluid conduit return null from getTankInfo so the for loop throws an NPE

    Fixed: #7

    → <<cset aea04e2cdce0>>

  2. Log in to comment