Posted September 19, 201213 yr 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
September 19, 201213 yr Update your jdk. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
September 19, 201213 yr Author Update your jdk. Thanks. updating, I'm on my tethered cellphone and I'm over my bandwidth so it's going slow. I hope this works, my mods are all whacky in Forge so I need to make new versions. Update the jdk should be on the read first post.
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.