Jump to content

[1.8.8] forgeGradleMcDeps stays at 56%


CoffeeBunny

Recommended Posts

 

Hey, I am having some problems with the decompiling. When I run my decompile bat file it always gets stuck at 56%. I've been waiting for some hours now i believe, and tried many times, but I can't get it working.

 

This is what it looks like:

This mapping 'snapshot_20151122' was designed for MC 1.8! Use at your own peril.
#################################################
         ForgeGradle 2.1-SNAPSHOT-da90449
  https://github.com/MinecraftForge/ForgeGradle
#################################################
               Powered by MCP unknown
             http://modcoderpack.com
         by: Searge, ProfMobius, Fesh0r,
         R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:deobfCompileDummyTask
:deobfProvidedDummyTask
:getVersionJson
:extractUserdev
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:deobfMcSRG SKIPPED
> Building 56% > :decompileMc > Resolving dependencies ':forgeGradleMcDeps'

 

I've tried two different bat files:

gradlew setupDecompWorkspace
gradlew setupDecompWorkspace
-Xmx8g Xms8g
Edited by CoffeeBunny
Link to comment
Share on other sites

It's probably starving for memory and swapping. To run that long, it might even be thrashing. See if you can allocate more RAM to the JVM (but if you don't actually have the RAM, then it might blow its stack instead).

 

Google to find other threads with similar issues.

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

Link to comment
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.
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.