Line 1175 of NetworkManager.cpp returns a newly allocated copy of a PatternInfo object. The order of the parameters on the constructor is incorrect.
It should be:
PatternInfo( patternType, startTime, endTime
, patternImageMotion
, patternString
, bitmaps, images
, patternMinTrialDuration, patternMaxTrialDuration
);