Date: Sat, 26 Oct 2024 23:09:30 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b6d4e71f1b1e - main - games/prismlauncher: Add workaround notice for using Sodium with our LWJGL3 version Message-ID: <202410262309.49QN9UbN089422@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6d4e71f1b1e7a0dca1b47d7f1223b14c2b55c42 commit b6d4e71f1b1e7a0dca1b47d7f1223b14c2b55c42 Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2024-10-26 23:08:07 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-10-26 23:08:07 +0000 games/prismlauncher: Add workaround notice for using Sodium with our LWJGL3 version In case that the mod Sodium complains about incompatible LWJGL version, it's possible to set the Java argument -Dsodium.checks.issue2561=false to workaround it. Please note that this makes it difficult to diagnose crashes at startup or that it might not even work at all. PR: 282333 --- games/prismlauncher/pkg-message | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games/prismlauncher/pkg-message b/games/prismlauncher/pkg-message index 91697adac6df..8d7bd5165b4e 100644 --- a/games/prismlauncher/pkg-message +++ b/games/prismlauncher/pkg-message @@ -14,6 +14,11 @@ you have to add the following to the environment variables section: MESA_GL_VERSION_OVERRIDE 3.2 MESA_GLSL_VERSION_OVERRIDE 330 +In case that the mod Sodium complains about incompatible LWJGL version, +it's possible to set the Java argument -Dsodium.checks.issue2561=false +to workaround it. Please note that this makes it difficult to diagnose +crashes at startup or that it might not even work at all. + Have Fun! EOM }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410262309.49QN9UbN089422>