CJCutrone9 Posted June 7, 2013 Share Posted June 7, 2013 Hello everyone. I followed pahimar's tutorial to get minecraft into eclipse, I finished the tutorial and clicked the run button, if, I type in my username and password, then I get this error- http://gw.minecraftforge.net/KIgX If I don't (Which you don't have too to my knowledge) I get this one- http://gw.minecraftforge.net/raZM I'd really appreciate it if someone could help me. Thanks! -CJCutrone9 Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 Do you have Internet connection? You need it, at least the first time. Also, I don't know how you set it up so that you need to log in... but that should not be necessary. Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 Yerp, same internet connection I use to play minecraft without mods. And it isn't that it has to have it, but when you do type your username + password, it uses your minecraft account. Which is why it is odd that I get two different errors... Quote Link to comment Share on other sites More sharing options...
jordsta95 Posted June 7, 2013 Share Posted June 7, 2013 Are you using a clean minecraft.jar file? And have you entered any code? If so is it correct? Also, are you new to modding... I would guess so with the errors on startup. I would say Pahimar's tutorial may be a little be daunting to start with. I would suggest someone like Wuppygaming or SCMOwns on YouTube. That way you can watch step by step how certain code needs to be written. How to test/troubleshoot, and get the correct codes for anything you add Quote Why bother? Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 I was just using pahimar's tut as a "How to get minecraft into eclipse" I know a good bit of code if that is why you are recommending SCMOwns, but the problem is, I see no error messages on any files, but I get an error when I press run. And I haven't even started to type in code. And yes, it is a brand new minecraft.jar. Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 Are you using a clean minecraft.jar file? And have you entered any code? If so is it correct? Also, are you new to modding... I would guess so with the errors on startup. I would say Pahimar's tutorial may be a little be daunting to start with. I would suggest someone like Wuppygaming or SCMOwns on YouTube. That way you can watch step by step how certain code needs to be written. How to test/troubleshoot, and get the correct codes for anything you add No, no, the problem he has has nothing to do with his code, or lack thereof. It is caused by a failure to download Forge's required libraries. I suspect Pahimar's video is outdated. MCP is no longer necessary for Linux; I don't see why it should be necessary for Windows. Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 So.. I should just get rid of MCP? And where would I put forge after I did that? Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 Download the most recent forge, run "install.bat", and there should be an mcp/ folder inside of that. That's how it works on Linux anyway (with install.sh instead of .bat ) Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 And after I do that, just stick it inside of the eclipse folder? Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 And after I do that, just stick it inside of the eclipse folder? No, there should be an eclipse folder in the mcp/ directory. Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 And I stick all my eclipse files in that? EDIT: Just finished re-installing forge, I have neither an eclipse folder, nor MCP. Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 And I stick all my eclipse files in that? EDIT: Just finished re-installing forge, I have neither an eclipse folder, nor MCP. Current versions of Forge install MCP automatically. Did you actually run install.cmd? Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 Yes..... Would it work if I installed forge into the minecraft jar and then used that in eclipse? Quote Link to comment Share on other sites More sharing options...
FloatingGrapefruit Posted June 7, 2013 Share Posted June 7, 2013 I have the latest version of forge and still use MCP. It might work the other way too, but that is the way it works for me. Quote Check out my mod: http://www.minecraftforum.net/topic/1809937-152forge-minecraft-enriched-mod/ Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 Did you follow a tut to install it in eclipse? If so, which one? If not, how did you do it? Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 Yes..... Would it work if I installed forge into the minecraft jar and then used that in eclipse? If it did, it would be glitchy and hard to use at best. Did you follow a tut to install it in eclipse? If so, which one? If not, how did you do it? No. All you should need to do is unzip the forge source, run install.cmd, and the mcp/ folder (and eclipse subdirectory) should appear. If they aren't, then the install script is probably crashing. What does the console say when you run install.cmd? Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 It said a bunch. It gave me a few folders, but I didn't get an eclipse/mcp one. I'll try it again. EDIT: I got the mcp folder this time, and inside of it there is an eclipse folder, is that what you were talking about? http://www.flickr.com/photos/79775094@N07/8978584469/ Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 It said a bunch. It gave me a few folders, but I didn't get an eclipse/mcp one. I'll try it again. EDIT: I got the mcp folder this time, and inside of it there is an eclipse folder, is that what you were talking about? http://www.flickr.com/photos/79775094@N07/8978584469/ Yes. Start the eclipse workspace in mcp/eclipse. Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 7, 2013 Author Share Posted June 7, 2013 Then do I create any linked folders or anything like I did the other way? OR should it work just like that? Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 7, 2013 Share Posted June 7, 2013 Then do I create any linked folders or anything like I did the other way? OR should it work just like that? Nope, it should just work like that. Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 8, 2013 Author Share Posted June 8, 2013 Well, I just did that, and I get the same errors..... Quote Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 9, 2013 Author Share Posted June 9, 2013 Help? Quote Link to comment Share on other sites More sharing options...
ObsequiousNewt Posted June 9, 2013 Share Posted June 9, 2013 I guess it looks like a problem with your network. Quote BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech. Link to comment Share on other sites More sharing options...
CJCutrone9 Posted June 9, 2013 Author Share Posted June 9, 2013 Oh well... Quote Link to comment Share on other sites More sharing options...
nekpek Posted June 10, 2013 Share Posted June 10, 2013 try this. i am on windows. Install MCP on let's say desktop. now inside that folder add forge so it is located in (%desktop%/mcp/forge/<forgefile>) now copy minecraft.jar into the jars folders in mcp (%desktop%//mcp/jars/minecraft.jar) run in mcp "decompile.bat" enter forge folder run "Install.cmd" run eclipse (should be in a folder for itself like (%desktop%/eclipse)) now when it ask for a workspace add the root of the eclipse inside the mcp folder (%desktop%/mcp/eclipse) Quote Naturalis - The easy way for nature.! Esquire - A helping hand for your adventure. Jimanju - The Random Disasters! Link to comment Share on other sites More sharing options...
Recommended Posts
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.