Bug 282333 - games/prismlauncher: Add workaround notice for using Sodium with our LWJGL3 version
Summary: games/prismlauncher: Add workaround notice for using Sodium with our LWJGL3 v...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-26 11:51 UTC by Alexander Vereeken
Modified: 2024-10-26 23:10 UTC (History)
1 user (show)

See Also:


Attachments
0001-games-prismlauncher-Add-workaround-notice-for-using-.patch (1.06 KB, patch)
2024-10-26 11:53 UTC, Alexander Vereeken
Alexander88207: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.