Jump to content

Recommended Posts

Posted

2012-08-25 01:18:00 [WARNING] [ForgeModLoader] Zip file moreFurnaces_1.2.2_Universal.zip failed to read properly, it will be ignored

java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List

at cpw.mods.fml.common.ModMetadata.<init>(ModMetadata.java:115)

at cpw.mods.fml.common.MetadataCollection.parseModMetadataList(MetadataCollection.java:72)

at cpw.mods.fml.common.MetadataCollection.parse10ModInfo(MetadataCollection.java:64)

at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:35)

at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:36)

at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)

at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:47)

at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:101)

at cpw.mods.fml.common.Loader.identifyMods(Loader.java:312)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:432)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:137)

at net.minecraft.client.Minecraft.a(Minecraft.java:405)

at net.minecraft.client.Minecraft.run(Minecraft.java:737)

at java.lang.Thread.run(Unknown Source)

 

thx

Posted

As in, redownload the latest version, then reinstall it over the version you have.

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Posted

same problem:

 

2012-08-25 03:16:11 [WARNING] [ForgeModLoader] Zip file moreFurnaces_1.2.2_Universal.zip failed to read properly, it will be ignored

java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List

at cpw.mods.fml.common.ModMetadata.<init>(ModMetadata.java:115)

at cpw.mods.fml.common.MetadataCollection.parseModMetadataList(MetadataCollection.java:72)

at cpw.mods.fml.common.MetadataCollection.parse10ModInfo(MetadataCollection.java:64)

at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:35)

at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:36)

at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)

at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:47)

at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:101)

at cpw.mods.fml.common.Loader.identifyMods(Loader.java:312)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:432)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:137)

at net.minecraft.client.Minecraft.a(Minecraft.java:405)

at net.minecraft.client.Minecraft.run(Minecraft.java:737)

 

Posted

The problem is the authors-field in the mcmod.info file.

 

Replace the line

     

    "authors": "CubeX2",

 

with that:

 

"authors": ["CubeX2"],

 

and it should work.

 

 

Greetings.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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