Closed jasonsaffle13 closed 7 years ago
@jasonsaffle13 I won't be able to fix this issue soon, so you'd best disable the IC2 modcompat from the CommonCapabilities config file.
I get the same crash https://pastebin.com/TdM00CiX
Then use Same work around.
On Apr 2, 2017 15:55, "Alexis GEORGES" notifications@github.com wrote:
I get the same crash https://pastebin.com/TdM00CiX
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CyclopsMC/CommonCapabilities/issues/5#issuecomment-291010552, or mute the thread https://github.com/notifications/unsubscribe-auth/AEtMtuDbaaalGRaTRbatuYlIuWVeWKflks5rr_07gaJpZM4Mv1fA .
IC2 build 167 forward crashes with cyclops core any current build as of 1.9.4 when running Minecraft version 1.10.2 This is with Forge 12.18.3.2239 I have not tried with other versions of Forge.
http://paste.ubuntu.com/24287866/
It's a bug in CommonCapabilities, in build 167 the chunk loader changed from extending TileEntityElectricMachine to extending TileEntityInventory, which because CommonCapabilities is expecting TileEntityElectricMachine means it crashes.