Posted January 26, 201411 yr Hi. I have got an error, which says: "Project 'Minecraft' is missing required library: 'C:\Users\admin\Desktop\Minecraft\MCP\forge 1.7\unresolved dependency - forgeBin 1.7.2-10.12.0.1019". It is all the time. I tried gradlew.bat setupDecompWorkspace eclipse and gradlew.bat setupDevWorkspace eclipse and them both gradlew.bat setupDevWorkspace setupDecompWorkspace and simple "eclipse" gradlew.bat eclipse But this problem is. I know that I need forge binarny file, but I don't know how this file must be inside. Should I download userdev or universal? Or it is a special file? And if it is so, where can I download this special file and where should I put it (in what directory) ? Thank's
January 26, 201411 yr Delete old .classpath file in forge folder gradlew.bat setupDevWorkspace setupDecompWorkspace eclipse Open .classpath with a text editor. Search for "forgeSrc" . File name "forgeSrc" in path attribute should be changed to "forgeBin". File name "forgeSrc" in sourcepath attribute should remain unchanged.
January 26, 201411 yr Actually, just do gradlew setupDecompWorkspace eclipse AND THEN: gradlew --refresh-dependencies eclipse Either way, it works.
January 28, 201411 yr I have the same problem, tried both of those, and got no results. It appears that for some reason gradlew isn't building forge.
January 28, 201411 yr There is one way to fix this problem. And that is to run the setup and IDE tasks in seperate commands. for example.. gradlew setupDevWorkspace eclipse should instead be done as... gradlew setupDevWorkspace gradlew eclipse this will serv as a workarround until I can permanently fix this issue. http://i56.tinypic.com/ruu0ao.png[/img] ^^ url to be changed.
January 28, 201411 yr Still doesn't work. "forgeSrc-1.7.2-10.12.0.1019.jar" shows up in the project folder now, but I still get: Archive for required library: 'C:/Users/einsteinsci/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1019/forgeSrc-1.7.2-10.12.0.1019.jar' in project '1019 v2' cannot be read or is not a valid ZIP file in Markers. When I try and run it anyway, the FMLTweaker class isn't found.
February 8, 201411 yr When your settting up your Workspace use these commands first command - gradlew.bat setupDecompWorkspace --refresh-dependencies Second Command - gradlew.bat eclipse Check Out My Modding Tutorials For Minecraft Forge! http://www.youtube.com/user/XxxXEclipse7XxxX Check Out My Forums - http://www.theaustralianmodder.com
February 8, 201411 yr Here's how I get mine to work: gradlew.bat setupDecompWorkspace eclipse gradlew.bat --refresh-dependencies gradlew.bat setupDecompWorkspace --debug gradlew.bat eclipse --debug This series of commands fixes all build path errors. I got these from LexManos himself when I had the same problem. Use all of them every time you update as well.
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.