discord / gamesdk-and-dispatch

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

Missing documentation and patch notes for 2.5.7 #90

Open sylveon opened 4 years ago

sylveon commented 4 years ago

It seems like GameSDK 2.5.7 recently got released silently. However, there are no patch notes anywhere and the documentation for new additions is missing.

Jump-Suit commented 4 years ago

I've noticed this as well, and find it strange how they would release something like this without any official announcement. As well as that it seems this 2.5.7 version is now throwing exceptions from the core.cs from the C# side.

msciotti commented 4 years ago

The update that occurred should have had no new interfaces or anything—it was a behind the scenes thing so there's no new functions or anything.

Can you tell me what platforms and languages are throwing errors and crashes.

sylveon commented 4 years ago

C++, Apple and Linux. I've mentioned you previously on discord with a patch that fixes the issue for those platforms (https://cdn.discordapp.com/attachments/613425918748131338/731403056557588500/0001-Fix-GameSDK-2.5.8-on-non-Windows-platforms.patch)

@Jump-Suit also found that the issue affecting C++ in 2.5.7 in regards to IsPointInsideClickZone also affects C#, but was not corrected in 2.5.8 for C#

sylveon commented 4 years ago

And there are new methods, more specifically in the overlay manager, from where all those build issues are stemming from.