Hello, this adds an workaround notice for using the mod Sodium with our LWJGL3 version. Thanks in advance!
Created attachment 254526 [details] 0001-games-prismlauncher-Add-workaround-notice-for-using-.patch
A commit in branch main references this bug: 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(+)
Thanks.