Warning in Log file - Missing closing parenthesis

Hi,

When loading my game, I have those errors in the log files:

[2015.07.01-21.10.06:144][  0]ImportText (ComponentSweepMultiTests): Missing closing parenthesis: (RootShapeAsset="/Engine/BasicShapes/Cube.Cube",ShapeType="TriggerCapsule",HitResult=(Time=0.50,Location=(X=-100.000015,Y=0.0,Z=100.000015),ImpactPoint=(X=-50.0,Y=0.0,Z=50.0),Normal=(X=-1.0,Y=-0.0,Z=0.0),ImpactNormal=(X=0.0,Y=0.0,Z=1.0),TraceStart=(X=-200.0,Y=0.0,Z=200.0),TraceEnd=(X=0.0,Y=0.0,Z=0.0))
[2015.07.01-21.10.06:145][  0]ImportText (LineTraceSingleByChannelTests): Missing closing parenthesis: (RootShapeAsset="/Engine/BasicShapes/Cube.Cube",HitResult=(Time=0.50,Location=(X=-100.000015,Y=0.0,Z=100.000015),ImpactPoint=(X=-50.0,Y=0.0,Z=50.0),Normal=(X=-1.0,Y=-0.0,Z=0.0),ImpactNormal=(X=0.0,Y=0.0,Z=1.0),TraceStart=(X=-200.0,Y=0.0,Z=200.0),TraceEnd=(X=0.0,Y=0.0,Z=0.0))

Thanks,

Hey -

Warning messages shouldn’t prevent the game from running properly. As far as getting the messages to go away, it appears that the open parenthesis before RootShapeAsset is not closed at the end of TraceEnd=. Adding a third parenthesis to the end should fix the warnings in this case.

Cheers

HI,

Those warning don’t prevent the game from running.

I open this case so you can fix the issue in the Perforce depot.

Thanks,