Tough As Nails

Tough As Nails

21M Downloads

Possible Stack Overflow with Cooling Coil

CovertJaguar opened this issue ยท 1 comments

commented

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.

commented

Ignore this, its looking more like a core mod issue.