Advertisement
Guest User

Untitled

a guest
Dec 9th, 2013
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. MCP Detected already, not downloading
  2. Setting up MCP
  3. Patching commands.py
  4. patching file commands.py
  5. Commands patch applied successfully
  6. Copying FML conf
  7. Creating Repackaged data
  8. Creating re-packaged srg
  9. Creating re-packaged exc
  10. Creating re-packaged MCP patches
  11. Traceback (most recent call last):
  12. File "install.py", line 76, in <module>
  13. decompile=options.decompile, gen_conf=False)
  14. File "install.py", line 17, in fml_main
  15. disable_assets=disable_assets)
  16. File "/Users/andy/Desktop/forge/fml/fml.py", line 1013, in decompile_minecraft
  17. pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
  18. File "/Users/andy/Desktop/forge/fml/fml.py", line 1061, in pre_decompile
  19. download_minecraft(mcp_dir, fml_dir)
  20. File "/Users/andy/Desktop/forge/fml/fml.py", line 1108, in download_minecraft
  21. mc_info = read_mc_versions(fml_dir, version=version, work_dir=os.path.join(mcp_dir, 'jars'))
  22. File "/Users/andy/Desktop/forge/fml/fml.py", line 78, in read_mc_versions
  23. base_url = 'http://resources.download.minecraft.net' % version
  24. TypeError: not all arguments converted during string formatting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement