MinnDevelopment / java-discord-rpc

Java bindings for https://github.com/discordapp/discord-rpc (using JNA)
Apache License 2.0
132 stars 38 forks source link

[Error/Bug] MacOS Error Loading dll (Code Signature Invalid) #27

Closed CDAGaming closed 6 years ago

CDAGaming commented 6 years ago

Reference: https://github.com/discordapp/discord-rpc/issues/170

When trying to load the dll/dylib, this error occurs: https://gist.github.com/CDAGaming/f5e5bae7fd5f50a0d1da1fc3933fe026

MinnDevelopment commented 6 years ago

Please provide more details, such as

paulhobbel commented 6 years ago

From what I can see from the error log the issue is that you did not use the original files discord provided on their GitHub Releases page for Discord RPC. The error is an signing issue, I suggest you try it again but this time with the original files from here: https://github.com/discordapp/discord-rpc/releases

MinnDevelopment commented 6 years ago

This library uses the released binaries by discord as a dependency through gradle.

paulhobbel commented 6 years ago

I know your library does, however he is not using the resources of your library, hence the crash. As far as I know the issue at his end is now resolved

CDAGaming commented 6 years ago

Closing as Fixed, from @ItsDizzy s Solution. Whoops!