sadly, this time I don't know which oxp is the cause. Maybe the author can identify it by the values?
I copied the previous and next line, too...just in case that one of these has to do with the wrong number format (using both . and , for float). I'm afraid, though, that those other two lines don't have anything to do with it.
Code: Select all
[Fuel Collector]: Number of globes is 1
[strings.conversion.vector]: ***** ERROR cannot make vector from '0.0 -20, 22': could not scan a float value.
[shipRegistry.selection.profile]: Hit slow path in ship selection for role "trader", having selected ship "redback-trader". Now 60 of 334 on slow path (17.964072%).
[C:\Oolite\AddOns\neolite.oxp\Config\olddata.plist]
Line 25 : missile_launch_position = "0.0 -20, 22";
Line 50 : missile_launch_position = "0.0 -20, 22";
[C:\Oolite\AddOns\neolite.oxp\Config\shipdata.plist]
Line 144 : missile_launch_position = "0.0 -20, 22";
Line 185 : missile_launch_position = "0.0 -20, 22";
From the other vectors I've seen, it's a missing comma behind 0.0!
Screet