discord / gamesdk-and-dispatch

Public issue tracker for the Discord Game SDK and Dispatch
22 stars 7 forks source link

ValidateOrExit crash #135

Open th3y opened 2 years ago

th3y commented 2 years ago

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:

Additional Commentary: This also happens if you try to use Dispatch. You can avoid the crash using GetTicket() before.

PrestigeBR commented 2 years ago

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