#################################################
ForgeGradle 2.1-SNAPSHOT-unknown
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
Found AccessTransformer: common_at.cfg
Found AccessTransformer: common_at.cfg
:deobfCompileDummyTask
:deobfProvidedDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:deobfMcSRG SKIPPED
:decompileMc FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':decompileMc'.
> GC overhead limit exceeded
* 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: 6 mins 13.364 secs
Anyone tell me how to fix that? AS always they will get free cookies or cake depending on their choice
:makeStart FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':makeStart'.
> java.io.FileNotFoundException: /home/hunar/Desktop/SpongeForge/build/tmp/makeStart/extracted/GradleStart.java (Permission denied)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
ForgeGradle needs to generate and compile the Start classes what allows your IDE to run forge. But as it looks like the permissions on /home/hunar/Desktop/SpongeForge/build/tmp/makeStart/extracted/ are read only I guess.
ok i managed to get the previous issue circumvented by running gradle as superuser. However I get this in the Minecraft Server configuration(untouched by me)
which makes me believe that the genIntelliJRuns silently failed…
Ive tried everything in this post and nothing seems to be working for me, i keep getting the same error by doing it while running cmd as Admin or not in Admin.
:decompileMc FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:decompileMc’.