[1.7.10] Crash in Void Dims
bartimaeusnek opened this issue ยท 0 comments
hey there, i noticed a crash that happens to AE2 when your mod is installed and you are in a Void Dim provided by Utility Worlds. EDIT: The bug appears if you then try to request a craft, or by simply checking the crafting status. here is the crashlog, it seems like AE2 has a null pointer, at
appeng.container.implementations.detectAndSendChanges()
{
final ICraftingGrid cc = this.getNetwork()[...]
}
BUT this does not happen at all, when Wireless Crafting Terminals is not installed.
EDIT: it works with this release.