Jump to content

1.7.10 1231 is failing in setupDecomWorkspace


arungupta

Recommended Posts

Latest 1.7.10 (http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.2.1231/forge-1.7.10-10.13.2.1231-src.zip) is giving a patch error:

 

Applying forge patches

Patching failed: net/minecraft/world/gen/feature/WorldGenDungeons.java Cannot find hunk target

  2: Cannot find hunk target @ 0

  1/3 failed

  Rejects written to /Users/arungupta/tools/minecraft/forge-1.7.10-1231/build/tmp/expandedArchives/forgepatches.zip_65do1hgfnb3dpj1qsdv38go5bq/net/minecraft/world/gen/feature/WorldGenDungeons.java.patch.rej

:remapJar

:extractMinecraftSrc

:recompMinecraft

warning: [options] bootstrap class path not set in conjunction with -source 1.6

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

Note: Some input files use unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

1 warning

:repackMinecraft

:setupDecompWorkspace

 

Link to comment
Share on other sites

I download the XXX-src.zip from files.minecraftforge.net, run the gradlew commands, and zip up the bundle. This is then shared in a class setting so that all attendees don't have to go through the commands themselves. We call this "modkit".

 

Is the zip bundle such created would be platform agnostic ? Can the same bundle run on Windows and Mac ? Or even Linux ?

Link to comment
Share on other sites

Specifically ...

 

I create a zip bundle on Mac and when I unzip it on Windows and try to open the project in Eclipse, then the Minecraft project does not show up by default. When I try to explicitly import the project in Eclipse, then it says "No project found" or a similar message.

 

I tried building a zip package on a Windows machine (where project can be opened successfully) and unzipping on a different one. The Minecraft project is not showing up on the other machine.

 

The bundles are available at: https://github.com/arun-gupta/forge-plugins

 

Any clues ?

 

Arun

Link to comment
Share on other sites

Do not do this,

 

1) its very bad practice, if you're in a classroom environment you should be teaching people the correct procedures not 'here is a specific magic zip' We developed Forge/ForgeGradle so that it would be simple to use. If you can't get them to run a single command then there is bigger issues at play.

 

2) Redistributing that package is illegal as it contains copywritten mojang code, in many forms. Please remove them from github.

 

3) Diesieben is correct, a lot of the libraries and other materials are cached outside of this folder as to allow for faster subsequent development of different projects on the same machine. This is simply how gradle, or any other build system works.

 

Basically, What you are doing should not be done. For many reasons both technical and legal. And as such we will encourage you to do things properly by not supporting you.

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

Link to comment
Share on other sites

Well, if you don't have internet access, you wouldn't be able to access files.minecraftforge.net anyway...

 

Consider setting up an internal maven repository: http://maven.apache.org/repository-management.html

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Link to comment
Share on other sites

With no Internet, we can carry a zip file on a USB drive and get started that way. Configuring Maven on a 8-14-yrs old kid's machine is quite a harrowing task. We've done that multiple times and prefer to go the simpler route. Especially when 20-50 kids are involved in a classroom setting.

 

I'd really love to see an offline version of the installer. Any thoughts ?

 

 

Link to comment
Share on other sites

Not going to happen and not going to be supported.

It can be done if you want to spend to time and learn how gradle works.

However we can not support it due to legal reasons.

 

As for the setup not having internet, you can setup your own lan with a cheap laptop, setup the db on there and have the kids computers pull from that.

Anyways, there isnt much we can do to support you as I said because 1) you're in bad legal areas 2) it's out of our scope of support.

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

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