Jump to content

[1.9.4] setupDecompWorkspace fails with "NullPointerException(no error message)"


Recommended Posts

Posted

First off, I just want to apologize if I posted this in the wrong section.. it does say "No support requests". but the forum linked said "No modder support".. so I am slightly confused as to where to post this. But anyhow, here's my issue:

 

So I am trying to update my mod from 1.9 to 1.9.4 and I am running into some issues when trying to execute setupDecompWorkspace. Gradle spits out an incredibly vague error and doesn't setup my workspace.. any help?

 

Log of gradle when running gradlew setupDecompWorkspace --stacktrace:

http://i.imgur.com/ImstcBI.png

and

http://i.imgur.com/1xqvdZS.png

 

and here is my build.gradle:

 

  Reveal hidden contents

 

 

and these are the files I have in my mod directory:

http://i.imgur.com/DUuikeJ.png

Posted

Have you tried with

dependencies {
        classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
    }

 

?

 

I think that's what fixed it for me ;)

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.