Summary: | games/prismlauncher: Add workaround notice for using Sodium with our LWJGL3 version | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexander Vereeken <Alexander88207> | ||||
Component: | Individual Port(s) | Assignee: | Vladimir Druzenko <vvd> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | vvd | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alexander Vereeken
2024-10-26 11:51:57 UTC
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. |