Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[1.7.2 #1019] unresolved dependency - forgeBin 1.7.2-10.12.0.1019

Featured Replies

Posted

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

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.

Actually, just do

gradlew setupDecompWorkspace eclipse

AND THEN:

gradlew --refresh-dependencies eclipse

 

Either way, it works.

I have the same problem, tried both of those, and got no results. It appears that for some reason gradlew isn't building forge.

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.

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.

  • 2 weeks later...

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.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.