All pastes #2088485 Raw Edit

Untitled

public text v1 · immutable
#2088485 ·published 2011-10-09 21:47 UTC
rendered paste body
== MCP v4.4 ==
> Creating Retroguard config files
== Decompiling Client ==
> Creating SRGS for client
> Applying Retroguard to client
> Applying Exceptor to client
> Unzipping the client jar
> Applying jadretro
> Decompiling...
> Applying patches
patch --binary -p1 -u -i ../../temp/temp.patch -d src/minecraft failed.
Return code : 127

== ERRORS FOUND ==

==================

> Renaming sources
> Creating reobfuscation tables
^CTraceback (most recent call last):
  File "runtime/decompile.py", line 116, in <module>
    main(options.config, options.force_jad)
  File "runtime/decompile.py", line 56, in main
    commands.renamereobsrg(0)
  File "/home/ross/Documents/MCP/runtime/commands.py", line 992, in renamereobsrg
    deoblog = deoblog.replace(row['searge'], row['name'])
KeyboardInterrupt