EGL Java run-time error code VGJ0143E
VGJ0143E: %1 is not a valid size for array %2.
Explanation
The array was passed on a call statement. The called program changed the array's size to a value that is less than zero or larger than the value of the property maxSize.
User Response
Change the programs so they use the same value for the property maxSize.