gamesdk-and-dispatch
gamesdk-and-dispatch copied to clipboard
ValidateOrExit crash
Description: Using ValidateOrExit() will crash the application without any prompt message or Discord.result.
Steps to reproduce the behavior:
- Do ValidateOrExit() after everything is ready.
Expected Behaviour: Crash without message error or prompt message, no callback log.
Language used:
- C++
Additional Commentary: This also happens if you try to use Dispatch. You can avoid the crash using GetTicket() before.
Using DRM-wrap with Dispatch also crashes the Discord Client.