immibis / bearded-octo-nemesis

Now 99.9% fat free!
128 stars 31 forks source link

Can't DeObfuscate using cmd. #25

Closed master801 closed 11 years ago

master801 commented 11 years ago

The command I try to use and the error I get. C:\Users\XXXX\Minecraft 1.4.6 DeObfuscate Folder> java -cp BON.jar -mcp . -from OBF -to M CP -side UNIVERSAL -in Defence-Non.zip -out Defence-DeOb.zip -ref fallencore.zip -refn MCP :bin/minecraft Unrecognized option: -mcp Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

immibis commented 11 years ago

After "BON.jar" add "immibis.bon.cui.MCPRemap" (the main class name). The reason it says "unrecognized option" is that everything before the main class name is considered an option for Java, not an option for the program.