Hi guys,
We are starting a new project that requires dedicated servers, matchmaking, etc… We decided to go for PlayFab to support this.
We are aiming at having a few people build from sources but to have an installed build for the rest of the team.
I could make an installed build but when I add the PLayFab OSS to the plugins, the build fails.
I get those errors at the end of the build :
ERROR: File date/time mismatch for Engine/Saved/Engine/Binaries/Win64/PartyWin.pdb - was 04/08/2022 13:28:26, expected 04/08/2022 13:03:28, TimeDifference 00:24:57.9575942
ERROR: File date/time mismatch for Engine/Saved/Engine/Binaries/Win64/PlayFabMultiplayerWin.pdb - was 04/08/2022 13:28:26, expected 04/08/2022 13:03:29, TimeDifference 00:24:57.9033732
I also noticed that those lines appear twice in the log
Stripping symbols: D:\Work\IEC\Projects\UnrealSourcesIEC\UnrealEngine\Engine\Binaries\Win64\PartyWin.pdb -> D:\Work\IEC\Projects\UnrealSourcesIEC\UnrealEngine\Engine\Saved\Engine\Binaries\Win64\PartyWin.pdb
Stripping symbols: D:\Work\IEC\Projects\UnrealSourcesIEC\UnrealEngine\Engine\Binaries\Win64\PlayFabMultiplayerWin.pdb -> D:\Work\IEC\Projects\UnrealSourcesIEC\UnrealEngine\Engine\Saved\Engine\Binaries\Win64\PlayFabMultiplayerWin.pdb
whereas this only seems to happen once for other plugins.
Any idea what’s going on there?
(I’m fairly new to UE, might be missing the obvious there.)