Jump to content

spacechase0

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by spacechase0

  1. It's worked fine for me before as well, but even a copy of what I use for 1.7 isn't working anymore. I'm using 1.7.0_03.
  2. So I'm finally getting around to updating for 1.8, and I'm getting a strange error I don't know how to fix. Anytime I edit the file it lists extractMinecraftSrc just overwrites it I tried using both the current recommended build and the latest (build 1412), and tried using gradlew clean cleanCache beforehand. **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs MCP Data version : snapshot_20141130 **************************** :extractMcpData ... :recompMinecraftC:\Users\Chase\Downloads\forge-1.8-11.14.1.1412-src\build\tmp\recompSrc\net\minecraftforge\fml\common\ObfuscationReflectionHelper.java:36: 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); ^ C:\Users\Chase\Downloads\forge-1.8-11.14.1.1412-src\build\tmp\recompSrc\net\minecraftforge\fml\common\ObfuscationReflectionHelper.java:61: 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, remapFieldNames(classToAccess.getName(),fieldNames)); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 errors FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':recompMinecraft'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 9 mins 16.213 secs GitHub says those lines were last modified on Jul 22, 2012, and I know I've done this since then... So I'm clueless as to how to fix this. Any ideas?
  3. Oh. I remember seeing that in a few code samples I looked at, but I didn't think that part was important. I've got some other errors now, but it looks like something I'll be able to figure out with the objectweb docs. Thanks!
  4. So, I'm getting a strange error with a mod I'm making that I can't get much information on. I assume it's related to a circular reference, but I can't figure anything out. I'm using a fresh install of vanilla 1.4.7 with only Forge 6.6.0.497 installed in the jar, and only the mod I'm making is in the coremods folder (and nothing in the mods folder). ForgeModLoader-client-0.log: The three files referenced are here: [1] [2] [3] I don't have a lot of experience with coremods and access transformers, so I'm probably missing something obvious... Any idea with what could be wrong?
  5. One of my mods works fine with RML, but causes a NullPointerException to be thrown when loading a world with FML. (I haven't tried to reproduce this though. This is a problem someone else was having). The "ForgeModLoader-client-0.log" is here. The code that causes the crash is: public void clientConnect( NetClientHandler client ) { enabled = false; client.addToSendQueue( new Packet250CustomPayload( "SC0|SGCheck", null ) ); } And the mod in question is here. Am I missing something? (I hope I gave enough information, and that this was the right place to post this. )
×
×
  • Create New...

Important Information

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