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
Describe the bug
The DiscordGameSDK is failing to initialize or something, when the Discord isn't open in the operating system. This is not causing any in-game trouble or crashing but is generating an error in logs every time the game is ran.
To Reproduce
Start the game (in the editor)
See the error in the console
Expected behavior
There's no Discord related errors.
Occasionally you can also get a NullRef exception from the DiscordController.
NullReferenceException: Object reference not set to an instance of an object
Portaless.DiscordController.OnApplicationQuit () (at Assets/Scripts/DiscordController.cs:84)
The text was updated successfully, but these errors were encountered:
Describe the bug
The DiscordGameSDK is failing to initialize or something, when the Discord isn't open in the operating system. This is not causing any in-game trouble or crashing but is generating an error in logs every time the game is ran.
To Reproduce
Expected behavior
There's no Discord related errors.
Environment
Additional context
Occasionally you can also get a NullRef exception from the DiscordController.
The text was updated successfully, but these errors were encountered: