CD4017BE / InductiveAutomation

Minecraft tech mod
MIT License
5 stars 2 forks source link

Incompatibility with Chromaticraft (Crash on Startup) #9

Open Zandorum opened 8 years ago

Zandorum commented 8 years ago

http://paste.atlauncher.com/view/e6e37dbf When I decided to only have Chromaticraft and Inductive installed so you could get a cleaner look at the error. I'm unsure of why this happens; Crashes at Initialization Phase 1 (On Startup). This is 1.7.1.0. Hopefully this helps.

Note: This crash has happened before with a different mod but Reika has said its the mods fault, not Chromaticraft due to the way the ASM works or something.

CD4017BE commented 8 years ago

From the log I couldn't find any reference to my mod, but it seems that the ASM has a problem implementing the OpenComputers API on a TileEntity from Chromaticcraft. Maybe that's because the CD4017BE_lib contains a copy of that API but I don't know why any other mod could have a problem with that.

Just a thought, but maybe if you install OpenComputers could prevent the crash.

Zandorum commented 8 years ago

Chromaticraft has some aggressive ASM but if the guidelines for the api is perfectly followed (and I mean perfectly, which almost no mod does) Chromaticraft usually doesn't have a problem for it; I'm going to try adding OpenComputers and if it doesn't fix it, I will try removing the API from CD4017BE_lib as a temporary fix.