Posts by JonnyBrando

    I may have figured out a workaround...I'll post back in a bit.


    So, I indeed figured out a simple workaround..


    Because the dependencies are not set correctly to the proper name, it calls the initialization sequence alphabetically from the MODS directory (makes sense).


    I just changed the name for DeFence so that it is called after F4113nC0r3.


    I hope this helps *anyone* else that might be having this issue, I'm sure I can't be the only one...


    Proof:


    I am having issues adding F4113nC0r3 v4.0.5, MoreCompositeArmor v3.1.0, and DeFence v3.3.2 to my MineCraft installation.


    I would like to clarify more information, which indeed causes me to suspect the sub-mods are not linking the requirements properly.


    Here are 2 snippets of a working Forge LOG (F4113nC0r3 & MCA):



    Here are 2 snippets of a my crashed Forge LOG (DeFence & F4113nC0r3 & MCA):



    Notice how DCore is initializing before F4113nC0r3? Even though it is explicitly defined that it loads after FCore. I believe this is because the Core mod defines itself as F4113nC0r3 and not FCore.


    I, unfortunately, don't have the knowledge to edit the requirements of the Java CLASS files. I have looked at them, I can see the problem ... I have programming experience, but I need to get my hands on decompilers, debuggers, bla bla bla.


    I may have figured out a workaround...I'll post back in a bit.

    I am having issues adding F4113nC0r3 v4.0.5, MoreCompositeArmor v3.1.0, and DeFence v3.3.2 to my MineCraft installation.


    I am using Forge 6.6.0.518, AudioMod 1.4.7, Optifine 1.4.6 HD Ultra D5, and GLSL Shaders 1.44 on MineCraft 1.4.7 for core components. For core mods I am using CodeChickenCore v0.8.1 and NotEnoughItems v1.4.7.1. For mods, there are too many to list, you can see the list below.


    Everything works fine without the addons.


    Errors:
    Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: f4113n/core/FBase
    Caused by: java.lang.ClassNotFoundException: f4113n.core.FBase


    EDIT: Hold Tight!
    The core appears to be fine, as is MoreCompositeArmor, the problem is initializing DeFence. I did all of my testing with and without Core/Armor and thought DeFence was completely independent. I just tested Core alone, OK. I tested Core and Armor, OK. DeFence is the culprit.. Not working with 4.0.3, 4.0.4, or 4.0.5.


    EDIT 2 & 3: Notes
    I'm beginning to think that maybe DeFence is initializing before the Core is initialized when used with Forge? In Forge you can set sub-mods as dependent of a main-mod (core) -- like Metallurgy or ChickenChunks or the new PortalGun. Darn -- I have this in the wrong forum now.. :/ Sorry OP!


    EDIT 4: Moved to DeFence Forum


    Here is my log: