Sodium

Sodium

35M Downloads

Could not find various jar files when building

Icedude907 opened this issue ยท 4 comments

commented

Hi.
I've been trying to build with gradlew (windows), however the following jar files can't be found:

net.fabricmc.fabric-api:fabric-resource-loader-v0:[email protected]_16_1.1.16.1+build.17-v2
net.minecraft:minecraft:1.16.1-projectmapped-net.fabricmc.yarn-1.16.1+build.17-v2
net.fabricmc:fabric-loader:[email protected]_16_1.1.16.1+build.17-v2

Using OpenJDK 14.0.2

commented

I cannot reproduce this error on Windows with Gradlew. Can you confirm your device can access the internet? Gradle downloads these dependencies from online, so you'll need an internet connection to download them at least once. Subsequent builds will re-use the downloaded resources.

If this still occurring despite having an internet connection, can you post the full build log? You can do this by redirecting the command output to a file, eg. gradlew build > gradlewlog.txt. Note that this log will show your directory path (eg. C:\Users\[username]\[sodium build folder]), so make sure that's something you are comfortable sharing. Thanks!

commented

Here's the output. I'm connected to the internet and I'm still getting this.
(This is from a fresh install, after deleting the .gradle folder in my user folder as well.)
gradleOut.txt

commented

UPDATE:
I tried building it on the C:/ drive (NTFS) and it built without trouble.
I was previously building this on an A:/ (ExFAT) drive.
I'll keep the issue open for now, as this could be a problem with sodium or with gradle.

commented

Gradle doesn't really support building on non-NTFS volumes or network shares as far as I'm aware. I don't know the specifics of this issue, but it's outside our control.