Jump to content

Recommended Posts

Posted

So, I'm getting a strange error with a mod I'm making that I can't get much information on. I assume it's related to a circular reference, but I can't figure anything out. :P

 

I'm using a fresh install of vanilla 1.4.7 with only Forge 6.6.0.497 installed in the jar, and only the mod I'm making is in the coremods folder (and nothing in the mods folder).

 

ForgeModLoader-client-0.log:

 

  Reveal hidden contents

 

 

The three files referenced are here: [1] [2] [3]

 

I don't have a lot of experience with coremods and access transformers, so I'm probably missing something obvious... Any idea with what could be wrong?

Posted

You have to make sure your ASM classes are marked as ignored. Else they will try to transform themselves, which well.. fucks up.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Oh. I remember seeing that in a few code samples I looked at, but I didn't think that part was important.

 

I've got some other errors now, but it looks like something I'll be able to figure out with the objectweb docs.

 

Thanks! :)

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.