Issues with running on Mac OS
Aces-and-Jacks opened this issue ยท 8 comments
1.19.2
yeah I looked on there as well. Saw there was a PR to fix it but hasn't been merged there yet. Figured I'd try anyway
did you ever figure this one out?
It's a library issue that this mod relies on. Issue 48 seems where the most development on apple silicon was
A solution might be to use the java-imp` branch of discord-game-sdk4j, which provides pure Java bindings for the Discord GameSDK. It is currently known to work with Windows, Mac (Intel & ARM) as well as Arch Linux (and probably other distros).
The branch is mostly API compatible to the master branch and even though some things might be missing, the main features are available.
I am using that branch for a little project of mine, and it is working fine so far. You can use JitPack to include the java-impl branch into your project.
Unfortunately, the Discord Game SDK has removed support for Voice and Lobbies, so now no library will work.
See the newly made #11 for more details.