Jump to content

[SRC]1.6.2 9.10.0.789 Forge install.bat fails on decompile - SOLVED


Recommended Posts

Posted

Howdy guys,

 

After attempting to update to 1.6.2, I seem to be experiencing issues with the install script. I have made sure that I don't have MCP downloaded ahead of time, and I'm not getting stuck on downloading the files, it appears to just be with the actual decompile. Here is a pastebin of the issue.

 

http://pastebin.com/HhxMi8J0

 

Thanks in advance

 

EDIT: Here's a link to the mcp.log, as requested by LexManos

 

http://pastebin.com/Nvus47LD

Posted

Wouldn't usually double post, but wanted to make sure people saw that a solution had been posted.

 

Thanks to the folks in the Minecraft Forge IRC channel, namely TehBeard, I figured out that this was caused due to being unable to run javac from the command line.

 

Now, I'm not sure if this was a recent change with 1.6.2, but for whatever reason I had no issues with 1.5.2. So for those who run into the issue, make sure all of this is true:

 

1. You have the most up to date JRE and JDK

 

2. You have the proper versions for your processor (ie. x86 or x64)

 

3. Ensure you can run java and javac from the command line

 

4. If not, add them to your environment PATH variables. Searching environment variable in the windows search at the control panel will make this easy.

 

P.S. A new fun fact I learned, is double check that your development environment (in my case, a custom Eclipse workspace) has the proper libraries in the build path. Provided you aren't using scala, they are:

 

1.6.2.jar

argo-2.25_fixed.jar

asm-all-4.1.jar

bcprov-jdk15on-1.47.jar

codecjorbis-20101023.jar

codecwav-20101023.jar

commons-io-2.4.jar

commons-lang3-3.1.jar

gson-2.2.2.jar

guava-14.0.jar

jinput-2.0.5.jar*

jopt-simple-4.5.jar

jutils-1.0.0.jar

launchwrapper-1.3.jar

libraryjavasound-20101123.jar

libraryjwjglopenal-20100824.jar

lwjgl_util-2.9.0.jar*

lwjgl-2.9.0.jar*

Izma-0.0.1.jar

soundsystem-20120107.jar

 

All of these should also be exported, with the exception of "1.6.2.jar." As well as this, all the ones marked with a astrik (*) should have the native library location set to:

 

mcp/jars/versions/1.6.2/1.6.2-natives

 

 

Finally, ensure that you have the run configuration pointing to the working directory that contains the assets folder (in this case mcp/jars). I was getting quite a headache with an error resulting in not having the proper icon for Minecraft after launching.

 

 

I hope this helps anyone else with this issue.

 

 

Posted

Wouldn't usually double post, but wanted to make sure people saw that a solution had been posted.

 

Thanks to the folks in the Minecraft Forge IRC channel, namely TehBeard, I figured out that this was caused due to being unable to run javac from the command line.

 

Now, I'm not sure if this was a recent change with 1.6.2, but for whatever reason I had no issues with 1.5.2. So for those who run into the issue, make sure all of this is true:

 

1. You have the most up to date JRE and JDK

 

2. You have the proper versions for your processor (ie. x86 or x64)

 

3. Ensure you can run java and javac from the command line

 

4. If not, add them to your environment PATH variables. Searching environment variable in the windows search at the control panel will make this easy.

 

P.S. A new fun fact I learned, is double check that your development environment (in my case, a custom Eclipse workspace) has the proper libraries in the build path. Provided you aren't using scala, they are:

 

1.6.2.jar

argo-2.25_fixed.jar

asm-all-4.1.jar

bcprov-jdk15on-1.47.jar

codecjorbis-20101023.jar

codecwav-20101023.jar

commons-io-2.4.jar

commons-lang3-3.1.jar

gson-2.2.2.jar

guava-14.0.jar

jinput-2.0.5.jar*

jopt-simple-4.5.jar

jutils-1.0.0.jar

launchwrapper-1.3.jar

libraryjavasound-20101123.jar

libraryjwjglopenal-20100824.jar

lwjgl_util-2.9.0.jar*

lwjgl-2.9.0.jar*

Izma-0.0.1.jar

soundsystem-20120107.jar

 

All of these should also be exported, with the exception of "1.6.2.jar." As well as this, all the ones marked with a astrik (*) should have the native library location set to:

 

mcp/jars/versions/1.6.2/1.6.2-natives

 

 

Finally, ensure that you have the run configuration pointing to the working directory that contains the assets folder (in this case mcp/jars). I was getting quite a headache with an error resulting in not having the proper icon for Minecraft after launching.

 

 

