Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
194 stars 42 forks source link

Win x64 dll in release JAR seems to be corrupt #6

Closed DrinkyBird closed 6 years ago

DrinkyBird commented 6 years ago

It seems way too small and refuses to load with the error Exception in thread "main" java.lang.UnsatisfiedLinkError: F:\Sean\AppData\Local\Temp\discord-rpc.jar\discord-rpc.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

PierreSchwang commented 6 years ago

Same problem here

ricardoboss commented 6 years ago

me too

Vatuu commented 6 years ago

This came from a faulty build on discord's site, to use the newly added register methods, I had to build the artifacts from source myself. I'm pushing the fix right now, so everything should be fine again.