Possible Stack Overflow with Cooling Coil
CovertJaguar opened this issue ยท 1 comments
https://dl.dropboxusercontent.com/u/38558957/Minecraft/TAN_crash.txt
The crash log isn't particularly helpful, but if I had to guess I'd say it was a stack overflow. Those are never handled very well as the crash reporter can't instantiate if the stack is full.
The solution is probably to replace the recursion with equivalent iteration.