<<


Error Messages


"Argument required"
You have to specify values for all arguments of a process, at least a '0' if the argument is not used.

"Cannot connect to unborn processes !"
You tried to specify a process index which cannot be referenced because the process is not existing yet. Since processes can refer to previous processes only (parents), it is not possible to refer to the same process or to its children.

"Cannot change: cell number would be 2 or lower"
MegaEdit checks all point distributions before it begins to make any changes. Reducing the number of cells in point distributions works for cell counts of 6 and above. It does not make sense to reduce the number of cells to smaller values.

"Cannot delete: no more children !"
You tried to delete more children of a variable number of arguments process than were existing in the parameter dialog box.

"Cannot delete implicit name !"
You tried to delete the implicit definition of a process name in the parameter dialog box. This is not possible because megaEdit cannot revert the named references (e.g. FRAME_12(2) back to the older explicitely indexed form (e.g. 120702).

"IncrementProcessString: Out of memory."
There is not enough memory for storing the new, incremented parameter. You should not save the probably partially modified script.

"Line numbers out of sequence in
'FILE_NAME'
Process no. PROCESS_NUMBER should be CORRECT_PROCESS_NO.
Inspect the file."
The process numbers in the script file FILE_NAME are not increasing by one per line. Probably a process has been deleted manually without updating the following lines. A quick solution is to insert one or more dummy process to cover the 'hole'. These dummy processes can be deleted later.

"No Increment routine available for PROCESS_TYPE. Results may be incorrect."
"No Decrement routine available for PROCESS_TYPE. Results may be incorrect."
There is no support for incrementing resp. decrementing process indices of the given PROCESS_TYPE. Probably a lazy programmer forgot to implement the function. Contact customer support.

"TYPE_ARRAY without pointer to array size"
An internal data structure is corrupted. Contact customer support.

"There is/are N trailing reference(s) to process NN. Do you really want to delete it ?"
You are about to delete a process, whose children are referenced by following processes. Be careful not to delete the parent of other processes.

"Unknown or undefined variable 'VARIABLE' !"
You tried to specify a process index using the variable 'VARIABLE' which is undefined. It may be possible that you have defined a variable of this name in a later process than the current process, but then it cannot be referenced in preceeding processes.



<<