You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a game developed in Java. I've just set up Rich Presence on the client. When I personally run the client, I have to use OpenJDK for it to display the rich presence information. It does not display when running the jar file with the standard Java SE Runtime.
I had a player test the client and they do not get the rich presence display, nor when they run with OpenJDK do they get it. Unsure what's going on.
The text was updated successfully, but these errors were encountered:
Having the same problem with my RPC with my lua-based game. No idea what the ABSOLUTE FUCK is going on and it's slowly making me insane the more I try to find a fix and cannot find anything.
Are you positive your JAR file is finding and loading the discord dll's? Try to run your JAR in command line and look for an exception. It's possible dll's are missing and your game throws an exception.
I load my dll's like so but this will never work if ran from inside a JAR.
I have a game developed in Java. I've just set up Rich Presence on the client. When I personally run the client, I have to use OpenJDK for it to display the rich presence information. It does not display when running the jar file with the standard Java SE Runtime.
I had a player test the client and they do not get the rich presence display, nor when they run with OpenJDK do they get it. Unsure what's going on.
The text was updated successfully, but these errors were encountered: