emi search baking bug causing hang
HollyEvergreen opened this issue ยท 6 comments
applicable logs:
https://pastebin.com/QCSN6DfR
modlist
emi config
from my own investigations the problem seems to be that that a number of glyph recipes from ars is causeing the search baking thread-77 to hang indefinitely i will be doing my own investigation and if i find a fix i will submit a pr
this issue occurs irrespective of jei being installed
ok after quite a bit of debugging i think that the ars glyphs are being assigned JemiStack Types instead of ItemEmiStack Types which is causing the renderer to be called from the EMI thread i think i should be able to fix this
ok turns out i was wrong which is weird cause i cant find any references to the render system but im going to keep looking
ok i found the offending function it is stack.getTooltipText()
in the line List<Text> Tooltip = stack.getTooltipText();
where stack
is of Type ItemEmiStack
I was unable to produce a permanent fix however i was able to implement a stop over till someone with more expertise can have a look the stop over consists of returning a 0 length list as the tooltip in the event of an exception