Jump to content

[1.6.4][Gradle] doForgePatchesPatching Failed


navybofus

Recommended Posts

I've been looking for an answer to this for a little while and thought maybe someone would recognize the error and send me in the right direction.

 

I'm going to port some of my 1.7.2 mods to 1.6.4 by request and got the forge-1.6.4-9.11.1.964-src.zip file and extracted it, and ran (through gradlew) setupDevWorkspace, and then eclipse, and then I tried to run setupDecompWorkspace and received a failed build error. The log that contains the build info is in the spoiler below.

 

[spoiler=Gradle.log]

****************************

Powered By MCP:           

http://mcp.ocean-labs.de/ 

Searge, ProfMobius, Fesh0r,

R4wk, ZeuX, IngisKahn     

MCP Data version : unknown

****************************

:downloadMcpTools UP-TO-DATE

:extractUserDev

:genSrgs UP-TO-DATE

:downloadClient SKIPPED

:downloadServer SKIPPED

:mergeJars SKIPPED

:deobfuscateJar UP-TO-DATE

:decompile SKIPPED

:doFmlPatches SKIPPED

:addFmlSources UP-TO-DATE

:remapJar SKIPPED

:doForgePatchesPatching failed: net/minecraft/client/gui/achievement/GuiAchievements.java Cannot find hunk target

Hunk 7 failed! Cannot find hunk target

Hunk 8 failed! Cannot find hunk target

Patching failed: net/minecraft/client/renderer/RenderBlocks.java Cannot find hunk target

Hunk 6 failed! Cannot find hunk target

Hunk 10 failed! Cannot find hunk target

Patching failed: net/minecraft/client/renderer/entity/RenderItem.java Cannot find hunk target

Hunk 6 failed! Cannot find hunk target

Hunk 11 failed! Cannot find hunk target

Hunk 12 failed! Cannot find hunk target

Patching failed: net/minecraft/world/gen/feature/WorldGenTaiga2.java Cannot find hunk target

Hunk 4 failed! Cannot find hunk target

Hunk 5 failed! Cannot find hunk target

FAILED

 

FAILURE: Build failed with an exception.

 

* What went wrong:

Execution failed for task ':doForgePatches'.

> Could not call EditJarTask.doTask() on task ':doForgePatches'

 

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

 

BUILD FAILED

 

Total time: 24.103 secs

 

 

 

As always, any help is greatly appreciated. Thank you.

Link to comment
Share on other sites

First run

gradlew setupDecompWorkspace

then

gradlew setupDevWorkspace

and then

gradlew eclipse

If you didn't understand, first setup decomplie workspace and only then setup Developer Workspace and then run IDE task. Also before running commands delete all files from the folder you have extracted the files and then reextract the forge zip.

Link to comment
Share on other sites

  • 9 years later...

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

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

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