Hello guys, I'm getting this log file after trying to install forge :
Considering library lzma:lzma:0.0.1: Not Downloading
Considering library net.sf.jopt-simple:jopt-simple:4.6: Not Downloading
Considering library java3d:vecmath:1.5.2
Considering library net.sf.trove4j:trove4j:3.0.3
Exception in thread "main" java.lang.IllegalStateException: Attempt to get fields on a JsonNode without fields.
at argo.jdom.AbstractJsonArray.getFields(AbstractJsonArray.java:34)
at net.minecraftforge.installer.ClientInstall.run(ClientInstall.java:203)
at net.minecraftforge.installer.InstallerAction.run(InstallerAction.java:42)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:290)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:154)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:40)
Any suggestions ??