Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Setup Forge for MC 1.7.2
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
mickedplay

Setup Forge for MC 1.7.2

By mickedplay, March 16, 2014 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

mickedplay    1

mickedplay

mickedplay    1

  • Tree Puncher
  • mickedplay
  • Members
  • 1
  • 49 posts
Posted March 16, 2014

Hey everybody and mod developers,

 

I tried to setup minecraft forge for minecraft 1.7.2 but it doesn't work.

I used:

gradlew setupDecompWorkspace --refresh-dependencies

and

gradlew eclipse

 

Everything worked fine, but if I open eclipse, the following is shown:

eclipsexhfzcw1q65.png

EDIT: How do I add Attachements in my post? I clicked on Attachements and other options and then? It says every time "Cannot access attachments upload path!"

 

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted March 16, 2014

Use http://imgur.com for images and http://pastebin.com for log files. (Just examples, there are tons of these services).

  • Quote

Share this post


Link to post
Share on other sites

mickedplay    1

mickedplay

mickedplay    1

  • Tree Puncher
  • mickedplay
  • Members
  • 1
  • 49 posts
Posted March 16, 2014

Use http://imgur.com for images and http://pastebin.com for log files. (Just examples, there are tons of these services).

Post edited.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted March 16, 2014

Have you ran setupDecompWorkspace and eclipse in one command? If so: don't.

 

To fix this, run gradlew clean cleanEclipse and then

gradlew setupDecompWorkspace and then

gradlew eclipse.

  • Quote

Share this post


Link to post
Share on other sites

mickedplay    1

mickedplay

mickedplay    1

  • Tree Puncher
  • mickedplay
  • Members
  • 1
  • 49 posts
Posted March 16, 2014

Have you ran setupDecompWorkspace and eclipse in one command? If so: don't.

 

To fix this, run gradlew clean cleanEclipse and then

gradlew setupDecompWorkspace and then

gradlew eclipse.

No. I ran Workspace first. After it says "BUILD COMPLETE" (or what ever) I ran gradlew eclipse.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted March 16, 2014

You can try

gradlew --cleanCache --refreshDependencies setupDecompWorkspace

and then

gradlew eclipse

 

If that doesn't work, I have no idea.

  • Quote

Share this post


Link to post
Share on other sites

mickedplay    1

mickedplay

mickedplay    1

  • Tree Puncher
  • mickedplay
  • Members
  • 1
  • 49 posts
Posted March 16, 2014

You can try

gradlew --cleanCache --refreshDependencies setupDecompWorkspace

and then

gradlew eclipse

 

If that doesn't work, I have no idea.

 

Unknown:

Unknown command-line Option '--cleanCache'
  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted March 16, 2014

I derped.

gradlew cleanCache

gradlew --refreshDependencies setupDecompWorkspace

gradlew eclipse

  • Quote

Share this post


Link to post
Share on other sites

SilasOtoko    2

SilasOtoko

SilasOtoko    2

  • Stone Miner
  • SilasOtoko
  • Members
  • 2
  • 92 posts
Posted March 17, 2014

I'm pretty sure all I did was run "gradlew setupDecompWorkspace --refreshDependencies eclipse" a couple times, starting from scratch each time until it worked.

 

width=350 height=64http://www.planetminecraft.com/files/sigs/insipidtree_1455592_sig.jpg[/img]

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted March 17, 2014

Do not run setupDecompWorkspace and eclipse in a single command, or it will not work properly.

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • brok4d
      OBJ MODELS

      By brok4d · Posted 36 minutes ago

      Hello, this mod is the source, you have to get boredhttps://gitlab.com/Lycanite/LycanitesMobs
    • JayNeedsHelp
      Logger not working

      By JayNeedsHelp · Posted 1 hour ago

      So I'm currently creating a forge mod and I'm having an issue where the console stops logging after some errors. It seems to be connected to the access transformers that I'm using as before I added at's my console was working fine.   Here is my at file:  public-f net.minecraft.client.Minecraft session public net.minecraft.client.Minecraft timer public net.minecraft.client.gui.GuiScreen buttonList public net.minecraft.util.Timer tickLength public net.minecraft.network.play.client.CPacketPlayer onGround public net.minecraft.network.play.server.SPacketEntityVelocity motionX public net.minecraft.network.play.server.SPacketEntityVelocity motionY public net.minecraft.network.play.server.SPacketEntityVelocity motionZ public net.minecraft.network.play.server.SPacketExplosion motionX public net.minecraft.network.play.server.SPacketExplosion motionY public net.minecraft.network.play.server.SPacketExplosion motionZ public net.minecraft.client.renderer.entity.RenderManager renderPosX public net.minecraft.client.renderer.entity.RenderManager renderPosY public net.minecraft.client.renderer.entity.RenderManager renderPosZ   Any help is greatly appreciated thank you!
    • cadbane86140
      Minecraft: Hunger Games Game #36- Shear FIGHT!

      By cadbane86140 · Posted 2 hours ago

      Hello There! Today we are back on Hunger Games after a little break but we are finally back! In this episode we are on the good ol' map Survival Games 4 and it ACTUALLY went well for once. Also we have so many great battles on rooftops, small rooms and just out in the open! We also use shears to fight at one point and that was pretty crazy! There are so many hilarious moments in this episode that I know you guys are gonna love! I hope you all enjoy this video and if you did don't forget to like and sub for more Hunger Games in the future!  
    • Sad Whale
      Game crashes whenever I try to increase the RAM

      By Sad Whale · Posted 2 hours ago

      latest.log
    • diesieben07
      Game crashes whenever I try to increase the RAM

      By diesieben07 · Posted 2 hours ago

      In the logs folder of your game directory.
  • Topics

    • Milk_Shak3s
      1
      OBJ MODELS

      By Milk_Shak3s
      Started 16 hours ago

    • JayNeedsHelp
      0
      Logger not working

      By JayNeedsHelp
      Started 1 hour ago

    • cadbane86140
      0
      Minecraft: Hunger Games Game #36- Shear FIGHT!

      By cadbane86140
      Started 2 hours ago

    • Sad Whale
      6
      Game crashes whenever I try to increase the RAM

      By Sad Whale
      Started 3 hours ago

    • Unusualty
      0
      GUI'S and player editing

      By Unusualty
      Started 2 hours ago

  • Who's Online (See full list)

    • xcheetoezx
    • brok4d
    • Twu
    • dresacraft
    • Sad Whale
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Setup Forge for MC 1.7.2
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community