I'm testing series 3 processors FW
1.008.0040 in order to upgrade some older installations but get the following errors in the log:
Error: splusmanagerapp.exe [App 1] # 08:34:
01 2-12-2014 # Module S-45.4 : CommandFusion_iViewer_Server_v4_5 at line 272: In/Out Array index out of bounds. Index: 10001, Length: 99
Error: splusmanagerapp.exe [App 1] # 08:34:
01 2-12-2014 # Module S-45.4 : CommandFusion_iViewer_Server_v4_5 at line 273: In/Out Array index out of bounds. Index: 10001, Length: 99
Error: splusmanagerapp.exe [App 1] # 08:34:
01 2-12-2014 # Module S-45.4 : CommandFusion_iViewer_Server_v4_5 at line 272: In/Out Array index out of bounds. Index: 10002, Length: 99
Error: splusmanagerapp.exe [App 1] # 08:34:
01 2-12-2014 # Module S-45.4 : CommandFusion_iViewer_Server_v4_5 at line 273: In/Out Array index out of bounds. Index: 10002, Length: 99
This seems to come from theese lines in the 4.5 module
} else if (CompareStrings(CommandType, "s") = 0) {
if (IsSignalDefined(text_i[ATOI(Join)])) {
text_i[ATOI(Join)] = Value;
}
Is there any way of getting rid of the error messages without redoing the project for the new Crestron Mobile ?