gamesdk-and-dispatch icon indicating copy to clipboard operation
gamesdk-and-dispatch copied to clipboard

ValidateOrExit crash

Open th3y opened this issue 4 years ago • 1 comments

Description: Using ValidateOrExit() will crash the application without any prompt message or Discord.result.

Steps to reproduce the behavior:

  1. 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.

th3y avatar Aug 16 '21 18:08 th3y

Using DRM-wrap with Dispatch also crashes the Discord Client.

PrestigeBR avatar Aug 17 '21 13:08 PrestigeBR