Applied Energistics 2

Applied Energistics 2

137M Downloads

Crash when MI pipe enters inscriber

TheFluffyDisneyGeek opened this issue ยท 3 comments

commented

Describe the bug
Rendering crash when a Modern Industrialization pipe enters an inscriber.

To Reproduce
Place inscriber on the ground, put hoppers inputting into it, then put an MI pipe in, it will crash if it can enter.

Additional context
Crash report:
https://pastebin.com/d303p1eP

Environment
Fabric version, Specifics in the crash log.

commented

Should be fixed in 0.8.2-alpha.3.

commented

Want to add, playing the same pack (AOF3) and have a similar crash when a modded fluid is in storage and I try to partition in a Cell Workbench. I can replicate and post logs if that helps.

commented

if (!model.getQuads(null, null, new Random()).isEmpty()) {

I think that you should make sure that model.getQuads(null, null, new Random()) is not null. MI (and probably other mods) assume that the method getQuads will never be called, and prefer returning null over returning an empty list.