Jump to content

Minor Forge install bug


JasonWebb

Recommended Posts

Hi there! Just made the account to notify that there is a minor bug that can occur during the installation of the forge source code (using install.bat). Nothing to serious, just letting ya know because I couldn't find if anyone had already reported it.

When copying manually the mcp folder before starting "install.bat" so it doesn't have to download it, the following bug appears:

 

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 "[the folder where i was installing it]\forge\fml\fml.py", line 926, in decompile_minecraft
  cleanup(None, False)
TypeError: cleanup() takes exacly 3 arguments (2 given)

 

I then checked the fml.py file, opened it and corrected said line from:

cleanup(None, False) --> cleanup(None, False, False)

 

So then I could continue the installation without problems.

 

Anyway, thanks for Forge!

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.