1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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
This commit is contained in:
Alexander Vereeken 2024-10-27 02:08:07 +03:00 committed by Vladimir Druzenko
parent 5153784032
commit b6d4e71f1b

View File

@ -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
}