Topic category: Troubleshooting, bugs, and solutions
Im trying to make a cloud dimension mod and I just made a new block and a new dimension and I want to test it out, but when I go to run a test environment, the console goes crazy. It says:
Executing gradle command: clean build
#################################################
ForgeGradle 2.2-SNAPSHOT-0447b4e
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:clean UP-TO-DATE
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':genSrgs'.
> joptsimple/internal/Strings : Unsupported major.minor version 51.0
* 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: 10.633 secs
Task completed with return code 1 in 11133 milliseconds
So I guess the :gensrgs failed. What is that and how do I fix it?
This is really messing me up can someone please answer me!
@#1 I have this bug too, idk how to fix it :(
Are you on a Mac?
@#2 You have wrong version of Java. You need JDK 8 on your Mac.
Thank you so much! I just updated my java and it worked!