MC1.15 version 0.4.2 - crash in ExtractorAttachment
sibomots opened this issue ยท 3 comments
Crash with error on (marked here) line in ExtractorAttachment.java
TileEntity tile = pipe.getWorld().getTileEntity(destinationPos); // here
if (tile == null) {
return;
}
Error log: https://hastebin.com/avoraduqaz.properties
This is not isolated but a repeated issue on the line mentioned. Do you have some suggestion for a patch?
Let me know if you need more information.
Environment:
Ubuntu Linux, Java-8, dedicated server.
List of mods in crash-report.
Also note that watchdog crashes don't give a good indication of the cause of the crash, they just print the current stack frame.