Advertisement
Stechi

mcmod.info #1

Jun 4th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 2013-06-04 17:18:48 [FINER] [ForgeModLoader] Located mcmod.info file in file ForgeEssentials-core-1.5.2-SNAPSHOT.154.jar
  2. 2013-06-04 17:18:48 [SEVERE] [ForgeModLoader] The mcmod.info file in ForgeEssentials-core-1.5.2-SNAPSHOT.154.jar cannot be parsed as valid JSON. It will be ignored
  3. argo.saj.InvalidSyntaxException: At line 18, column 2: Expected either , or ] but got [34].
  4. at argo.staj.InvalidSyntaxRuntimeException$1.asInvalidSyntaxException(InvalidSyntaxRuntimeException.java:39)
  5. at argo.saj.SajParser.parse(SajParser.java:107)
  6. at argo.saj.SajParser.parse(SajParser.java:55)
  7. at argo.jdom.JdomParser$1.parse(JdomParser.java:59)
  8. at argo.jdom.JdomParser.parse(JdomParser.java:66)
  9. at argo.jdom.JdomParser.parse(JdomParser.java:57)
  10. at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:44)
  11. at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:48)
  12. at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
  13. at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:64)
  14. at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:115)
  15. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
  16. at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
  17. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
  18. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  19. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:430)
  21. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement