Jump to content

Recommended Posts

Posted

Crash Report(I seriously don't see any relation between this and my mod, but it only occurs when it is present):

 

  Reveal hidden contents

 

And the files in my mod:

 

  Reveal hidden contents

 

If I helped please press the Thank You button.

 

Check out my mods at http://www.curse.com/users/The_Fireplace/projects

Posted

Hi

 

Looks like an FML bug to me.  Even if there is something wrong in your mod header (eg dependencies), the loader should handle it gracefully.

 

suggest you post it in the bug report forum.

 

If you feel like troubleshooting yourself, I'd suggest putting a breakpoint into the Loader method at line 230 and seeing why it tries to create a list from something that's null.

 

-TGG

Posted

Hi

 

Just a guess-

  "dependants": [ "devonmod", "nothing", "unlogic", "mobrebirth", "clayspawn", "mechpistons", "darkmetal", "firefoods" ]

 

Do you need to include a section in your mcmod.info for each of these dependants?

 

You have a section for (eg) devonmod, nothing, unlogic, but not for some of the others.

 

I've never used dependants before so I don't know for sure.

 

-TGG

Posted
  On 7/26/2014 at 11:55 PM, TheGreyGhost said:

Hi

 

Just a guess-

  "dependants": [ "devonmod", "nothing", "unlogic", "mobrebirth", "clayspawn", "mechpistons", "darkmetal", "firefoods" ]

 

Do you need to include a section in your mcmod.info for each of these dependants?

 

You have a section for (eg) devonmod, nothing, unlogic, but not for some of the others.

 

I've never used dependants before so I don't know for sure.

 

-TGG

Dependents work just like dependencies, but they load after instead of before. Seeing as I have all of the others set with fireplacecore as a dependency and required mod, listing them as dependents isn't really necessary, but I included that for completeness. And they are considered soft dependents, similar to how dependencies are soft dependencies, so they don't have to be there. Source: https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file.

 

Note: That code shouldn't affect anything anyways, if the source is correct, because the mcmod.info fields "dependants", "dependencies", and "requiredMods" aren't initialized unless "useDependencyInformation": true is there, which isn't there in the Fireplace Core section of the file.

If I helped please press the Thank You button.

 

Check out my mods at http://www.curse.com/users/The_Fireplace/projects

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.