discord / gamesdk-and-dispatch

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

Crash when setting DISCORD_INSTANCE_ID to any number above 0 #41

Open ldesgoui opened 4 years ago

ldesgoui commented 4 years ago

Describe the bug When trying to initialize with an instance other than the default one, DiscordCreate will try to open discord:///library/$CLIENT_ID/launch and exit my program

Steps to reproduce

Expected behavior DiscordCreate should return successfully as no Discord instance needs to be opened

Additional context Happens on Windows and Linux Mason reports it happens on Mac too