-
### What happened?
Using the example code to make the Discord RPC function, my game doesn't seem to detect Discord at all, instead returning the error:
Discord Activity couldn't be updated. It could…
-
So I'm trying to log the user username + tag (given my the readme), but it's not running the callback and it's not making my profile show I'm playing something
```java
public void check(Logger LOG…
-
src/pc/discord/discordrpc.c: In function 'set_details':
src/pc/discord/discordrpc.c:162:22: error: 'LANGUAGE_ENGLISH' undeclared (first use in this function)
162 | case LANGUAGE_EN…
-
**Describe the bug**
Whenever I start my game with this simple script attached to a Node (I'm using Godot Mono), Rich Presence doesn't show up
```
using Godot;
using System;
using DiscordRPC;
…
-
With this new update, every time i open the game i get the following error:
```
2024-04-13 12:19:46 [error]: An unhandled error has occurred.
2024-04-13 12:19:46 [error]: System.ComponentModel.Win3…
-
**Describe the bug**
After updating to v1.0.9006 Discord is crashing when my app is authenticating. The window that used to pop up and allow me to click the "Authorize" button is no longer there. I…
-
Hi !
Calling `DiscordRpc.updatePresence(DiscordRichPresence)` on a presence that has neither details nor state has no effect. Indeed, if these properties are not set (or empty) then Discord is not…
-
### What happened?
Bug Report: Rich Presence not updating correctly without DiscordRPC.clear(false)
Note:
I have never reported a bug on GitHub before, so I apologize if I’m not doing it correctly.…
-
```
[15:56:49.635] Info - Mod..ctor: Plugin Initialized
[15:56:49.669] Error - Logger.Init: Unable to initialize LogWriter: Sharing violation on path G:\Escape from Tarkov\Logs\Plugins.log
[15:56…
-
Using the following example (with a proper `app_id`), I get the following error. I believe this may be related to a Discord update, as this worked fine before but looks to have issues now. I'm running…