I can try to help as Much as possible Delete ALL your MCP Folders and ALL your minecraft folders redownload it all ...
also It might be something with your java install you have the JDK current right?
I can try to help as Much as possible Delete ALL your MCP Folders and ALL your minecraft folders redownload it all ...
also It might be something with your java install you have the JDK current right?
Yes I have re-downloaded MCP and all my minecraft folders at least 3 times now. As for jdk, I believe I am using: jdk1.7.0_04
I have set the paths for this as well. If anything is wrong though, I think that it has something to do with my path setup, although I've followed about 3 walkthroughs on that part. I'll explain what I did step by step:
1- I downloaded JDK and installed it. No errors mentioned
2-I right click on computer, and go to properties
3-I go to Advanced System Settings
4- I click environment variables
5- (this is where i believe i mess up) There are variable settings for both the system and my current user.
6- I set the USER path variable to: C:\Program Files\Java\jdk1.7.0_04\bin *
6a- I have also tried C:\Program Files\Java\jdk1.7.0_04*
7- I set the SYSTEM Path variable to C:\Program Files\Java\jdk1.7.0_04\bin*
7a- I have A LOT more in the System Path variable, so i stuck that at the end and added a ;
7b- have also used C:\Program Files\Java\jdk1.7.0_04*
8- Done
I really feel as if something was done wring here. If you want, I will send a screenshot of what my Environment Variables look like for a double check.
Also, I'm on Windows Vista if that makes a difference.
ahhhh vista the operating system that nothing likes THAT Might be your problem, though I don't know, I've never had to set up paths though. I just put MCP on my desktop and clicked decompile then, I edit the code then, test it in eclipse, Deobfuscate then test in my normal jar soo In short I've never clicked Recompile
ahhhh vista the operating system that nothing likes THAT Might be your problem, though I don't know, I've never had to set up paths though. I just put MCP on my desktop and clicked decompile then, I edit the code then, test it in eclipse, Deobfuscate then test in my normal jar soo In short I've never clicked Recompile
Hmmm, actually that sounds like a pretty good idea. I'm going to try that and see what happens. First off though, I need to check and see if Deobfuscate even works. Thanks for that reply, wouldn't have never thought of doing that. Still be nice to get the recompile to work though, so if anyone else has an idea on what to do, please let me know.
Turns out I don't even see a Deobfuscate? Do you mean reobfuscate? If so i get:
== MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) ==
# found jad, jad patches, ff patches, osx patches, srgs, name csvs, doc csvs, pa
ram csvs, astyle, astyle config
> Creating Retroguard config files
!! Can not find client md5s !! !! Can not find server md5s !! - Don't care about this part.
Press any key to continue . . .
Several things. Idk why the code should be so messed up as I have not altered it. Secondly, all that shows up is something like: _L2 cannot be resolved to a variable. Or _L3 cannot be resolved to a type.
A lot of the errors are being generated from all the _L(NUMBER HERE) and I have no idea what is wrong with them, I've tried using eclipses "quick fix" but all that does is generate even more errors.
Also, its not only the _L(NUMBER HERE) files that are giving me the errors. Some are like: entityId cannot be resolved or is not a field
or enumcreaturetype cannot be resolved
There's a total of 177 of these errors, scattered throughout at least a dozen files. Again, every time I even attempt to correct them, they just give me even more errors. Again yes, I have re-downloaded MCP and the minecraft files SO many times now. I have NO clue what to do, I don't know how to fix this, and no offense to anyone, but I'm basically getting the same replies over and over, just in a little different wording.
Again, I'll ask, can anyone direct me to someone or a page, where I can get more direct help, I've already tried the MCP IRC servers and had no luck there. I cannot see this as being a super major big problem. I've probably messed up on one little thing and that's throwing the entire thing off, which is VERY annoying.
I had an idea. Would it be of help to anybody if I made a quick video to put up on youtube of my setup process? Maybe then somebody can point out what was done wrong if anything? I'd like to get a yes from someone though before I go to the trouble.
Alright, just got through making the video, exporting it now then will upload to youtube. I'll edit it into my first post so others can see, so be sure to check back in a while for the video!
Thanks by the way for attempting to help me. I really appreciate it, although my frustration may make it seem like I don't. =P
i know your pain, I'm working on my mod and this one bit of code I'v been fighting for a few days IT JUST WON'T WORK! I keep getting null pointer execeptions I know why but I don't know how to fix
Tried all those links, used fresh bin and resource, added in modloader and DOUBLE checked to make sure META-INF was deleted and still had no success. I still get the same exact 100 errors, or when I open eclipse 177. I understand if its not possible to do or if MCP wouldn't want you to do it, but is there a way for me to get an error-less, non-modified and working minecraft.java and see if that even works for me?
If it helps, I am also getting 100 errors and have tried everything to fix it...new downloads and all; and I am on Windows 7, therefore I highly doubt the issue is due to being on vista. I would love to mod, however, getting started is a headache -.-
I think I found what the issue was and it very well could be what you are doing too.
I downloaded MCP 6.5 when actually, I needed 6.2; that was due to 6.5 standing out more than 6.2 so I thought 6.5 is what I needed.
If I am right, 6.5 is for the latest snapshot of MC and 6.2 is for MC 1.2.5; I hope this has helped because it worked for me.
also It might be something with your java install you have the JDK current right?
Yes I have re-downloaded MCP and all my minecraft folders at least 3 times now. As for jdk, I believe I am using: jdk1.7.0_04
I have set the paths for this as well. If anything is wrong though, I think that it has something to do with my path setup, although I've followed about 3 walkthroughs on that part. I'll explain what I did step by step:
1- I downloaded JDK and installed it. No errors mentioned
2-I right click on computer, and go to properties
3-I go to Advanced System Settings
4- I click environment variables
5- (this is where i believe i mess up) There are variable settings for both the system and my current user.
6- I set the USER path variable to: C:\Program Files\Java\jdk1.7.0_04\bin *
6a- I have also tried C:\Program Files\Java\jdk1.7.0_04*
7- I set the SYSTEM Path variable to C:\Program Files\Java\jdk1.7.0_04\bin*
7a- I have A LOT more in the System Path variable, so i stuck that at the end and added a ;
7b- have also used C:\Program Files\Java\jdk1.7.0_04*
8- Done
I really feel as if something was done wring here. If you want, I will send a screenshot of what my Environment Variables look like for a double check.
Also, I'm on Windows Vista if that makes a difference.
Hmmm, actually that sounds like a pretty good idea. I'm going to try that and see what happens. First off though, I need to check and see if Deobfuscate even works. Thanks for that reply, wouldn't have never thought of doing that. Still be nice to get the recompile to work though, so if anyone else has an idea on what to do, please let me know.
== MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) ==
# found jad, jad patches, ff patches, osx patches, srgs, name csvs, doc csvs, pa
ram csvs, astyle, astyle config
> Creating Retroguard config files
!! Can not find client md5s !!
!! Can not find server md5s !!- Don't care about this part.Press any key to continue . . .
Edit the code first in eclipse and test it there
Several things. Idk why the code should be so messed up as I have not altered it. Secondly, all that shows up is something like: _L2 cannot be resolved to a variable. Or _L3 cannot be resolved to a type.
A lot of the errors are being generated from all the _L(NUMBER HERE) and I have no idea what is wrong with them, I've tried using eclipses "quick fix" but all that does is generate even more errors.
Also, its not only the _L(NUMBER HERE) files that are giving me the errors. Some are like: entityId cannot be resolved or is not a field
or enumcreaturetype cannot be resolved
There's a total of 177 of these errors, scattered throughout at least a dozen files. Again, every time I even attempt to correct them, they just give me even more errors. Again yes, I have re-downloaded MCP and the minecraft files SO many times now. I have NO clue what to do, I don't know how to fix this, and no offense to anyone, but I'm basically getting the same replies over and over, just in a little different wording.
Again, I'll ask, can anyone direct me to someone or a page, where I can get more direct help, I've already tried the MCP IRC servers and had no luck there. I cannot see this as being a super major big problem. I've probably messed up on one little thing and that's throwing the entire thing off, which is VERY annoying.
Maybe you have the wrong JDK I dont believe so, but it dosnt hurt to check whether you have 64 bit or 32
Thanks by the way for attempting to help me. I really appreciate it, although my frustration may make it seem like I don't. =P
Ps: it has ModLoader
Hmmm... I guess I could try launching it with mod loader. What did you do right before it worked? Or do you know lol.
MCP was meant to de-compile the game. ModLoader was meant to be used for MCP.
Use this serer.java: http://www.minecraft.net/download
Use fresh Bin and resources and it should work
you can add ModLoader I don't know if that was the fix but if you do don't forget to delete META-IN
Tried all those links, used fresh bin and resource, added in modloader and DOUBLE checked to make sure META-INF was deleted and still had no success. I still get the same exact 100 errors, or when I open eclipse 177. I understand if its not possible to do or if MCP wouldn't want you to do it, but is there a way for me to get an error-less, non-modified and working minecraft.java and see if that even works for me?
I downloaded MCP 6.5 when actually, I needed 6.2; that was due to 6.5 standing out more than 6.2 so I thought 6.5 is what I needed.
If I am right, 6.5 is for the latest snapshot of MC and 6.2 is for MC 1.2.5; I hope this has helped because it worked for me.
Here is the download link for 6.2:
http://www.mediafire.com/?c6liau295225253Nevermind, just noticed that they gave you the right link.
But it worked for me