I hope this helps anyone else with this issue.

 

 

 

This helped me out a lot in getting my environment setup. I am still running into some problems with the run configuration though.

 

I have my run configuration pointed in the working directory to the following location ${workspace_loc:Minecraft/lib}

Which points to my location F:\minecraft modding\mcp\forge\mcp\mcp\jars\libraries. I have also tried several other locations that contain the jars file, as well as the main part of the jars folder.

Would pointing to a system file accomplish the same result for the run configuration?

 

Below is my runtime error on trying to just run the 1.6.2 environment to make sure that it works beforehand. Which I believe would be fixed with the run configuration pointing to the correct location.

 

Exception in thread "main" java.lang.NullPointerException

at java.util.logging.Logger.setParent(Unknown Source)

at net.minecraft.logging.LogAgent.setupLogger(LogAgent.java:33)

at net.minecraft.logging.LogAgent.<init>(LogAgent.java:25)

at net.minecraft.client.Minecraft.<init>(Minecraft.java:308)

at net.minecraft.client.main.Main.main(Main.java:77)

at Start.main(Start.java:68)

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Minecraft 1.21.4 requires a new model definition file for each item, which you don't have. These can be created through Data Generation, specifically the ModelProvider, BlockModelGenerators and ItemModelGenerators classes.
    • Hi,  I'm using Forge 47.3.0 for Minecraft 1.20.1 I apologise if this is obvious I am very new to modding for Minecraft. I sucessfully made a mod that launched without errors or crashes (without it doing anything) but in order to add the features I need, I need to add "Custom Portal API [Forge]" as a dependency. However no matter the way I've tried to acheive this, it crashes. I am pretty sure it's not the way I'm putting it in the repositories, the dependencies or the way I'm refrencing it, as I've a hundred diffrent combinations and multiple Maven methods. And on all those diffrent variations I still get this crash: pastebin.com/UhumzZCZ Any tips would be invaluable as I've been loosing my mind over this!
    • Hi, i'm really having problems trying to set the texture to my custom item. I thought i'm doing everything correctly, but all i see is the missing texture block for my item. I am trying this for over a week now and getting really frustrated. The only time i could make the texture work, was when i used an older Forge version (52.0.1) for Minecraft (1.21.4). Was there a fundamental change for textures and models somewhere between versions that i'm missing? I started with Forge 54.1.0 and had this problem, so in my frustration i tried many things: Upgrading to Forge 54.1.1, created multiple new projects, workspaces, redownloaded everything and setting things up multiple times, as it was suggested in an older thread. Therea are no errors in the console logs, but maybe i'm blind, so i pasted the console logs to pastebin anyway: https://pastebin.com/zAM8RiUN The only time i see an error is when i change the models JSON file to an incorrect JSON which makes sense and that suggests to me it is actually reading the JSON file.   I set the github repository to public, i would be so thankful if anyone could take a look and tell me what i did wrong: https://github.com/xLorkin/teleport_pug_forge   As a note: i'm pretty new to modding, this is my first mod ever. But i'm used to programming. I had some up and downs, but through reading the documentation, using google and experimenting, i could solve all other problems. I only started modding for Minecraft because my son is such a big fan and wanted this mod.
    • Please read the FAQ (link in orange bar at top of page), and post logs as described there.
    • Hello fellow Minecrafters! I recently returned to Minecraft and realized I needed a wiki that displays basic information easily and had great user navigation. That’s why I decided to build: MinecraftSearch — a site by a Minecraft fan, for Minecraft fans. Key Features So Far Straight-to-the-Point Info: No extra fluff; just the essentials on items, mobs, recipes, loot and more. Clean & Intuitive Layout: Easy navigation so you spend less time scrolling and more time playing. Optimized Search: Search for anything—items, mobs, blocks—and get results instantly. What I’m Thinking of Adding More data/information: Catch chances for fishing rod, traveling villager trades, biomes info and a lot more. The website is still under development and need a lot more data added. Community Contributions: Potential for user-uploaded tips for items/mobs/blocks in the future. Feature Requests Welcome: Your ideas could shape how the wiki evolves! You can see my roadmap at the About page https://minecraftsearch.com/about I’d love for you to check out MinecraftSearch and see if it helps you find the info you need faster. Feedback is crucial—I want to develop this further based on what the community needs most, so please let me know what you think. Thanks, and happy crafting!
  • Topics

×
×
  • Create New...

Important Information

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