Jump to content

[1.7.10] version 1180: Source not found for forgeBin


TechnostarBTD5

Recommended Posts

I recently downloaded and installed the recommended src version of forge, but when I attempted to view the Block.class file or any file in the forgeBin library, I was greeted with a page that said "Source Not Found". When I went further and checked the project properties, it listed the entire forgeBin library as lacking a source. Is there any way to fix this? (Note that this happens in 1.7.2 forge as well).

Link to comment
Share on other sites

You need to run setupDecompWorkspace to get the source. setupDevWorkspace will only give you the binary.

It's a stumbling block for every new modder (and I tripped over it at least twice before I caught on): There are instructions and tutorials telling us to use setupDevWorkspace when it is much more useful to do setupDecompWorkspace. Is there EVER a reason to do just Dev? The only one I can think of is if one wants to compile on a different machine from where one does editing. Of course, that has me wondering why again...

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

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.

Announcements



×
×
  • Create New...

Important Information

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