discord-rpc-csharp
discord-rpc-csharp copied to clipboard
C# custom implementation for Discord Rich Presence. Not deprecated and still available!
**Describe the bug** A clear and concise description of what the bug is. ``` ERR : Unhandled Exception: System.TypeInitializationException ERR : The type initializer for 'Newtonsoft.Json.JsonWriter' threw an exception. ERR...
Your API told me to send a report. I started more or less the demo code in a WPF app. ``` #nullable enable using DiscordRPC; using DiscordRPC.Logging; using System; using...
while it works perfect on windows and linux, i fail to connect on macos. It spams the following: ``` ERR : Failed connection to /var/folders/xc/wbs6jsyx4dq8_nd06b2zjg600000gr/T//snap.discord/discord-ipc--1. Error on creating named pipe:...
Hey, So at the init of my form I am calling all the needed functions to get the RPC which works perfectly. After some time on a click event of...
Hello, I'm experiencing the same issue when using it with Unity 2019.2.11f1, scripting backend is Mono with .NET 4.x Package version is latest stable 1.0.150 As for the behaviour and...
``` [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:49.671] Info - Mod..ctor: Plugin Initialized [15:56:50.085] Warn...
The RegisterUriScheme function needs to be tested and validated on all platforms. So far only Windows has been tested, but both Unix and MacOSX also need to be tested, especially...
Issue [243](https://github.com/discordapp/discord-rpc/issues/243) in the official library mentions Unity 2018.2 using IL2CPP for all windows builds. Its needs to be investigated if this will affect this library, or if it only...
Create a basic multiplayer example game with lobby and integrate the Join / Spectate and Join Request features with accompanying text a materials to help people get started.
**Describe the bug** Uncatched exception on some users starting an app with the Software **To Reproduce** Not reprducebale in most cases, only some of my users have this problem. I...