Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC will display for myself but, will not display for anyone else. #354

Open
Gallus-RSPS opened this issue Jan 1, 2022 · 2 comments
Open

Comments

@Gallus-RSPS
Copy link

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.

@tris-ten
Copy link

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.

@aeris170
Copy link

aeris170 commented Jul 23, 2022

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.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants