sodium-fabric icon indicating copy to clipboard operation
sodium-fabric copied to clipboard

1.19.x next branch fails to build

Open woot000 opened this issue 2 years ago • 5 comments

Building the 1.19.x/next branch with the command gradlew.bat build --no-daemon on Windows 11 gives this error:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':remapJar'.
> Failed to check file from zip

It looks like the recent GitHub Actions builds are also failing to build with the same error message

woot000 avatar Jun 16 '22 20:06 woot000

image

And for what purpose do you need the latest build ?

ghost avatar Jun 16 '22 23:06 ghost

Some of the recent commits appear to both further optimize processing and fix important bugs (this commit for example), and since they aren't in the latest release build I'd like to build Sodium for myself to take advantage of these changes.

woot000 avatar Jun 16 '22 23:06 woot000

run components:gfx-opengl:build before build, this should fix this issue

masmc05 avatar Jun 18 '22 10:06 masmc05

run components:gfx-opengl:build before build, this should fix this issue

Thanks, though I think that step should be made a bit clearer on the readme, unless this is a temporary change

woot000 avatar Jun 19 '22 14:06 woot000

run components:gfx-opengl:build before build, this should fix this issue

Thanks, though I think that step should be made a bit clearer on the readme, unless this is a temporary change

idk, i just also tried to do it once, and from the error stacktrace understood that need to build that first

masmc05 avatar Jun 20 '22 13:06 masmc05