Sodium

Sodium

35M Downloads

1.19.x next branch fails to build

woot000 opened this issue ยท 5 comments

commented

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

commented

image

And for what purpose do you need the latest build ?

commented

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.

commented

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

commented

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

commented

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