Metrixo Posted December 3, 2017 Posted December 3, 2017 Hi guys, I'm looking to get into some modding, however I keep running into issues, and scouring through the internet doesn't seem to help me with this one. I've having issues with the command: gradlew setupDecompWorkplace The issues are here with both the normal run and the stacktrace run: https://pastebin.com/7YUnb4ei Is anyone able to help? Quote
larsgerrits Posted December 3, 2017 Posted December 3, 2017 Try updating to Java 8. And set your Java compatibility in your guild.gradle to 1.8. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
American2050 Posted December 3, 2017 Posted December 3, 2017 Quote * Where: Build file 'C:\Users\Zachary Leask\Desktop\Mod\build.gradle' line: 10 What's on line 10 of that file? Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 (edited) 26 minutes ago, American2050 said: What's on line 10 of that file? apply plugin: 'net.minecraftforge.gradle.forge' I'm going to try upgrading to Java 8, I think I already have though. No hurt in trying again Edited December 3, 2017 by Metrixo Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 No, upgrading to 8 didn't seem to work, should I try 9? Quote
Draco18s Posted December 3, 2017 Posted December 3, 2017 1 hour ago, Metrixo said: No, upgrading to 8 didn't seem to work, should I try 9? No. Forge / Minecraft do not work on Java 9 at all, stop, end, period. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 Just now, Draco18s said: No. Forge / Minecraft do not work on Java 9 at all, stop, end, period. Good thing I didn't go on to do that before I was told otherwise. Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 I tried it multiple times with both the 86x and the 64x bit versions of JDK 8 installed. The files in the picture. I'm trying to install the version that is 8u152 instead to see if that'll work, but I definitely tried with the 86x and the 64x versions. Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 21 minutes ago, diesieben07 said: Uninstall all old versions of Java that you have. Remove any references to the installations in the environment variables PATH and JAVA_HOME (you can delete the latter). Re-install the latest JDK 8 64 Bit. Never use 32 Bit. Set JAVA_HOME to the JDK installation folder (not the bin folder inside it). Reboot. https://pastebin.com/JeFQY1vK I did that all and now I've gotten this issue. Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) Client VM (build 25.151-b12, mixed mode) I have 16gb of ram and I only have Chrome, Spotify, CMD and file explorer open. Quote
Ugdhar Posted December 3, 2017 Posted December 3, 2017 31 minutes ago, Metrixo said: https://pastebin.com/JeFQY1vK c:\Users\Zachary Leask\Desktop\Mod>gradlew setupDecompWorkplace It is setupDecompWorkspace Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 4 minutes ago, Ugdhar said: It is setupDecompWorkspace lmfao, lil bit of a screw up. Thanks Quote
Ugdhar Posted December 3, 2017 Posted December 3, 2017 22 minutes ago, Metrixo said: java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) Client VM (build 25.151-b12, mixed mode) Also just noticed, this is 32-bit java, you're likely to run into memory issues. I'd remove it and install the 64 bit (it will say 64 bit on the HotSpot Client line when you have it) Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 It seems to be working now so far, I'll update if it fails. Thanks for all the help everyone. Quote
Metrixo Posted December 3, 2017 Author Posted December 3, 2017 C:\Users\Zachary Leask>java -version java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode) All good? Quote
Recommended Posts
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.