PlayFab / PlayFabMultiplayerUnreal

PlayFab Online Subsystem Plugin for Unreal Engine
https://learn.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/party-unreal-engine-oss-overview
39 stars 35 forks source link

Error C4703 on Xbox #44

Closed scovertb closed 1 year ago

scovertb commented 1 year ago

When compiling for Xbox Series X with the Shipping configuration, PlayFabHelpers.cpp produces two C4703 errors on lines 362 and 424 due to uninitialized pointers. I was able to resolve this locally by initializing the JsonDataObject pointers to nullptr on lines 355 and 417.

yuehanlin commented 1 year ago

Thank you for reporting the issue! We will incorporate the fix in a future release.

yuehanlin commented 1 year ago

We recently released new OSS version with the fix, so I'll close this issue.