Bug 282333

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 Flags
0001-games-prismlauncher-Add-workaround-notice-for-using-.patch Alexander88207: maintainer-approval+

Description Alexander Vereeken freebsd_triage 2024-10-26 11:51:57 UTC
Hello,

this adds an workaround notice for using the mod Sodium with our LWJGL3 version.

Thanks in advance!
Comment 1 Alexander Vereeken freebsd_triage 2024-10-26 11:53:11 UTC
Created attachment 254526 [details]
0001-games-prismlauncher-Add-workaround-notice-for-using-.patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-26 23:10:10 UTC
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(+)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-26 23:10:25 UTC
Thanks.