Common Capabilities

Common Capabilities

61M Downloads

broken IndustrialCraft compatibility

0Navis0 opened this issue ยท 8 comments

commented

The 2.7.33 IndustrialCraft version causes CommonCompability to crash. https://pastebin.com/yBB8AyW4

commented

You may want to report this to the IC2 developers as well.
This part of the crashlog looks suspicious:

Caused by: java.lang.NullPointerException
    at ic2.core.util.ConfigUtil.getBool(ConfigUtil.java:83)
    at ic2.core.item.tool.ItemToolWrench.<clinit>(ItemToolWrench.java:200)
commented

The crash is from loading before IC2, so the config hasn't generated properly yet. Which means when the wrench tries to get a value from the config, it's not initialised properly, so ends up trying to get the property from a null section.

after:IC2 in the @Mod dependencies should be enough to ensure it loads properly.

commented

I'll look into adding this in the next update.

commented

Which I'm hoping will be soon.

commented

Fix will be included in next release.

commented

Great! All I want is to just be able to use Integrated Dynamics with IC2 again as soon as possible

commented

@EmosewaGamer Several things you can do in the meantime:

  • Use a ComCap dev build
  • Downgrade IC2
  • Disable IC2 compat in ComCap.