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

Windows libs throw "LNK1107: invalid or corrupt file: cannot read at 0x82" error #70

Closed whitlai closed 1 week ago

whitlai commented 1 week ago

I'm trying to integrate the PlayFab OSS plugin following the steps online. After unpacking the files into the Plugins\Online folder of my engine, when building I get the following error for the 2 libs in the Platforms\Windows\Lib folder:

PartyWin.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x82

nassosterz-ms commented 1 week ago

Hello,

Apologies you are facing this issue. May I ask, have you cloned our repository with git using LFS?

whitlai commented 1 week ago

I downloaded the zip! I just tried cloning the repo and it did work. Not sure why it was different with the zip. Thank you!

nassosterz-ms commented 1 week ago

Sounds good, closing!