Jump to content

Recommended Posts

Posted

I am in the process of updating a mod from 1.8.0 to 1.10.2. There are of course many errors. The majority of these are due to mapping changes. I found and built Forge's Remapper tool; on running it I discovered that had a host of errors. For example, the gradlew.bat could not be found until I hardcoded the full file path.

 

Am I being stupid and missing something, or is this tool currently broken?

Posted

The tool works fine, you dont need to build it yourself you can find it here: http://files.minecraftforge.net/maven/net/minecraftforge/remapper

You should just be able to point to your project directory, IT DOES need gradlew.bat to be there.

And then it should detect a few things and let you select the update that you want.

This isnt the magic bullet tho, it wont do a 1.8.0->1.10.2 update for you as it wont do renames. But you can use it to convert to SRG names and remap after the update.

 

Or if someone has gone in and made a custom SRG for the updates you could use that.

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

Posted

The tool works fine, you dont need to build it yourself you can find it here: http://files.minecraftforge.net/maven/net/minecraftforge/remapper

You should just be able to point to your project directory, IT DOES need gradlew.bat to be there.

And then it should detect a few things and let you select the update that you want.

This isnt the magic bullet tho, it wont do a 1.8.0->1.10.2 update for you as it wont do renames. But you can use it to convert to SRG names and remap after the update.

 

Or if someone has gone in and made a custom SRG for the updates you could use that.

 

Doesn't work unfortunately. I get this:

java.io.IOException: Cannot run program "./gradlew.bat" (in directory "C:\Users\<User>\Documents\Modding Workspace\=Contributions=\betterbeginnings-MODIFIED"): CreateProcess error=2, The system cannot find the file specified
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
        at net.minecraftforge.remapper.GatherModInfo.run(GatherModInfo.java:71)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
        at java.lang.ProcessImpl.start(ProcessImpl.java:137)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
        ... 2 more

gradlew.bat is definitely present in that folder. I'm running Windows 10 and Java 8.

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.