question

chris-haddon avatar image
chris-haddon asked

the Microsoft gaming XNetworking feature is unavailable

unreal
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

chris-haddon avatar image chris-haddon commented ·

Hello,

So a couple of questions - but first the problem.

I am receiving the following error when trying to initialize the PartyManager.

PartyError Error = PartyManager::Initialize(MyTitleId);

The error string returned is "the Microsoft gaming XNetworking feature is unavailable"

I am integrating play fab into a Win64 app within Unreal.

I have largely followed the example provided by the OnlineSubsystemPlayFab.

Unfortunately I am unsure where I've gone wrong.

Any ideas?

Thank you!

1 Like 1 ·
chris-haddon avatar image chris-haddon chris-haddon commented ·

More info:

We adding PlayFabParty into a minimal test app. Hence we are hoping to not pull in the dependencies required by the OnineSubsystem.

I think this is possibly where my problem originates. We are using the Party.lib that is pulled in by the OnlineSubsystem.

We have tried using the "raw" playfab party SDK that only includes the playwin.dll, but we were unable to get past the link errors without a corresponding playwin.lib?

Apologies for the confused and rambling nature of this issue.

Any help is appreciated.

Thank you

0 Likes 0 ·

1 Answer

·
chris-haddon avatar image
chris-haddon answered

Finally got it worked out.

I had missed the step to include Party_WinOsVersionDetection.h so that the dll would link.

Thank you,

Chris

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.