v7.1 Digital Miner crash Universal Cables.
grimallq opened this issue ยท 4 comments
Update on #1723. It wasn't the ME Chest. It's the cable.
This crash:
http://pastebin.com/vr1QYmns
Happens if the Digital Miner is placed next to a Universal Cable. Any Universal Cable, in any position relative to the Miner.
Im having the same problem, you can connect the cables to the digi. miner right? just wondering
Yes, it connects normally. It's just that the cable has to be placed after the Miner, or the game will crash.
This bug will be the death of me.
I have tracked it down to ONLY OCCUR when a Digital Miner is placed next to a Universal Cable. What's really strange, however, is that it won't happen if I unimplement certain interfaces in TileEntityAdvancedBoundingBlock (specifically IEnergyHandler, IStrictEnergyAcceptor, and IPowerReceptor). This makes me think that it's an issue with FMP's pass through interface system, as those are the only interfaces out of the list that Universal Cables implement.