Advertisement
eforen

Forge Install error

Oct 19th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ================ Forge ModLoader Setup Start ===================
  2. Setting up MCP
  3. > Restoring commands.py backup
  4. Patching file C:\Dev\GitHub\CanalCraft\mcp72\runtime\commands.py
  5. patching file commands.py
  6. Commands patch applied successfully
  7. Traceback (most recent call last):
  8. File "install.py", line 40, in <module>
  9. main()
  10. File "install.py", line 18, in main
  11. setup_mcp(fml_dir, mcp_dir, True)
  12. File "C:\Dev\GitHub\CanalCraft\mcp72\forge\fml\fml.py", line 597, in setup_mcp
  13.  
  14. shutil.rmtree(mcp_conf)
  15. File "C:\Python27\Lib\shutil.py", line 237, in rmtree
  16. onerror(os.listdir, path, sys.exc_info())
  17. File "C:\Python27\Lib\shutil.py", line 235, in rmtree
  18. names = os.listdir(path)
  19. WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Dev\\Git
  20. Hub\\CanalCraft\\mcp72\\conf/*.*'
  21. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement