Serverless Proximity Chat

Serverless Proximity Chat

0 Downloads

Issues with running on Mac OS

Aces-and-Jacks opened this issue ยท 8 comments

commented
commented

Seems to be a library issue (see issues #54 #48)

I'll look into MacOS support, but given that I only run Linux and Windows, debugging is going to be a bit challenging...

commented

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

commented

did you ever figure this one out?

commented

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

commented

Not currently, sorry.

commented

so is there a solution to this?

commented

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.

commented

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.