I get this error when I run install.cmd. Ive tried everything, reinstalling java jdk, jre, version 6 and 7, tried setting the environment variables, tried reinstalling python. I just dont know what to do. I get it with forge 1.6.4 also. And the java and javac commands work in the command prompt
13:50:18 - == MCP 8.04 (data: 8.04, client: 1.6.2, server: 1.6.2) ==
13:50:18 - OS : win32
13:50:19 - # VERSION INFO
13:50:19 - python: 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
13:50:19 - platform: Windows-7-6.1.7601-SP1
13:50:19 - # java: '"C:\Program Files\Java\jdk1.7.0_45\bin\java" -version'
13:50:19 - java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
13:50:19 - # javac: '"C:\Program Files\Java\jdk1.7.0_45\bin\javac" -version'
13:50:20 - javac 1.7.0_45
13:50:20 - # javac runtime: '"C:\Program Files\Java\jdk1.7.0_45\bin\javac" -J-version'
13:50:20 - java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
13:50:20 - # scalac: '"scalac.bat" -version'
13:50:20 - Scala compiler version 2.10.3 -- Copyright 2002-2013, LAMP/EPFL
13:50:20 - # scalac runtime: '"scalac.bat" -J-version'
13:50:20 - java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) Client VM (build 24.45-b08, mixed mode, sharing)
13:50:20 - # retroguard: 'runtime\bin\retroguard.jar --version'
13:50:20 - RetroGuard MCP v3.6.5
based on RetroGuard v2.3.1 by Retrologic Systems - www.retrologic.com
13:50:20 - # specialsource: 'runtime\bin\specialsource.jar --version'
13:50:21 - SpecialSource v{something}
13:50:21 - # mcinjector: 'runtime\bin\mcinjector.jar --version'
13:50:21 - MCInjector v2.8 by Searge, LexManos, Fesh0r
13:50:21 - # patch: 'runtime\bin\applydiff.exe --version'
13:50:21 - FATAL ERROR
Traceback (most recent call last):
File "C:\forge\mcp\runtime\decompile.py", line 58, in decompile
commands = Commands(conffile, verify=True, no_patch=no_patch, workdir=workdir, json=json)
File "C:\forge\mcp\runtime\commands.py", line 208, in __init__
self.readcommands(verify, no_patch=no_patch)
File "C:\forge\mcp\runtime\commands.py", line 276, in readcommands
self.checkcommand('patch', '%s --version' % self.patcher, single_line=True)
File "C:\forge\mcp\runtime\commands.py", line 232, in checkcommand
output = output.splitlines()[0]
IndexError: list index out of range