Posted April 15, 201411 yr I'm having trouble running on Minecraft on Eclipse IE for Java EE. These are the errors I'm getting: [15:39:48] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [15:39:48] [main/ERROR]: The minecraft jar file:/C:/Users/MYUSER/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1057/forgeBin-1.7.2-10.12.0.1057.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again! [15:39:48] [main/ERROR]: For your safety, FML will not launch minecraft. You will need to fetch a clean version of the minecraft jar file And this: [15:39:48] [main/ERROR]: Technical information: The class net.minecraft.client.ClientBrandRetriever should have been associated with the minecraft jar file, and should have returned us a valid, intact minecraft jar location. This did not work. Either you have modified the minecraft jar file (if so run the forge installer again), or you are using a base editing jar that is changing this class (and likely others too). If you REALLY want to run minecraft in this configuration, add the flag -Dfml.ignoreInvalidMinecraftCertificates=true to the 'JVM settings' in your launcher profile.
April 15, 201411 yr You've got a corrupt jar file for the source, which can be caused by making base edits. In order to get all new files, first make sure you back up your work (drag it out to a different folder), then open a command window in your forge folder and run (THIS WILL DELETE EVERYTHING!): gradlew cleanCache I would recommend updating the forge number in your build.gradle to the latest forge build (minor number 1056 or 1057), then run the usual to get all fresh source: gradlew setupDecompWorkspace --refresh-dependencies (This one gives you decompiled forge / minecraft code for referencing) gradlew eclipse (This one gives you your eclipse files) I'm sure you already know what these do, but I like to clarify Then add back in your mod files, and you should be set (hopefully) The further a society drifts from the truth, the more it hates those who speak it.
April 15, 201411 yr Also, do you NEED Java Enterprise Edition? That comes with a bunch of crap that you'll never use with Minecraft Modding.
April 16, 201411 yr [15:39:48] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! You can ignore this error. For the rest, follow Robosphinx' suggestion And no, you don't need Java EE, The only thing you need is the JDK and JRE, and your preferred IDE (you could also use Notepad, but meh) Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
April 27, 201411 yr Author Unfortunately I haven't gotten to code... I can't even run Minecraft... I'm guessing the Version of Forge has a corrupted file then.
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.