Jump to content

gradlew setupDecompWorkspace --refresh-dependencies fail


Recommended Posts

Posted (edited)

I'm learning Java specifically for Minecraft mods for my son.  His preferred version is 1.7.10, because of other mods made for that version that do not exist in other versions of Minecraft.

The forge version is the 1558 build for 1.7.10.  Java version is 1.8.0_231.  Was working with 111 but had repeated issues.
I have installed, uninstalled and re-installed Java repeatedly, making sure that I have a fresh slate for each failed attempt with Forge in Eclipse.
I am attempting to follow the instructions at: https://techwiseacademy.com/minecraft-modding-setting-up-your-environment/ for modding.
I followed the instructions to the letter, and additionally am taking the Mr. Crayfish course at:

 

but when I attempt to "run" the code at 4:03 in the video, I receive the error: "Errors exist in required project(s):  

                                                                                                                                                               forge-1.7.10-10.13.4.1558-1.7.10-src

                                                                                                                                                                Proceed with launch?"

 

which I suspect stems from an incomplete install of the command: gradlew setupDecompWorkspace --refresh-dependencies
(from the first URL).

 

Here is the output from the command window:

H:\MinecraftModding\forge-1.7.10-10.13.4.1558-1.7.10-src>gradlew setupDecompWorkspace --refresh-dependencies
#################################################
         ForgeGradle 1.2-SNAPSHOT-fb514d3
  https://github.com/MinecraftForge/ForgeGradle
#################################################
               Powered by MCP unknown
            http://modcoderpack.com
         by: Searge, ProfMobius, Fesh0r,
         R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:extractMcpData UP-TO-DATE
:getVersionJson
:extractUserDev UP-TO-DATE
:genSrgs SKIPPED
:extractNatives UP-TO-DATE
:getAssetsIndex
:getAssets
:makeStart
[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[ant:javac] 1 warning
:downloadMcpTools SKIPPED
:downloadClient SKIPPED
:downloadServer SKIPPED
:mergeJars SKIPPED
:deobfuscateJar SKIPPED
:decompile SKIPPED
:processSources
Injecting fml files
Applying fml patches
Applying forge patches
:remapJar SKIPPED
:extractMinecraftSrc SKIPPED
:recompMinecraft SKIPPED
:repackMinecraft SKIPPED
:setupDecompWorkspace

BUILD SUCCESSFUL

Total time: 42.894 secs
H:\MinecraftModding\forge-1.7.10-10.13.4.1558-1.7.10-src>

 

You can see a number of things skipped from ":downloadMcpTools" forward.

I have spent the last week troubleshooting, trying to get Eclipse to cooperate, changing the Path and JAVA-HOME, adding and removing Java, updating Java, manually trying to import data files into Eclipse, re-running gradlew repeatedly with different parameters.  I have succeeded in getting Eclipse to change from 200 red X's in the package manager down to just one, but of course it is the critical one that snags my entire operation.  "Minecraft" has never showed up in the package manager.

Half my hair has been pulled out and I have to admit the need for help.
If Eclipse worked with Forge, that would be really great.  I really need your help because I can't get it to do so on my own.

I submitted this as a bug with Eclipse only to have them bounce me to you.

Thanks in advance for helping solve this,
Marc


Dear Marc,

this is the bug tracker of Eclipse. I can't see a bug with Eclipse itself here. It is more a usage problem with the Minecraft project. Please address your issue in their forum:
https://www.minecraftforge.net/forum/

The Gradle command concluded successfully, but there will be reasons why there are still problems in your workspace. I don't see anything here, and please don't expect that we try to follow the mentioned video for reproduction.

You may attach screenshots and maybe the error log here, or ask in the Eclipse foum
https://www.eclipse.org/forums/index.php/i/

Kind regards,
~Karsten
[reply] [−] 
Comment 2 
Karsten Thoms   2019-11-29 03:24:43 EST 

*** Bug 553602 has been marked as a duplicate of this bug. ***

1 Eclipse main workspace.png

2 Eclipse workspace sub.png

3 missing.png

Current errors.png

Edited by JMAS
additional version information added
Posted

Additionally, I installed this off of the "C:" drive because Microsoft permissions issues were adding a ton of errors, which were resolved by installing as Administrator on the H: drive.

Posted

1.7.10 is no longer supported on this forum due to its age.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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