Advertisement
Guest User

Untitled

a guest
Dec 10th, 2013
1,558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. ================ Forge ModLoader Setup Start ===================
  2. Checking MCP zip (may take time to download)
  3. Downloaded mcp8.11.zip
  4. Extracting MCP to 'C:\Dev\forge\mcp'
  5. Setting up MCP
  6. Patching commands.py
  7. patching file commands.py
  8. Commands patch applied successfully
  9. Copying FML conf
  10. Creating Repackaged data
  11. Creating re-packaged srg
  12. Creating re-packaged exc
  13. Creating re-packaged MCP patches
  14. Fixing MCP Workspace
  15. Traceback (most recent call last):
  16. File "install.py", line 76, in <module>
  17. decompile=options.decompile, gen_conf=False)
  18. File "install.py", line 17, in fml_main
  19. disable_assets=disable_assets)
  20. File "C:\Dev\forge\fml\fml.py", line 1013, in decompile_minecraft
  21. pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
  22. File "C:\Dev\forge\fml\fml.py", line 1061, in pre_decompile
  23. download_minecraft(mcp_dir, fml_dir)
  24. File "C:\Dev\forge\fml\fml.py", line 1125, in download_minecraft
  25. failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['nat
  26. ives_dir']) or failed
  27. File "C:\Dev\forge\fml\fml.py", line 1181, in download_libraries
  28. headers = get_headers(url)
  29. File "C:\Dev\forge\fml\fml.py", line 173, in get_headers
  30. response = urllib2.urlopen(HeadRequest(url))
  31. File "urllib2.pyc", line 126, in urlopen
  32. File "urllib2.pyc", line 406, in open
  33. File "urllib2.pyc", line 519, in http_response
  34. File "urllib2.pyc", line 444, in error
  35. File "urllib2.pyc", line 378, in _call_chain
  36. File "urllib2.pyc", line 527, in http_error_default
  37. urllib2.HTTPError: HTTP Error 403: Forbidden
  38. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement