it starts the decomp but then hits another error :'(
this is the log
Forge ModLoader Setup Start ===================
Setting up MCP
> Backing up commands.py
patching file commands.py
Commands patch applied successfully
Copying FML conf
Fixing MCP Workspace
Could not find Server jar, decompile requires both client and server.
Traceback (most recent call last):
File "install.py", line 40, in <module>
main()
File "install.py", line 19, in main
setup_fml(fml_dir, mcp_dir)
File "/Users/xxxxxx/Desktop/mcp72/forge/fml/fml.py", line 246, in setup_fml
pre_decompile(mcp_dir, fml_dir)
File "/Users/xxxxxxxx/Desktop/mcp72/forge/fml/fml.py", line 61, in pre_decompile
with open(server_jar, 'rb') as fh:
IOError: [Errno 2] No such file or directory: '/Users/xxxxxxx/Desktop/mcp72/jars/minecraft_server.jar.backup'
xxxx-MacBook-Pro:forge xxxxxxxx$