MinecraftForge / MinecraftForge

Modifications to the Minecraft base files to assist in compatibility between mods. New Discord: https://discord.minecraftforge.net/
https://files.minecraftforge.net/
Other
6.9k stars 2.69k forks source link

Unable To Build Workspace 1.12 #5477

Closed NullSector76 closed 5 years ago

NullSector76 commented 5 years ago

since the release of 1.13 you are unable to setupDecompWorkspace for 1.12.2 or even build previous workspaces. It just says "No such version exists"

tterrag1098 commented 5 years ago

It was just fixed, try again.

NullSector76 commented 5 years ago

download newest forge or should older build.gradle work? I am still getting the same error

alexbegt commented 5 years ago

Run ./gradlew setupDecompWorkspace --refresh-dependences

NullSector76 commented 5 years ago

nope didn't do it. deleting .gradle and trying fresh work space

NullSector76 commented 5 years ago

that didn't do it either. Unable to get workspace in 1.12.2 after deleting %users%/.gradle and setting up a fresh workspace https://pastebin.com/Ba90db3W

tterrag1098 commented 5 years ago

We are still working through build issues. Once it's properly fixed this issue will be closed.

NullSector76 commented 5 years ago

ok checking back in like 12 hours hope it gets fixed thanks

Unnoen commented 5 years ago

Current working solution for FG1.2 (1.7.x), FG2.1 (1.8.x), FG2.2 (1.9.x - 1.11.x), FG2.3 (1.12.x) is to do one of the following:

Run gradlew setupDecompWorkspace --refresh-dependencies Or, if that doesn't work, try getting a different version of the MDK and setting that up normally. A more scorched-earth approach is to delete the FG cache folder most likely at <user>\.gradle\caches

It appears gradle may be caching the older version.

For anyone linked here for a version that ISN'T 1.7+, be patient, fixes are coming. The former instructions should work with those versions too once it updates.

Update: FG2.2 (1.9.x - 1.11.x) has received a new build, follow previous instructions if you are still receiving the version error. Update 2: FG2.1 (1.8.x) has received a new build, follow previous instructions if you are still receiving the version error. Update 3: FG1.2 (1.7.x) has received a new build, follow previous instructions if you are still receiving the version error.

Dream-Master commented 5 years ago

Are there plans for update 1.7.10 too ?

Unnoen commented 5 years ago

It's in the works, as I said, be patient.

MadcowD commented 5 years ago

Fuck yes!

Aeronica commented 5 years ago

gradlew --refresh-dependencies Works for me now

tterrag1098 commented 5 years ago

This is fixed for FG1.2+

Unnoen commented 5 years ago

Update: All versions from 1.7.10 and upwards are working, please follow the instructions in my previous comment.

Dream-Master commented 5 years ago

i get this error

ForgeGradle 1.2 does not support forge 1.7.10

tterrag1098 commented 5 years ago

What forge version are you specifying?

Dream-Master commented 5 years ago

1614 for 1.7.10

tterrag1098 commented 5 years ago

Be specific. What exact version are you specifying to gradle.

Unnoen commented 5 years ago

You don't have the full version specified in the build.gradle, it has to be 1.7.10-10.13.4.1614

Aeronica commented 5 years ago

Just an FYI for those who use travis CI. I had to clear my caches there a couple time between builds to get them working again, but all seems fine for container builds on 1.12.2

Dream-Master commented 5 years ago

Most of the mods works now. Will check the rest later. @tterrag1098 @Unnoen thanks

NullSector76 commented 5 years ago

what about versions from 1.7.2 @Unnoen gradle with forge started in 1.7.2 so it should work all the way back then