Version: 1.7.11.0
Frequency: Consistently
Severity: Low
Context: Any package
Bug description:
Having a Line in the hydraulic system with a valve or accumulator on it, then removing either or both and saving the config results in errors in the console.
Repro steps:
Have line like this in your hydraulic system
Line.24 = Name:Tank1ToLeftJunction#Inputs:Tank1#Outputs:LeftJunction#Valves:Valve1#Accumulator:Accumulator1
then, from the editor, remove either the valve or accumulator and save the config, the resulting line will have the removed item as ““
Line.24 = Name:Tank1ToLeftJunction#Inputs:Tank1#Outputs:LeftJunction#Valves:""#Accumulator:""
then build your plane, look at the console (might have to remove the PackageBuilder filter) and there’ll be errors like
[HydraulicSystem] Could not find Valve of line Tank1ToLeftJunction
[HydraulicSystem] Could not find Accumulator of line Tank1ToLeftJunction