Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nicolo@Cerino:~/IdeaProjects/Games/ChargePads$ chmod +x install.sh
- nicolo@Cerino:~/IdeaProjects/Games/ChargePads$ ./install.sh
- ================ Forge ModLoader Setup Start ===================
- Checking MCP zip (may take time to download)
- Downloaded mcp8.04.zip
- Extracting MCP to '/home/nicolo/IdeaProjects/Games/ChargePads/mcp'
- Setting up MCP
- Patching commands.py
- patching file commands.py
- Commands patch applied successfully
- Copying FML conf
- Creating Repackaged data
- Creating re-packaged srg
- Creating re-packaged exc
- Creating re-packaged MCP patches
- Fixing MCP Workspace
- Traceback (most recent call last):
- File "install.py", line 76, in <module>
- decompile=options.decompile, gen_conf=False)
- File "install.py", line 17, in fml_main
- disable_assets=disable_assets)
- File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1013, in decompile_minecraft
- pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
- File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1061, in pre_decompile
- download_minecraft(mcp_dir, fml_dir)
- File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1125, in download_minecraft
- failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['natives_dir']) or failed
- File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1181, in download_libraries
- headers = get_headers(url)
- File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 173, in get_headers
- response = urllib2.urlopen(HeadRequest(url))
- File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
- return opener.open(url, data, timeout)
- File "/usr/lib/python2.7/urllib2.py", line 437, in open
- response = meth(req, response)
- File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
- 'http', request, response, code, msg, hdrs)
- File "/usr/lib/python2.7/urllib2.py", line 475, in error
- return self._call_chain(*args)
- File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
- result = func(*args)
- File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
- raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
- urllib2.HTTPError: HTTP Error 403: Forbidden
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement