Music Player

Music Player

3M Downloads

Unable to grab libraries correctly.

Tlopfest opened this issue ยท 2 comments

commented

While attempting to load the libraries for the mod, it seems to only be targeting the java.exe file. However, Linux OS does not use java.exe. It just uses java. No extension. Is there any way to let gradle realize which OS it is in and correctly access the java file?

latest.log

commented

Okay this was faster than expected.
The gradle executor should now find the right java executable depending on the operating system.
579820b

When curseforge approves it you can download it here: https://minecraft.curseforge.com/projects/music-player/files

commented

This is a bug in an older version. Try the newest version on https://minecraft.curseforge.com/projects/music-player/files (Music-Player-1.12.2-1.2.0.5)

In this version all libaries are shipped in the jar (So no need for gradle downloads)

If you are using this with an older minecraft version i might try to fix it, but this will take some time because i need to build every version on its own.