Jump to content

Difficulty Installing the Forge SRC Files (minecraftforge-src-1.6.2-9.10.1.871)


Recommended Posts

Posted

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.

Proud fan of Aquaculture, Metallurgy, HarvestCraft, and the Seasons Mod!

 

 

What has Computer Science done?!?

Posted

Don't use 1.6.2. Update.

 

Thank you for the suggestion, but as I stated, there is a certain mod that I want to use that has not updated, which I will now state, are due to personal reasons on the part of the mod developer that made it. Frankly, I don't get to chose when they update or if someone else will take over the project, and I don't have permission to try and decompile the mods and update them myself, nor do I know how yet. So, I choose to hang back with 1.6.2 for the time being, and start learning how to write mods from there. 

 

....Anyone else care to contribute?

Proud fan of Aquaculture, Metallurgy, HarvestCraft, and the Seasons Mod!

 

 

What has Computer Science done?!?

Posted

1.6.2 mods usually work on 1.6.4

 

Unless they use structure code, i.e. like Nether Forts or Villages do.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

Well, if you REALLY need it and you don't care where you will get it from I can upload fresh copy for you.

Since 1.2.5 I've decided to save every fresh workspace so I've got like 3GB of Fresh forge workspaces xD

Just tell me if you accept me as a source so I can upload it knowing someone will use it.

File:

MCP - Fresh - F.9.10.871 (145.5MB)

Downloaded Forge and run install.cmd once (ready to open with eclipse).

1.7.10 is no longer supported by forge, you are on your own.

Posted

1.6.2 mods usually work on 1.6.4

 

I did not know that. I'll give that a try sometime.

 

 

Well, if you REALLY need it and you don't care where you will get it from I can upload fresh copy for you.

Since 1.2.5 I've decided to save every fresh workspace so I've got like 3GB of Fresh forge workspaces xD

Just tell me if you accept me as a source so I can upload it knowing someone will use it.

File:

MCP - Fresh - F.9.10.871 (145.5MB)

Downloaded Forge and run install.cmd once (ready to open with eclipse).

 

That would be very helpful, thank you!

...I just need to know if there is a setting somewhere I need to change to accept you, or are you just saying I need to say it's okay?

Proud fan of Aquaculture, Metallurgy, HarvestCraft, and the Seasons Mod!

 

 

What has Computer Science done?!?

Posted

Na! Just asking cuz I know there are some guys here who wouldn't use "alien" source.

Expect link on Mail Box - let's say max 12 hours from now (it's 3:30AM here, and I don't know exacly when I'll upload it)

1.7.10 is no longer supported by forge, you are on your own.

Posted

Why dont you just use 1.6.4 as suggested?

 

Don't use 1.6.2. Update.

 

Thank you for the suggestion, but as I stated, there is a certain mod that I want to use that has not updated, which I will now state, are due to personal reasons on the part of the mod developer that made it. Frankly, I don't get to chose when they update or if someone else will take over the project, and I don't have permission to try and decompile the mods and update them myself, nor do I know how yet. So, I choose to hang back with 1.6.2 for the time being, and start learning how to write mods from there. 

 

....Anyone else care to contribute?

 

Sorry if that comes across as blunt, but I stated my reasons, and I am making do with what I can to achieve my goals.

I am still checking through my mod list to see if my 1.6.2 mods can run on 1.6.4 as also suggested.

And waiting to see if Ernio can help like he offered, as I understand we all have lives and can't just cater to a random persons request.

Proud fan of Aquaculture, Metallurgy, HarvestCraft, and the Seasons Mod!

 

 

What has Computer Science done?!?

Posted

I am VERY sorry for giving you wrong idea.

Here it is if you still need it, gonna be available for 24 Hours (I think that will do?)

Hope I helped (sorry its christmas couldn't do it earlier)

 

New link sent on PM...

1.7.10 is no longer supported by forge, you are on your own.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.