Hi all,
I work on a migrated project from 4.15 to 4.16.
I’m actually trying to export my game into HTML (from 4.16), but I got an “Error Unknown Cook Failure”.
In the log, there are 5 errors saying :
UATHelper: Packaging (HTML5): Cook: LogInit:Display: LogLinker:Error: AddRedirectList(D:/UnrealEngineProjects/ProjectHTML/Saved/Config/Windows/PhysXVehicles.ini) found conflicting redirectors for VehicleSim! Old: VehicleMovementComponent, New: /Script/PhysXVehicles.WheeledVehicleMovementComponent
And that for 5 different lines.
I found in another post that deleting the lines in the file could correct the issue, however when I open the file (PhysXVehicles.ini), it is empty.
Is there a way to correct this ?
Thanks a lot !