bbqroast Posted November 10, 2012 Posted November 10, 2012 So, I'm trying to decompile with Forge (something I have done successfully before!). This error is persistently popping up though. I'm using a clean jar (I deleted my .minecraft and redownloaded everything using the vanilla launcher), with a clean server jar fresh off minecraft.net. Yet I get this error persistently: 17:24:46 - !! Modified jar detected. Unpredictable results !! 17:27:12 - 'runtime\bin\applydiff.exe -p1 -u -i ..\..\temp\temp.patch -d src\minecraft' failed : 1 17:27:12 - 17:27:12 - == ERRORS FOUND == 17:27:12 - 17:27:12 - 1 out of 1 hunk FAILED -- saving rejects to file 'net\minecraft\src\RenderGlobal.#' 17:27:12 - ================== 17:27:12 - 17:27:28 - !! renaming disabled !! 17:29:38 - !! renaming disabled !! 17:29:50 - '"C:\Program Files\Java\jdk1.7.0_01\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1 17:29:50 - 17:29:50 - == ERRORS FOUND == 17:29:50 - 17:29:50 - src\minecraft\net\minecraft\src\RenderGlobal.java:1789: error: method func_78873_a in class EffectRenderer cannot be applied to given types; 17:29:50 - this.field_72777_q.field_71452_i.func_78873_a(var21 = new EntityHugeExplodeFX(this.field_72769_h, p_72726_2_, p_72726_4_, p_72726_6_, p_72726_8_, p_72726_10_, p_72726_12_)); 17:29:50 - ^ 17:29:50 - 17:29:50 - required: EntityFX 17:29:50 - found: Object 17:29:50 - reason: actual argument Object cannot be converted to EntityFX by method invocation conversion 17:29:50 - src\minecraft\net\minecraft\src\RenderGlobal.java:1794: error: method func_78873_a in class EffectRenderer cannot be applied to given types; 17:29:50 - this.field_72777_q.field_71452_i.func_78873_a(var21 = new EntityLargeExplodeFX(this.field_72770_i, this.field_72769_h, p_72726_2_, p_72726_4_, p_72726_6_, p_72726_8_, p_72726_10_, p_72726_12_)); 17:29:50 - ^ 17:29:50 - 17:29:50 - required: EntityFX 17:29:50 - found: Object 17:29:50 - reason: actual argument Object cannot be converted to EntityFX by method invocation conversion 17:29:50 - 2 errors 17:29:50 - ================== 17:29:50 - The error seems to be fatal and the install does not finish. This is what I did: Downloaded MCP. Downloaded Forge source (latest version). Decompressed MCP, put the "forge" folder in with it. Downloaded a clean Minecraft JAR and a minecraft_server JAR. Placed the bin/ and minecraft_server.jar in the "jars" folder for MCP. Ran the "install.bat" script. It gets to "Recompiling Client" before crashing. I noticed a big list of warnings in another error log for missing fields but I assumed this was the normal "chatter" you get when running programs. I'm running on Windows 7 64bit with the Java 7 JDK. And my existing Forge based mods (but for 1.2.5 mind you) are still compiling fine. CPU: i7 2760QM GPU: nVidia 540M RAM: (Dell) 8GB Dell XPS L502X Quote
SanAndreaP Posted November 10, 2012 Posted November 10, 2012 Which version of MCP do you use? Which version of Minecraft (Server) do you use? Which version of Forge do you use? Quote 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.
bbqroast Posted November 10, 2012 Author Posted November 10, 2012 Forge version 6.0.1.341. Minecraft server version 1.4.2. MCP version 7.19. Quote
LexManos Posted November 10, 2012 Posted November 10, 2012 17:24:46 - !! Modified jar detected. Unpredictable results !! 17:27:12 - 'runtime\bin\applydiff.exe -p1 -u -i ..\..\temp\temp.patch -d src\minecraft' failed : 1 Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
bbqroast Posted November 10, 2012 Author Posted November 10, 2012 That's the odd thing. These aren't modified jars. They're both fresh. The client jar was obtained by deleting my .minecraft and opening Mojang's launcher. The server jar was obtained directly off minecraft.net/download.jsp. Quote
bbqroast Posted November 16, 2012 Author Posted November 16, 2012 Exams are over now. Really want to get into some modding. So is there any fix for this issue? Quote
LexManos Posted November 17, 2012 Posted November 17, 2012 There is nothing to fix, you're gunna have to figure out what you're doing wrong that makes them modified jars. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
bbqroast Posted November 17, 2012 Author Posted November 17, 2012 Look, I look in the jar, it has a META-INF. I run the forge installer and then it fails to decompile and the META-INF is gone from the jar. Surely this must be something playing up? Or am I doing something wrong. Quote
keepcalm Posted November 18, 2012 Posted November 18, 2012 Try installing normal forge on the jar. See what happens. Quote Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
Green0Yoshi Posted November 19, 2012 Posted November 19, 2012 Hi, Seeing this and pretty sure I know the answer, I gotta say something. The jars should be 1.4.4 or you could use 1.4.5. Be SURE to use MCP 7.22. I bet that's the problem. If you had MCP update itself, then redownload the right version. Quote Thanks for your time... Hopefully I can reply soon after you reply, but I'm busy, anyways. I can't wait to start working on my mod. I haven't worked on it in a while but it is on Github. It needs much more organization and work, I have lots of plans.
Recommended Posts
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.