I have encountered a crash when calling interactive_get_user.
The detail is as follows:
File : interactive_session.cpp(898)
Source : user.avatarUrl = responseDoc["avatarUrl"].GetString();
Message: Expression: IsString()
It looks data_.f.flags is 0 and fails on RAPIDJSON_ASSERT(IsString()).
The code works fine on Xbox One, but it crashes on PC.
I have encountered a crash when calling interactive_get_user. The detail is as follows: File : interactive_session.cpp(898) Source : user.avatarUrl = responseDoc["avatarUrl"].GetString(); Message: Expression: IsString()
It looks data_.f.flags is 0 and fails on RAPIDJSON_ASSERT(IsString()).
The code works fine on Xbox One, but it crashes on PC.