jagrosh / DiscordIPC

Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate
Apache License 2.0
141 stars 47 forks source link

update libs (fixes ARM Mac support) #32

Open xBrownieCodezV2 opened 7 months ago

xBrownieCodezV2 commented 7 months ago

This fixes the following exception on ARM Macs like M1 or M2


Caused by: java.lang.RuntimeException: Unhandled architecture/OS: aarch64-MacOSX
    at org.newsclub.net.unix.NarSystem.getAOLs(NarSystem.java:110)
    at org.newsclub.net.unix.NarSystem.loadLibrary(NarSystem.java:30)
    ... 28 more

By updating the newsclub unix socket to 2.9.0