Alright, let's make this as quick as possible, it crashes directly at start and displays this: Code: JsonParsingException: Error parsing json: bad string, should be '"' at 5:1 Here is my modinfo: Code: { "name" : "TrUniverseSpecies", "version" : "Beta v. Angry Koala", "path" : "." } WHAT STRING ON LINE 5!?!?!? THERE IS NONE! No matter how many times I edit and save the modinfo file, IT... WON'T... DIE!!! BTW, it doesn't display anything in the log, it just doesn't log anything from the session that contains this mod.
As of Angry Koala, I think that mods need a metadata section. Also, you missed the "dependencies" section. Here's what my Hat Gate's mod info looks like: Code: { "name" : "hatwarper", "version" : "Beta v. Angry Koala", "path" : ".", "dependencies" : [ ], "metadata": { "author" : "XMatrix2X", "description" : "Enjoy breaking time and space to bring yourself hats." } }
My other mod also doesn't have that... The metadata fix didn't work, so let me try the dependency fix.
Nope, the dependency thing didn't work, still giving me an error at 5:1 but the code is now: Code: { "name" : "TrUniverseSpecies", "version" : "Beta v. Angry Koala", "path" : ".", "dependencies" : [], "metadata": { "author" : "BentLent", "description" : "The Species Package of TrUniverse" } }
Oh my garsh, it was another mod causing this, it turns out that as soon as I fixed it for this mod, the issue started with another. Chucklefish should seriously consider making asset based errors tell you what file caused it without having to check the log.
Well good to hear you got them working. I've been having to manually fix a lot of mods that were updated as well. It's tiring .