Advertisement
Guest User

Untitled

a guest
Jul 12th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. 01:06:01 - == MCP 8.04 (data: 8.04, client: 1.6.2, server: 1.6.2) ==
  2. 01:06:01 - OS : win32
  3. 01:06:01 - > Searching for javac.exe in C:\Program Files
  4. 01:06:03 - > Searching for javac.exe in C:\Program Files (x86)
  5. 01:06:19 - "scalac" is not found on the PATH. Scala files will not be recompiled
  6. 01:06:19 - # VERSION INFO
  7. 01:06:19 - python: 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
  8. 01:06:19 - platform: Windows-post2008Server-6.2.9200
  9. 01:06:19 - # java: '"C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\JVM\bin\java" -version'
  10. 01:06:19 - java version "1.6.0_16"
  11.  
  12. Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
  13.  
  14. Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode)
  15. 01:06:19 - # javac: '"C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\JVM\bin\javac" -version'
  16. 01:06:19 - javac 1.6.0_16
  17. 01:06:19 - # javac runtime: '"C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\JVM\bin\javac" -J-version'
  18. 01:06:19 - java version "1.6.0_16"
  19.  
  20. Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
  21.  
  22. Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode)
  23. 01:06:19 - # retroguard: 'runtime\bin\retroguard.jar --version'
  24. 01:06:19 - RetroGuard MCP v3.6.5
  25. based on RetroGuard v2.3.1 by Retrologic Systems - www.retrologic.com
  26. 01:06:19 - # specialsource: 'runtime\bin\specialsource.jar --version'
  27. 01:06:20 - SpecialSource v{something}
  28. 01:06:20 - # mcinjector: 'runtime\bin\mcinjector.jar --version'
  29. 01:06:20 - MCInjector v2.8 by Searge, LexManos, Fesh0r
  30. 01:06:20 - # patch: 'runtime\bin\applydiff.exe --version'
  31. 01:06:20 - patch 2.5.4
  32. 01:06:20 - # astyle: 'runtime\bin\astyle.exe --version'
  33. 01:06:20 - Artistic Style Version 2.02.1
  34. 01:06:20 - # jadretro: 'runtime\bin\jadretro.jar'
  35. 01:06:20 - Unable to access jarfile runtime\bin\jadretro.jar
  36. 01:06:20 - # jad: 'runtime\bin\jad.exe'
  37. 01:06:20 - # fernflower: 'runtime\bin\fernflower.jar'
  38. 01:06:20 - Usage: java ConsoleDecompiler ( -<option>=<value>)* (<source>)+ <destination>
  39. 01:06:20 - # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, astyle, astyle config, rg, ss
  40. 01:06:20 - Updates disabled
  41. 01:06:20 - client md5: 1d43cdba8b9752d7f557ab7d3e365964
  42. 01:06:20 - == Decompiling client using fernflower ==
  43. 01:06:20 - > Creating SRGs
  44. 01:06:20 - > Applying SpecialSource
  45. 01:06:21 - > Compiling AccessTransformer
  46. 01:06:22 - > Compiling MCPMerger
  47. 01:06:22 - > Running MCPMerger
  48. 01:06:24 - FATAL ERROR
  49. Traceback (most recent call last):
  50. File "D:\MCModDev\mcp\forge\mcp\runtime\decompile.py", line 136, in decompile
  51. keep_lvt=keep_lvt, keep_generics=keep_generics, force_rg=force_rg)
  52. File "D:\MCModDev\mcp\forge\mcp\runtime\mcp.py", line 34, in decompile_side
  53. commands.applyss(side, keep_lvt=keep_lvt, keep_generics=keep_generics)
  54. File "D:\MCModDev\mcp\forge\fml\fml.py", line 943, in applyss_shunt
  55. transformers_hook(self, side)
  56. File "D:\MCModDev\mcp\forge\fml\fml.py", line 1001, in transformers_hook
  57. apply_ats(fml_dir, mcp_dir, class_path, jars[side], disable_at=disable_at, commands=self)
  58. File "D:\MCModDev\mcp\forge\fml\fml.py", line 1300, in apply_ats
  59. cmds = find_java()
  60. File "D:\MCModDev\mcp\forge\fml\fml.py", line 641, in find_java
  61. if (runcmd('javac -version')):
  62. File "D:\MCModDev\mcp\forge\fml\fml.py", line 373, in runcmd
  63. process = subprocess.Popen(forklist, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=-1)
  64. File "subprocess.pyc", line 679, in __init__
  65. File "subprocess.pyc", line 896, in _execute_child
  66. WindowsError: [Error 2] The system cannot find the file specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement