Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • [1.7.2 #1019] unresolved dependency - forgeBin 1.7.2-10.12.0.1019
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
dand0

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

By dand0, January 26, 2014 in ForgeGradle

  • Reply to this topic
  • Start new topic

Recommended Posts

dand0    5

dand0

dand0    5

  • Tree Puncher
  • dand0
  • Forge Modder
  • 5
  • 39 posts
Posted January 26, 2014

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

  • Quote

Share this post


Link to post
Share on other sites

karyonix    3

karyonix

karyonix    3

  • Tree Puncher
  • karyonix
  • Members
  • 3
  • 5 posts
Posted January 26, 2014

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.

  • Quote

Share this post


Link to post
Share on other sites

Texenox    2

Texenox

Texenox    2

  • Stone Miner
  • Texenox
  • Forge Modder
  • 2
  • 79 posts
Posted January 26, 2014

Actually, just do

gradlew setupDecompWorkspace eclipse

AND THEN:

gradlew --refresh-dependencies eclipse

 

Either way, it works.

  • Quote

Share this post


Link to post
Share on other sites

einsteinsci    0

einsteinsci

einsteinsci    0

  • Tree Puncher
  • einsteinsci
  • Members
  • 0
  • 7 posts
Posted January 28, 2014

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

  • Quote

Share this post


Link to post
Share on other sites

AbrarSyed    9

AbrarSyed

AbrarSyed    9

  • Stone Miner
  • AbrarSyed
  • Forge Modder
  • 9
  • 51 posts
Posted January 28, 2014

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.

  • Quote

width=600 height=100http://i56.tinypic.com/ruu0ao.png[/img]

^^ url to be changed.

Share this post


Link to post
Share on other sites

einsteinsci    0

einsteinsci

einsteinsci    0

  • Tree Puncher
  • einsteinsci
  • Members
  • 0
  • 7 posts
Posted January 28, 2014

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.

  • Quote

Share this post


Link to post
Share on other sites

XxxXEclipse7XxxX    4

XxxXEclipse7XxxX

XxxXEclipse7XxxX    4

  • Tree Puncher
  • XxxXEclipse7XxxX
  • Members
  • 4
  • 29 posts
Posted February 8, 2014

When your settting up your Workspace

 

use these commands

 

first command -

gradlew.bat setupDecompWorkspace --refresh-dependencies

 

Second Command -

gradlew.bat eclipse

  • Quote

Check Out My Modding Tutorials For Minecraft Forge!

 

http://www.youtube.com/user/XxxXEclipse7XxxX

 

 

Check Out My Forums -

http://www.theaustralianmodder.com

Share this post


Link to post
Share on other sites

Parker8283    10

Parker8283

Parker8283    10

  • Creeper Killer
  • Parker8283
  • Forge Modder
  • 10
  • 164 posts
Posted February 8, 2014

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.

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • cadbane86140
      Minecraft: An End of an Era!

      By cadbane86140 · Posted 4 minutes ago

      Hello there! We got 2 videos for you guys today and to start it out I talk about my thoughts on the hive shutting down, I never thought I would say that just because whenever I saw the hive I saw people on it but I explain it more in my video so I hope you all enjoy the video and if you did don’t forget to like and sub for more!  
    • Draco18s
      GUI Button has weird image

      By Draco18s · Posted 17 minutes ago

      Yeah, because you're passing in a height value that's 2.5 times taller than the vanilla Button renderer expects. It expects that all UI buttons are only 20 pixels tall and the sprite sheet reflects that. So what you're seeing is other areas of the UI sprite sheet.   (Is the vanilla code broken? Yes. Does Mojang care? No)
    • DaemonUmbra
      Any good exploration mods for 1.16.3?

      By DaemonUmbra · Posted 31 minutes ago

      Why limit yourself to 1.16.3? Especially since 1.16.5 just came out and fixes crash bugs that could be abused to render a server unusuable.
    • PotatoEz1
      Any good exploration mods for 1.16.3?

      By PotatoEz1 · Posted 43 minutes ago

      Does anybody know any cool mods for 1.16.3 that adds biomes and dungeons? Thanks!
    • XenoPyax
      GUI Button has weird image

      By XenoPyax · Posted 1 hour ago

      SO I have the following code I've been looking through the gui of the Minecraft menus and replicated them but somehow my buttons don't seem to take the correct texture. Code: https://paste.md-5.net/figovuzufa.java Image:
  • Topics

    • cadbane86140
      0
      Minecraft: An End of an Era!

      By cadbane86140
      Started 4 minutes ago

    • XenoPyax
      1
      GUI Button has weird image

      By XenoPyax
      Started 1 hour ago

    • PotatoEz1
      1
      Any good exploration mods for 1.16.3?

      By PotatoEz1
      Started 44 minutes ago

    • DrakenXI
      3
      [1.16.4] setBlockState with out send update event.

      By DrakenXI
      Started 21 hours ago

    • Somonestolemyusername
      16
      [1.15.2] How Would I make a custom bow?

      By Somonestolemyusername
      Started Tuesday at 09:30 PM

  • Who's Online (See full list)

    • Beethoven92
    • diesieben07
    • cadbane86140
    • Caleb949
    • monkeysHK
    • Bailym
    • kiou.23
    • Mikkolek
    • DaemonUmbra
    • Badnews4u
    • Greenshark3D
    • jeremygann27@yahoo.com
    • loordgek
    • Draco18s
    • TacoEthan
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • [1.7.2 #1019] unresolved dependency - forgeBin 1.7.2-10.12.0.1019
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community