Jump to content

Recommended Posts

Posted

So I've have tried many times to install the forge workspace, with no luck. I do the whole ".//gradlew setupDecompWorkspace" command, but it always runs into the same error (I have added an image of the error).

 

 

This mapping 'snapshot_20161111' was designed for MC 1.10.2! Use at your own peril.

#################################################

        ForgeGradle 2.2-SNAPSHOT-c438b06       

  https://github.com/MinecraftForge/ForgeGradle 

#################################################

              Powered by MCP unknown             

            http://modcoderpack.com           

        by: Searge, ProfMobius, Fesh0r,       

        R4wk, ZeuX, IngisKahn, bspkrs         

#################################################

:deobfCompileDummyTask

:deobfProvidedDummyTask

:getVersionJson

:extractUserdev UP-TO-DATE

:extractDependencyATs SKIPPED

:extractMcpData

 

FAILURE: Build failed with an exception.

 

* What went wrong:

Could not resolve all dependencies for configuration ':forgeGradleMcpData'.

> Could not resolve de.oceanlabs.mcp:mcp:1.11.

  Required by:

      com.yourname.modid:forge-1:1.0

  > Could not resolve de.oceanlabs.mcp:mcp:1.11.

      > Could not get resource 'http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp/1.11/mcp-1.11.pom'.

        > Could not GET 'http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp/1.11/mcp-1.11.pom'.

            > org.apache.http.client.ClientProtocolException (no error message)

  > Could not resolve de.oceanlabs.mcp:mcp:1.11.

      > Could not get resource 'https://libraries.minecraft.net/de/oceanlabs/mcp/mcp/1.11/mcp-1.11.pom'.

        > Could not GET 'https://libraries.minecraft.net/de/oceanlabs/mcp/mcp/1.11/mcp-1.11.pom'. Received status code 403 from server: Forbidden

 

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

 

BUILD FAILED

 

 

Does anyone know why this happens? If so, is there a fix?

 

Oh also, Im on a mac.

 

Thanks,

Set3

Posted

Please run the command with --debug se we can get more information.

 

Second, I also use a mac, so yay! With the mac (I may be stating information you already know)

but the command you do it

./gradlew setupDevWorkspace

 

and then after that finishes, use

./gradlew eclipse

 

Please run ./gradlew setupDevWorkspace --debug (or --stacktrace, I forget right now) command and come back with the error if it persists

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

Posted

What is the difference between

 gradlew setupDecomWorkspace 

and

 setupDecompWorkspace 

And between running

 gradlew setupDecompWorkspace eclipse 

or running

 gradlew setupDecompWorkpace 

and then

 gradlew eclipse 

They both work for me.

We mac users have to do some different things. Now, sometimes some people cannot use setupDecompWorkspace, or it does not provide the correct results. You do always need ./gradlew before it, no matter what operating system you are on (./ only for mac though)

Personally, I always run DevWorkspace, not Decomp, because Decomp has stopped working for me after 1.7.10

 

THE MORAL OF THE STORY IS: There is really no difference that I know.

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

Posted
gradlew setupDecompWorkspace eclipse

is identical to running both commands one after the other.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

gradlew setupDecompWorkspace eclipse

is identical to running both commands one after the other.

 

Thanks Draco for clearing that up for me! :D

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

Posted

Mac right?

 

./gradlew setupDevWorkspace eclipse

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

Posted

Few things, does the internet you are using allow ALL sites?

That is one problem I have occasionally, when using restricted wifi (*cough school wifi...)

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

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.