Jump to content

Recommended Posts

Posted

I am working on a mod, and after doing a lot of coding, I finally tested it out. When I ran the code, though, it would crash for some reason. Here is the log: http://pastebin.com/Mrtt4Zr0, and here is my build.gradle: http://pastebin.com/P6TV99B8. I have no clue if it has to do with on of the mods I am trying to include, or what, but it is continuously erroring. If you need to see the code, it is here: https://github.com/mttprvst13/OneChunkCompanionMod.

Posted

Remove all mods but yours, then re-add mods one by one until you find the culprit.

The thing is, I cannot compile my mod. I get the error when running:

 

./gradlew runClient

Posted

The thing is, I want to be able to run my mod with:

./gradlew runClient

rather than doing:

./gradlew build

and copy the file over to a forge instance and running it from there.

Posted

I am quite sure the error is with CoFHCore, due to these lines:

	at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5b1.7.10%5d3.1.2-325.jar:?]

I tried to remove it, but then it runs into an error when building the mod(Before it runs). It is because of this line in my build.gradle:

compile files("eclipse/mods/CoFHCore-[1.7.10]3.1.2-325.jar")

I need the way to get the compile line for CoFHCore.

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.