Advertisement
Corosus

Untitled

Dec 13th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ================ Forge ModLoader Setup Start ===================
  2. MCP Detected already, not downloading
  3. Setting up MCP
  4. Restoring commands.py backup
  5. patching file commands.py
  6. Commands patch applied successfully
  7. Copying FML conf
  8. Creating re-packaged srg
  9. Creating re-packaged exc
  10. Creating re-packaged MCP patch
  11. Traceback (most recent call last):
  12. File "install.py", line 47, in <module>
  13. main(os.path.abspath('..'))
  14. File "install.py", line 18, in main
  15. setup_mcp(fml_dir, mcp_dir, True)
  16. File "N:\dev\Game Dev\minecraft\modding\mcp723 - repackage\forge\fml\fml.py",
  17. line 705, in setup_mcp
  18. if os.path.isdir(os.path.join(mcp_eclipse, 'Client')) and os.path.isdir(os.p
  19. ath.join(eclipse_dir, 'Server')):
  20. NameError: global name 'eclipse_dir' is not defined
  21. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement