-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
[BUG] Discord RPC doesn't work in UWP default C# applications. #236
Comments
Im not sure how UWP dispatches events from Main Thread. I have no experience in this framework. |
Thanks a lot wish you good luck! (Also I tried regular discord SDK, and it seems that UWP doesn't want to load other .dlls that doesn't really belong to .exe (I had error where dll doesn't want at all no matter what I tried. |
Things are more difficult, As I understand the error comes from UWP itself. Because UWP was designed to be trusted, half things that this library does cannot do UWP do security reasons. You need to provide app fullTrust, problem is, I don't understand how this library access certain .exe to activate RPC status. Can you explain? |
I debugged the library and simply UWP denies all pipes that does the library due security reasons once again. Problem of UWP is that you have to manually set all trusted .exes that should program use, which is lame. WPF is better :( |
Describe the bug
After trying to call client and basic rich presence as showed in example in README the rich presence doesn't appear in Discord profile.
This NuGet package work for console, WPF, Unity but not for UWP.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should simply show status in RPC.
Desktop (please complete the following information):
Logs
Untitled.mp4
The text was updated successfully, but these errors were encountered: