Jump to content

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


itsapainfulworld

Recommended Posts

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?!?

Link to comment
Share on other sites

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?!?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?!?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?!?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • why when I launch the forge version of minecraft in full screen and turn on screen recording, only the first static image of the launch is recorded and the gameplay itself is not recorded
    • As a software developer from Sakha Republic, Russia. and like many in my field, I am quite tech-savvy. However, I recently became a victim of a cryptocurrency scam that cost me more than 10 million in my currency. The experience was not only financially devastating but also emotionally draining. I reported the crime to the authorities, hoping for a swift resolution, but I was frustrated and lacked results. It felt like I was in a maze with no exit. Feeling stuck and desperate, I turned to fellow developers for advice. One of them recommended a company called Muyern Trust Hacker. Initially, I was hesitant; I had heard mixed reviews about recovery services and I was concerned about falling victim to another scam. However, after speaking with their team, I was impressed by their professionalism and the clarity of their recovery methods. The team at Muyern Trust Hacker was dedicated and responsive, providing regular updates on their progress. It was refreshing to work with professionals who genuinely cared about my situation and were committed to helping me recover my lost funds. To my astonishment, they managed to recover most of my lost funds. The experience taught me valuable lessons about the risks of cryptocurrency investments and the importance of vigilance in the digital space.
    • Hello! I am the leader of this rp community for a Minecraft rp server and I would like to lend out an invitation to you all to join! We are on a rp server meaning we are going to do some rp and have characters, lore, stories and more! If you want to join just click the discord link below and I’ll help guide you through the process in joining the server and joining us on the server which should be easy. (NOTE: server requires you have to be 16 years old or older) (Java only!) Discord: https://discord.gg/V9uxjKQ7dB
    • these are the errors at startup [06nov2024 19:13:37.566] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.3.11, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [06nov2024 19:13:37.570] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 23.0.1 by Oracle Corporation; OS Windows 11 arch amd64 version 10.0 [06nov2024 19:13:39.173] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver [06nov2024 19:13:39.178] [main/INFO] [mixin-transmog/]: Mixin Transmogrifier is definitely up to no good... [06nov2024 19:13:39.398] [main/INFO] [mixin-transmog/]: Redefining 5 mixin classes [06nov2024 19:13:39.412] [main/INFO] [mixin-transmog/]: crimes against java were committed [06nov2024 19:13:39.413] [main/INFO] [com.teampotato.redirector.Redirector/]: Redirector CoreMod initialized successfully! [06nov2024 19:13:39.424] [main/INFO] [mixin-transmog/]: Original mixin transformation service successfully crobbed by mixin-transmogrifier! [06nov2024 19:13:39.453] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/zappi/OneDrive/Desktop/server%20forge/mods/Connector-1.0.0-beta.18+1.20.1-full.jar%23386%23390!/ Service=ModLauncher Env=SERVER [06nov2024 19:13:40.424] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.11\fmlcore-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:40.427] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.11\javafmllanguage-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:40.430] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.11\lowcodelanguage-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:40.433] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.11\mclanguage-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:41.061] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [06nov2024 19:13:41.062] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [06nov2024 19:13:41.063] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: C:\Users\zappi\OneDrive\Desktop\server forge\mods\curios-forge-5.10.0+1.20.1.jar [06nov2024 19:13:41.063] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: terrablender. Using Mod File: C:\Users\zappi\OneDrive\Desktop\server forge\mods\TerraBlender-forge-1.20.1-3.0.1.7.jar [06nov2024 19:13:41.063] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: C:\Users\zappi\OneDrive\Desktop\server forge\mods\aeroblender-1.20.1-1.0.1-neoforge.jar [06nov2024 19:13:41.063] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 97 dependencies adding them to mods collection [06nov2024 19:13:42.637] [main/INFO] [dev.su5ed.sinytra.connector.locator.DependencyResolver/]: Dependency resolution found 11 candidates to load [06nov2024 19:13:43.954] [main/INFO] [Configured Defaults/]: Applying default files...
  • Topics

×
×
  • Create New...

Important Information

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