I am new to trying to develop my own mods, and thus I am trying to install the Source files, but having trouble.
I am utilizing the final available build for Minecraft 1.6.2, as stated in the title, due to the mod combination that I want to supplement with my own being limited to 1.6.2 at the time.
I have done some looking around before posting this, and saw that some had a similar error, however, the solution that was provided, either is not one that I can use, due to how old that version of Forge Source is, or I am not experienced enough yet to implement it, if it is still viable.
http://www.minecraftforge.net/forum/index.php?topic=1730.0
In case that helps.
As for my problem, I initially got this upon running "install.cmd" under "C:\Program Files\forge"
================ Forge ModLoader Setup Start ===================
Checking MCP zip (may take time to download)
[Errno 13] Permission denied: 'C:\\Program Files\\forge\\fml\\mcp8.04.zip'
Download of C:\Program Files\forge\fml\mcp8.04.zip failed, download it manually
from 'http://mcp.ocean-labs.de/files/archive/mcp804.zip' to 'C:\Program Files\fo
rge\fml\mcp8.04.zip'
Press any key to continue . . .
I was able to manually download the file via Firefox as instructed, and tried running "install.cmd" again. This time, I encountered the error that I have now (and the reason for this topic):
C:\Program Files\forge\fml>echo off
================ Forge ModLoader Setup Start ===================
Checking MCP zip (may take time to download)
Traceback (most recent call last):
File "install.py", line 56, in <module>
decompile=options.decompile, gen_conf=False)
File "install.py", line 10, in fml_main
download_mcp(fml_dir, mcp_dir)
File "C:\Program Files\forge\fml\fml.py", line 525, in download_mcp
_mkdir(mcp_dir)
File "C:\Program Files\forge\fml\fml.py", line 457, in _mkdir
os.mkdir(newdir)
WindowsError: [Error 5] Access is denied: 'C:\\Program Files\\forge\\fml\\mcp'
Press any key to continue . . .
Now, the prior topic I came across and linked for reference suggested to it's OP that they delete a directory path, so that the install process can recognize that it does not yet exist, and install the correct files, but again, that is for a VERY old version of Forge Source, and also, I am not sure what needs to be removed if anything, as I do not want to break what I already have downloaded and be back to square one. I have been following an "outdated" version of the the installation guide, to match my outdated Forge:
http://www.minecraftforge.net/w/index.php?title=Installation/Source&direction=prev&oldid=2136
However, although it mentions what to do with a certain similar error, it is different enough from what I have to make me cautious about trying to "improvise".
Any help for someone deliberately trying to make a mod for an outdated version of Minecraft would be nice.