InnovativeOnlineIndustries / Titanium

Other
8 stars 23 forks source link

[1.16] Industrial Foregoing Bioreactor and Mekanism Logistcal Sorter #84

Closed LuckyTeran closed 3 years ago

LuckyTeran commented 3 years ago

When i lock the inventory (so only certain Items of a kind can be inserted) of an Industrial Foregoing Bioreactor and try to insert items with a Mekanism Logistical Sorter my server crashes (doesn't matter if internal oder dedicaded). Should i send a bug report to Mekanism also?. Here is the crashlog:

Crashlog

ThatPreston commented 3 years ago

I had the exact same issue. Locked it by accident and it caused a ticking block entity on my server that I am struggling to resolve. When locked setInputFilter is called with (stack, integer) -> !this.filter[integer].isEmpty() && this.filter[integer].isItemEqual(stack) and somehow this is causing an ArrayIndexOutOfBoundsException. (In my log the integer is 9 for some reason.) crash-2021-02-26_16.48.16-server.txt