Gibbynator Posted June 27, 2012 Posted June 27, 2012 I followed jakj's tutorial, but I keep running into this error when I try to decompile the jar: == MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) == # found jad, ff, jad patches, ff patches, osx patches, srgs, name csvs, doc csvs , param csvs, astyle, astyle config > Creating Retroguard config files !! Modified jar detected. Unpredictable results !! == Decompiling client using fernflower == > Creating SRGs > Applying Retroguard '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;li b;lib\*;jars\bin\mine...' failed : 1 == ERRORS FOUND == Unrecoverable error during obfuscation, see log file for details. RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcr aft/api/BptBlock ================== Decompile failed Press any key to continue . . . My EXACT steps, if they help: Got a fresh minecraft 1.2.5 Added 'bin' and 'resources' into mcp/jars Added MinecraftForge-3.3.7.135-Client.zip's contents into minecraft.jar Added the contents of the following mods from tekkit/mods folder: AdvancedMachines_4.0_client buildcraft-client-A-core-2.2.14 buildcraft-client-B-builders-2.2.14 buildcraft-client-B-energy-2.2.14 buildcraft-client-B-factory-2.2.14 buildcraft-client-B-transport-2.2.14 buildcraft-client-DA-additionalpipes-2.1.3 EE2ClientV1.4.5.1 IC2NuclearControl_client_v1.1.6 industrialcraft-2-client_1.95b mod_chargingbench-client-1.95b-1.2.5-r1 mod_compactsolars-client-2.2.0.5 PowerConverters_Client_1.3.4 Railcraft_Client_5.2.4 RedPowerControl-2.0pr5b2 RedPowerCore-2.0pr5b2 RedPowerLighting-2.0pr5b2 RedPowerLogic-2.0pr5b2 RedPowerMachine-2.0pr5b2 RedPowerWiring-2.0pr5b2 RedPowerWorld-2.0pr5b2 [*]Added codechicken folder from modpack.jar [*]Ran decompile.bat [*]Got the error. It seems as if the API for buildcraft is incomplete, because Sengir's github api has the missing .java file and a lot more. What should I do to fix this? By the way, I do need all of the mods listed above, either for compatibility or to learn how they did something.
Neowulf Posted June 27, 2012 Posted June 27, 2012 Start small. Every mod you add to it increases complexity exponentially. Decompile one, if that works add another and decompile again. Or just do the smart thing and decide on the exact mods you need and only decompile those. No point in decompiling charging benches or nuclear control if you don't plan on doing anything with either.
phoenix987 Posted June 27, 2012 Posted June 27, 2012 I got a similar error decompiling IC2. Delete the integration module folders and it "works". It won't recompile, but you can still read through the deobfuscated source. Also check the mods' pages for source code. CodeChickenCore and NEI (to an extent) are both open source, for example. It's easier than hoping MCP works.
Gibbynator Posted June 27, 2012 Author Posted June 27, 2012 Thanks, Neowulf. I tried some of the files individually and in groups, and this is what happens: All redpower stuff together decompiles All buildcraft stuff decompiles Redpower+Buildcraft decompiles IC2 does NOT decompile Buildcraft+IC2 does NOT decompile Computercraft alone does NOT decompile Computercraft+Redpower decompiles Computercraft+Redpower+Buildcraft decompiles Railcraft decompiles Computercraft+Redpower+Buildcraft+Railcraft decompiles Computercraft+Redpower+Buildcraft+Railcraft+Equivalent Exchange decompiles Computercraft+Redpower+Buildcraft+Railcraft+Equivalent Exchange+IC2 does NOT decompile I shall use the bold one currently, but I need IC2 to support EU input/output, as well as some other machine stuff. So in conclusion, IC2 is causing the issues. In particular, a NoClassFound error that pops up whenever IC2 is put in with Buildcraft is 13:53:16 - == ERRORS FOUND == 13:53:16 - 13:53:16 - Unrecoverable error during obfuscation, see log file for details. 13:53:16 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound [b][u]buildcraft/api/BptBlock[/u][/b] 13:53:16 - ================== 13:53:16 - 13:53:16 - Decompile failed 14:21:52 - !! Modified jar detected. Unpredictable results !! 14:21:58 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 BptBlock is not anywhere in Tekkit 3.03-04 MCP error log with IC2 alone: 13:53:08 - !! Modified jar detected. Unpredictable results !! 13:53:16 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 13:53:16 - 13:53:16 - == ERRORS FOUND == 13:53:16 - 13:53:16 - Unrecoverable error during obfuscation, see log file for details. 13:53:16 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 13:53:16 - ================== 13:53:16 - 13:53:16 - Decompile failed 14:21:52 - !! Modified jar detected. Unpredictable results !! 14:21:58 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:21:58 - 14:21:58 - == ERRORS FOUND == 14:21:58 - 14:21:58 - Unrecoverable error during obfuscation, see log file for details. 14:21:58 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 14:21:58 - ================== 14:21:58 - 14:21:58 - Decompile failed 14:23:12 - !! Modified jar detected. Unpredictable results !! 14:23:18 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:23:18 - 14:23:18 - == ERRORS FOUND == 14:23:18 - 14:23:18 - Unrecoverable error during obfuscation, see log file for details. 14:23:18 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 14:23:18 - ================== 14:23:18 - 14:23:18 - Decompile failed 14:28:26 - !! Modified jar detected. Unpredictable results !! 14:28:31 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:28:31 - 14:28:31 - == ERRORS FOUND == 14:28:31 - 14:28:31 - Unrecoverable error during obfuscation, see log file for details. 14:28:31 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound forge/ITextureProvider 14:28:31 - ================== 14:28:31 - 14:28:31 - Decompile failed 14:30:05 - !! Modified jar detected. Unpredictable results !! 14:30:11 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:30:11 - 14:30:11 - == ERRORS FOUND == 14:30:11 - 14:30:11 - Unrecoverable error during obfuscation, see log file for details. 14:30:11 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/core/IMachine 14:30:11 - ================== 14:30:11 - 14:30:11 - Decompile failed 14:31:30 - !! Modified jar detected. Unpredictable results !! 14:31:36 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:31:36 - 14:31:36 - == ERRORS FOUND == 14:31:36 - 14:31:36 - Unrecoverable error during obfuscation, see log file for details. 14:31:36 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/core/IMachine 14:31:36 - ================== 14:31:36 - 14:31:36 - Decompile failed 14:33:30 - !! Modified jar detected. Unpredictable results !! 14:33:36 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:33:36 - 14:33:36 - == ERRORS FOUND == 14:33:36 - 14:33:36 - Unrecoverable error during obfuscation, see log file for details. 14:33:36 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 14:33:36 - ================== 14:33:36 - 14:33:36 - Decompile failed 14:37:05 - !! Modified jar detected. Unpredictable results !! 14:37:12 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:37:12 - 14:37:12 - == ERRORS FOUND == 14:37:12 - 14:37:12 - Unrecoverable error during obfuscation, see log file for details. 14:37:12 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound codechicken/nei/ShapelessRecipeHandler 14:37:12 - ================== 14:37:12 - 14:37:12 - Decompile failed 14:38:48 - !! Modified jar detected. Unpredictable results !! 14:38:55 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:38:55 - 14:38:55 - == ERRORS FOUND == 14:38:55 - 14:38:55 - Unrecoverable error during obfuscation, see log file for details. 14:38:55 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 14:38:55 - ================== 14:38:55 - 14:38:55 - Decompile failed 16:44:54 - !! Modified jar detected. Unpredictable results !! 16:46:49 - !! Modified jar detected. Unpredictable results !! 16:46:53 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 16:46:53 - 16:46:53 - == ERRORS FOUND == 16:46:53 - 16:46:53 - Unrecoverable error during obfuscation, see log file for details. 16:46:53 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 16:46:53 - ================== 16:46:53 - 16:46:53 - Decompile failed 17:18:31 - !! Modified jar detected. Unpredictable results !! 17:18:34 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:18:34 - 17:18:34 - == ERRORS FOUND == 17:18:34 - 17:18:34 - Unrecoverable error during obfuscation, see log file for details. 17:18:34 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 17:18:34 - ================== 17:18:34 - 17:18:34 - Decompile failed 17:38:08 - !! Modified jar detected. Unpredictable results !! 17:38:11 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:38:11 - 17:38:11 - == ERRORS FOUND == 17:38:11 - 17:38:11 - Unrecoverable error during obfuscation, see log file for details. 17:38:11 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 17:38:11 - ================== 17:38:11 - 17:38:11 - Decompile failed 17:43:11 - !! Modified jar detected. Unpredictable results !! 17:45:04 - !! Modified jar detected. Unpredictable results !! 17:48:12 - !! Modified jar detected. Unpredictable results !! 17:48:16 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:48:16 - 17:48:16 - == ERRORS FOUND == 17:48:16 - 17:48:16 - Unrecoverable error during obfuscation, see log file for details. 17:48:16 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 17:48:16 - ================== 17:48:16 - 17:48:16 - Decompile failed 17:49:00 - !! Modified jar detected. Unpredictable results !! 17:49:06 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:49:06 - 17:49:06 - == ERRORS FOUND == 17:49:06 - 17:49:06 - Unrecoverable error during obfuscation, see log file for details. 17:49:06 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound codechicken/nei/ShapelessRecipeHandler 17:49:06 - ================== 17:49:06 - 17:49:06 - Decompile failed 17:50:21 - !! Modified jar detected. Unpredictable results !! 17:50:27 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:50:27 - 17:50:27 - == ERRORS FOUND == 17:50:27 - 17:50:27 - Unrecoverable error during obfuscation, see log file for details. 17:50:27 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 17:50:27 - ================== 17:50:27 - 17:50:27 - Decompile failed 17:52:03 - !! Modified jar detected. Unpredictable results !! 17:52:23 - !! Modified jar detected. Unpredictable results !! 17:55:29 - !! Modified jar detected. Unpredictable results !! 17:55:32 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:55:32 - 17:55:32 - == ERRORS FOUND == 17:55:32 - 17:55:32 - Unrecoverable error during obfuscation, see log file for details. 17:55:32 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 17:55:32 - ================== 17:55:32 - 17:55:32 - Decompile failed 17:56:18 - !! Modified jar detected. Unpredictable results !! 17:56:23 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:56:23 - 17:56:23 - == ERRORS FOUND == 17:56:23 - 17:56:23 - Unrecoverable error during obfuscation, see log file for details. 17:56:23 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 17:56:23 - ================== 17:56:23 - 17:56:23 - Decompile failed 17:58:45 - !! Modified jar detected. Unpredictable results !! 17:58:53 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:58:53 - 17:58:53 - == ERRORS FOUND == 17:58:53 - 17:58:53 - Unrecoverable error during obfuscation, see log file for details. 17:58:53 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 17:58:53 - ================== 17:58:53 - 17:58:53 - Decompile failed 18:00:49 - !! Modified jar detected. Unpredictable results !! 18:00:56 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:00:56 - 18:00:56 - == ERRORS FOUND == 18:00:56 - 18:00:56 - Unrecoverable error during obfuscation, see log file for details. 18:00:56 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 18:00:56 - ================== 18:00:56 - 18:00:56 - Decompile failed 18:04:45 - !! Modified jar detected. Unpredictable results !! 18:04:53 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:04:53 - 18:04:53 - == ERRORS FOUND == 18:04:53 - 18:04:53 - Unrecoverable error during obfuscation, see log file for details. 18:04:53 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 18:04:53 - ================== 18:04:53 - 18:04:53 - Decompile failed 18:12:38 - !! Modified jar detected. Unpredictable results !! 18:12:41 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:12:41 - 18:12:41 - == ERRORS FOUND == 18:12:41 - 18:12:41 - Unrecoverable error during obfuscation, see log file for details. 18:12:41 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound eloraam/core/IRedPowerConnectable 18:12:41 - ================== 18:12:41 - 18:12:41 - Decompile failed 18:13:55 - !! Modified jar detected. Unpredictable results !! 18:15:50 - !! Modified jar detected. Unpredictable results !! 18:18:37 - !! Modified jar detected. Unpredictable results !! 18:20:42 - !! Modified jar detected. Unpredictable results !! 18:28:01 - !! Modified jar detected. Unpredictable results !! 18:30:58 - !! Modified jar detected. Unpredictable results !! 18:31:05 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:31:05 - 18:31:05 - == ERRORS FOUND == 18:31:05 - 18:31:05 - Unrecoverable error during obfuscation, see log file for details. 18:31:05 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound codechicken/nei/ShapelessRecipeHandler 18:31:05 - ================== 18:31:05 - 18:31:05 - Decompile failed 18:44:48 - !! Modified jar detected. Unpredictable results !! 18:44:51 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:44:51 - 18:44:51 - == ERRORS FOUND == 18:44:51 - 18:44:51 - Unrecoverable error during obfuscation, see log file for details. 18:44:51 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 18:44:51 - ================== 18:44:51 - 18:44:51 - Decompile failed MCP error log with Computercraft+Redpower+Buildcraft+Railcraft+Equivalent Exchange+IC2 13:53:08 - !! Modified jar detected. Unpredictable results !! 13:53:16 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 13:53:16 - 13:53:16 - == ERRORS FOUND == 13:53:16 - 13:53:16 - Unrecoverable error during obfuscation, see log file for details. 13:53:16 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 13:53:16 - ================== 13:53:16 - 13:53:16 - Decompile failed 14:21:52 - !! Modified jar detected. Unpredictable results !! 14:21:58 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:21:58 - 14:21:58 - == ERRORS FOUND == 14:21:58 - 14:21:58 - Unrecoverable error during obfuscation, see log file for details. 14:21:58 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 14:21:58 - ================== 14:21:58 - 14:21:58 - Decompile failed 14:23:12 - !! Modified jar detected. Unpredictable results !! 14:23:18 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:23:18 - 14:23:18 - == ERRORS FOUND == 14:23:18 - 14:23:18 - Unrecoverable error during obfuscation, see log file for details. 14:23:18 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 14:23:18 - ================== 14:23:18 - 14:23:18 - Decompile failed 14:28:26 - !! Modified jar detected. Unpredictable results !! 14:28:31 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:28:31 - 14:28:31 - == ERRORS FOUND == 14:28:31 - 14:28:31 - Unrecoverable error during obfuscation, see log file for details. 14:28:31 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound forge/ITextureProvider 14:28:31 - ================== 14:28:31 - 14:28:31 - Decompile failed 14:30:05 - !! Modified jar detected. Unpredictable results !! 14:30:11 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:30:11 - 14:30:11 - == ERRORS FOUND == 14:30:11 - 14:30:11 - Unrecoverable error during obfuscation, see log file for details. 14:30:11 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/core/IMachine 14:30:11 - ================== 14:30:11 - 14:30:11 - Decompile failed 14:31:30 - !! Modified jar detected. Unpredictable results !! 14:31:36 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:31:36 - 14:31:36 - == ERRORS FOUND == 14:31:36 - 14:31:36 - Unrecoverable error during obfuscation, see log file for details. 14:31:36 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/core/IMachine 14:31:36 - ================== 14:31:36 - 14:31:36 - Decompile failed 14:33:30 - !! Modified jar detected. Unpredictable results !! 14:33:36 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:33:36 - 14:33:36 - == ERRORS FOUND == 14:33:36 - 14:33:36 - Unrecoverable error during obfuscation, see log file for details. 14:33:36 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 14:33:36 - ================== 14:33:36 - 14:33:36 - Decompile failed 14:37:05 - !! Modified jar detected. Unpredictable results !! 14:37:12 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:37:12 - 14:37:12 - == ERRORS FOUND == 14:37:12 - 14:37:12 - Unrecoverable error during obfuscation, see log file for details. 14:37:12 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound codechicken/nei/ShapelessRecipeHandler 14:37:12 - ================== 14:37:12 - 14:37:12 - Decompile failed 14:38:48 - !! Modified jar detected. Unpredictable results !! 14:38:55 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 14:38:55 - 14:38:55 - == ERRORS FOUND == 14:38:55 - 14:38:55 - Unrecoverable error during obfuscation, see log file for details. 14:38:55 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 14:38:55 - ================== 14:38:55 - 14:38:55 - Decompile failed 16:44:54 - !! Modified jar detected. Unpredictable results !! 16:46:49 - !! Modified jar detected. Unpredictable results !! 16:46:53 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 16:46:53 - 16:46:53 - == ERRORS FOUND == 16:46:53 - 16:46:53 - Unrecoverable error during obfuscation, see log file for details. 16:46:53 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 16:46:53 - ================== 16:46:53 - 16:46:53 - Decompile failed 17:18:31 - !! Modified jar detected. Unpredictable results !! 17:18:34 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:18:34 - 17:18:34 - == ERRORS FOUND == 17:18:34 - 17:18:34 - Unrecoverable error during obfuscation, see log file for details. 17:18:34 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 17:18:34 - ================== 17:18:34 - 17:18:34 - Decompile failed 17:38:08 - !! Modified jar detected. Unpredictable results !! 17:38:11 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:38:11 - 17:38:11 - == ERRORS FOUND == 17:38:11 - 17:38:11 - Unrecoverable error during obfuscation, see log file for details. 17:38:11 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 17:38:11 - ================== 17:38:11 - 17:38:11 - Decompile failed 17:43:11 - !! Modified jar detected. Unpredictable results !! 17:45:04 - !! Modified jar detected. Unpredictable results !! 17:48:12 - !! Modified jar detected. Unpredictable results !! 17:48:16 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:48:16 - 17:48:16 - == ERRORS FOUND == 17:48:16 - 17:48:16 - Unrecoverable error during obfuscation, see log file for details. 17:48:16 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 17:48:16 - ================== 17:48:16 - 17:48:16 - Decompile failed 17:49:00 - !! Modified jar detected. Unpredictable results !! 17:49:06 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:49:06 - 17:49:06 - == ERRORS FOUND == 17:49:06 - 17:49:06 - Unrecoverable error during obfuscation, see log file for details. 17:49:06 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound codechicken/nei/ShapelessRecipeHandler 17:49:06 - ================== 17:49:06 - 17:49:06 - Decompile failed 17:50:21 - !! Modified jar detected. Unpredictable results !! 17:50:27 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:50:27 - 17:50:27 - == ERRORS FOUND == 17:50:27 - 17:50:27 - Unrecoverable error during obfuscation, see log file for details. 17:50:27 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 17:50:27 - ================== 17:50:27 - 17:50:27 - Decompile failed 17:52:03 - !! Modified jar detected. Unpredictable results !! 17:52:23 - !! Modified jar detected. Unpredictable results !! 17:55:29 - !! Modified jar detected. Unpredictable results !! 17:55:32 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:55:32 - 17:55:32 - == ERRORS FOUND == 17:55:32 - 17:55:32 - Unrecoverable error during obfuscation, see log file for details. 17:55:32 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/ILiquidContainer 17:55:32 - ================== 17:55:32 - 17:55:32 - Decompile failed 17:56:18 - !! Modified jar detected. Unpredictable results !! 17:56:23 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:56:23 - 17:56:23 - == ERRORS FOUND == 17:56:23 - 17:56:23 - Unrecoverable error during obfuscation, see log file for details. 17:56:23 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound CraftGuide/API/CraftGuideAPIObject 17:56:23 - ================== 17:56:23 - 17:56:23 - Decompile failed 17:58:45 - !! Modified jar detected. Unpredictable results !! 17:58:53 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 17:58:53 - 17:58:53 - == ERRORS FOUND == 17:58:53 - 17:58:53 - Unrecoverable error during obfuscation, see log file for details. 17:58:53 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 17:58:53 - ================== 17:58:53 - 17:58:53 - Decompile failed 18:00:49 - !! Modified jar detected. Unpredictable results !! 18:00:56 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:00:56 - 18:00:56 - == ERRORS FOUND == 18:00:56 - 18:00:56 - Unrecoverable error during obfuscation, see log file for details. 18:00:56 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 18:00:56 - ================== 18:00:56 - 18:00:56 - Decompile failed 18:04:45 - !! Modified jar detected. Unpredictable results !! 18:04:53 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:04:53 - 18:04:53 - == ERRORS FOUND == 18:04:53 - 18:04:53 - Unrecoverable error during obfuscation, see log file for details. 18:04:53 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcraft/api/BptBlock 18:04:53 - ================== 18:04:53 - 18:04:53 - Decompile failed 18:12:38 - !! Modified jar detected. Unpredictable results !! 18:12:41 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:12:41 - 18:12:41 - == ERRORS FOUND == 18:12:41 - 18:12:41 - Unrecoverable error during obfuscation, see log file for details. 18:12:41 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound eloraam/core/IRedPowerConnectable 18:12:41 - ================== 18:12:41 - 18:12:41 - Decompile failed 18:13:55 - !! Modified jar detected. Unpredictable results !! 18:15:50 - !! Modified jar detected. Unpredictable results !! 18:18:37 - !! Modified jar detected. Unpredictable results !! 18:20:42 - !! Modified jar detected. Unpredictable results !! 18:28:01 - !! Modified jar detected. Unpredictable results !! 18:30:58 - !! Modified jar detected. Unpredictable results !! 18:31:05 - '"C:\Program Files\Java\jdk1.7.0_03\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\bin\mine...' failed : 1 18:31:05 - 18:31:05 - == ERRORS FOUND == 18:31:05 - 18:31:05 - Unrecoverable error during obfuscation, see log file for details. 18:31:05 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound codechicken/nei/ShapelessRecipeHandler 18:31:05 - ================== 18:31:05 - 18:31:05 - Decompile failed What should I do next? Anyone able to decompile IC2 successfully?
Gibbynator Posted June 28, 2012 Author Posted June 28, 2012 I got a similar error decompiling IC2. Delete the integration module folders and it "works". It won't recompile, but you can still read through the deobfuscated source. Also check the mods' pages for source code. CodeChickenCore and NEI (to an extent) are both open source, for example. It's easier than hoping MCP works. Thank you! I was able to decompile IC2 with the rest of the mods I needed.
jakj Posted June 28, 2012 Posted June 28, 2012 There is no reason to decompile so many damn mods all at once: It's just an unnecessary headache. But for reference, the error you get is exactly the one I talked about in the guide. RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound buildcr aft/api/BptBlock In this case, you need to find BptBlock.class and stick it in, and it should be in "buildcraft/api" somewhere in a .jar or .zip mod file. Every time you get that error, find the file it wants, and stick it in. Repeat until you don't get that error. And for the record, if you can't find the .class file, try to actually run Minecraft with the mod installed first. If it works, then you're screwing something up. If it doesn't work, then you have to figure out what's missing.
Neowulf Posted June 28, 2012 Posted June 28, 2012 IC2 has an API that includes the energynet interfaces. All you have to do as copy the API into your source so it's net.minecraft.src.ic2.api
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now