Posted January 15, 20169 yr Hi I'm a modder and using forge for a while, but it seems that I have a problem with installing the lastest mdk for some reason. I used this http://www.minecraftforge.net/wiki/Installation/Source instercations for installing the mdk, like I used in earlier versions, but this time the installing cmd comand get stack in this position: and the error I get is this: I tried running this with the --debug and --info command, but I cant find the logs after the run is over, so I cant send it [please tell me where and how to get them as a file, if needed] thank you
January 15, 20169 yr "org.gradle.jvmargs=-Xmx2G" does not work for me i get ################################################# ForgeGradle 2.1-SNAPSHOT-8e42161 https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP unknown http://modcoderpack.com by: Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs ################################################# FAILURE: Build failed with an exception. * What went wrong: Problem configuring task :setupDecompWorkspace from command line. > Unknown command-line option '-X'. * Try: Run gradle help --task :setupDecompWorkspace to get task usage details. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 3.367 secs
January 15, 20169 yr In case you will receive an error while running the task :decompileMC ( the fourth step ) Execution failed for task ':decompileMc'. GC overhead limit exceeded assign more RAM into gradle by adding org.gradle.jvmargs=-Xmx2G into the file ~/.gradle/gradle.properties (create file if doesn’t exist). The ~ sign means it’s a user’s home directory . that
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.