Jump to content

install recompile error


Kinyoshi

Recommended Posts

I am following this tutorial at http://wuppy29.blogspot.nl/2012/08/setting-up-part-2-mcp-and-forge.html

 

Everything goes okay during the install, but when it gets to the recompile part at the end it errors out.

 

 

 

src\minecraft\net\minecraft\src\ModLoader.java:446: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object        return ObfuscationReflectionHelper.getPrivateValue(instanceclass, instance, fieldindex);                                                          ^ src\minecraft\net\minecraft\src\ModLoader.java:460: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object        return ObfuscationReflectionHelper.getPrivateValue(instanceclass, instance, field);                                                          ^ src\common\cpw\mods\fml\common\ObfuscationReflectionHelper.java:37: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object            return ReflectionHelper.getPrivateValue(classToAccess, instance, fieldIndex);                                                    ^ src\common\cpw\mods\fml\common\ObfuscationReflectionHelper.java:51: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object            return ReflectionHelper.getPrivateValue(classToAccess, instance, fieldNames);                                                    ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 4 errors

 

 

Link to comment
Share on other sites

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.