When I try to decompile the newest IC² for MC 1.5.x Build 307 1.115, I get this error :
This happens for me in any build made for 1.5.x.
IC² for 1.4.6 Decompiles correctly.
Code
== MCP 7.44 (data: 7.44, client: 1.5.1, server: 1.5.1) ==
"scala" does not support jvm-1.6 target, it is out of date. Ignoring
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, 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_07\bin\java" -cp "runtime\bin\retroguard.jar;lib;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 net/minecraft/item/Item
==================
Decompile failed
Display More
Do anyone know exactly what is causing this error? It seems that it cannot find the Class "Item.class" from the IC2 API folder.
But as far as I know, it should be looking in ic2.api, and not in net.minecraft...
-Bloc97