Game crashes from stack overflow error
Fdcimino opened this issue ยท 2 comments
Minecolonies version
Version: 0.10.415-ALPHA
When my friend is working on his colony his game will randomly crash sometimes when the game loads into the server and other times he will be able to play for up to 10 minutes before crashing all giving a similar crash report to the one I linked. the issue is from a stack overflow error caused at
java.lang.StackOverflowError: Unexpected error at com.minecolonies.api.tileentities.TileEntityRack.getCapability(TileEntityRack.java:478) ~[?:0.10.415-ALPHA] {} at com.minecolonies.api.tileentities.TileEntityColonyBuilding.getCapability(TileEntityColonyBuilding.java:474) ~[?:0.10.415-ALPHA] {} at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:48) ~[?:?] {}
It seems to be a recursive call causing the stack overflow caused by the rack in a warehouse
Can you update to the latest minecolonies and structurize? And report if it still occurs?