Crash with IC2 and IC2 add ons (definitely ic2)

  • Hi. I just started running a test 1.6.2 IC2 world. When I loaded it up, mojang screen said this:



    Thanks! (Using 1.6.2)

  • IC2e need some special form of "broken API" detection:


    1) on mod parseinit (real preloading stage, moment when forge assembled list, checked integrity of classes but not yet inited any mod) engine shoud read some field from class inside API, if field not available or contain invalid data - shoud check classloader data, md5 or CRC of class will also do job but just reading field better.


    2) classloader keep info about source of class, this data can be used to detect source of class.


    with this knowlage IC2e can output:
    mod A incompatable with IC2e remove\update it of GTFO


    i can compile sample mod if anyone interested.

  • OK, I found out which mod was incompatible - it was MFFS v3. I just wish that the MFFS v2 was updated. I hate universal electricity.