MCPHackers / LaunchWrapper

Launch wrapper for legacy Minecraft
MIT License
21 stars 3 forks source link

Can't build, where do I get a copy of this? #14

Open jadenquinn opened 3 days ago

jadenquinn commented 3 days ago

Hi, I'm not a dev, I just want to use this tool, however I simply cannot build a copy of it, so I must obtain it some other way. In what way should I do this?

Here, this is straight from the guide:

Screenshot 2024-11-30 at 12 38 51 AM

Leaving out crucial details like... how in the world I'm suppose to actually obtain resources, is a lot of what gatekeeps most people from using useful resources like this tool.

Lassebq commented 2 days ago

It would be much more helpful if you could provide the build error instead of complaining about builds not being available. I am well aware of that and the reason for that is because there is no user oriented frontend for installing the wrapper.

If you're looking for tagged builds your only option atm is a heavily outdated v1.0 commit which is published at https://maven.glass-launcher.net/#/releases/org/mcphackers/launchwrapper and http://mcphackers.org/libraries/org/mcphackers/launchwrapper/1.0/launchwrapper-1.0.jar

jadenquinn commented 14 hours ago

It would be much more helpful if you could provide the build error instead of complaining about builds not being available. I am well aware of that and the reason for that is because there is no user oriented frontend for installing the wrapper.

If you're looking for tagged builds your only option atm is a heavily outdated v1.0 commit which is published at https://maven.glass-launcher.net/#/releases/org/mcphackers/launchwrapper and http://mcphackers.org/libraries/org/mcphackers/launchwrapper/1.0/launchwrapper-1.0.jar

I wasn't intending to build. I just know how to use java agents, and I'm assuming that's what this is. If, somehow, this build error helps at all, here it is: jaden@PureSlate LaunchWrapper-1.0 % ./gradlew build Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

BUILD FAILED in 1s jaden@PureSlate LaunchWrapper-1.0 %

I know it's because whatever Java version it is using is the wrong one, but that doesn't help me, since I haven't been able to figure out how to swtich it. Everyone just tells me to configer my PATH but as far as I know that's not a thing on my platform.

Buuuut I guess I will have to build! Builds really should be available, not sure why there aren't. That is why I am bitching. So how do I fix this Java version problem?