Jump to content

Errors With Running Minecraft on eclipse IDE For java EE


chess46

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

[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.

Link to comment
Share on other sites

  • 2 weeks later...

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.