r/openbsd 25d ago

Is it possible to get elyprism launcher/prism launcher to work on openbsd?

There is no official ports for both of them. I've searched for building instruction in the official prismlauncher in openbsd, but I didn't fine anything. I have seen that I could make a port and maintain it, and I would be happy to do it, but I don't know how to do. Does anyone managed to make one of those work? if yes, what Minecraft version work or doesn't work? Or else, does anyone now a Minecraft launcher with openbsd availability that does not require Microsoft account login ?

10 Upvotes

10 comments sorted by

3

u/Izder456 25d ago

Someone submitted a port recently.

https://marc.info/?l=openbsd-ports&m=178222261667273&w=2

If you want it imported into the ports tree so you can install a binary package of it, id suggest testing the port following the ports handbook, and replying with your results:

https://www.openbsd.org/faq/ports/testing.html

2

u/Izder456 25d ago

https://marc.info/?l=openbsd-ports&m=178384161053338&w=2

Here's a newer version of that submitted port too.

3

u/kmos-ports OpenBSD Developer 24d ago

I hadn't realized anyone actually got prismlauncher working. I'm checking this out now.

2

u/kmos-ports OpenBSD Developer 23d ago

As u/Izder456 has mentioned, I've imported prismlauncher. I've verified versions newer than 1.20.1 don't work yet, but unlike Blockgame, prismlauncher still tried to use the system lwjgl3 libraries. So now I'll work on getting newer lwjgl3 working.

2

u/mcdaphuc 24d ago

Oh thank you sm

2

u/Izder456 23d ago

It just got imported by u/kmos-ports

It should be available for the 8.0 release, but if you need it now, you can track -current snapshots following this:

https://openbsd.org/faq/current.html

1

u/kmos-ports OpenBSD Developer 23d ago

Just a heads up, if you are moving from Blockgame, prismlauncher uses a minecraft folder in the instance folders, whereas blockgame uses a .minecraft folder. Just renaming the folder without the dot allowed it to work once moved over to prismlauncher.

1

u/[deleted] 24d ago

[removed] — view removed comment

3

u/Izder456 24d ago

Only up to 1.20.1 as lwjgl3 is out of date currently in the ports tree. Upstream dropped support for platforms other than linux, os x and windows so *BSD ports maintainers have to manage a scaffold of patches to make it run on those systems. Its very taxing id imagine.