Applied Energistics 2

Applied Energistics 2

137M Downloads

Game crashing after Me controllers were placed

Gigglingg opened this issue ยท 3 comments

commented

I deleted all Ae2 addons, optifine, also removed me controllers somehow but game is still crashing after few seconds or immediately

Latest crash report
crash-2020-07-04_12.00.05-server.txt

commented

For some reason the "tesseract" (com.supermartijn642.tesseract.capabilities.CombinedItemHandler) tries to get the Slot with id 10 ... which does not exist ... and then is not properly catching the resulting exception ... So this seems to be an issue of thermaldynamics ignoring the slot count

Line in ae2 code:

public int getSlotLimit(int slot) {
return this.maxStack[slot];
}

commented

Not AE2 -- and may already be fixed on Tesseract's side. Try (their) version 1.0.6.

commented

Thank you so much, I was scared of idea repeating (somehow) my world. It seems tesseract was causing these problems. I put a chest between tesseract and interface for a while and it works. Thx again