home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / paint / m / qrt / QRTdocs / Errors < prev    next >
Encoding:
Text File  |  1989-05-23  |  2.6 KB  |  105 lines

  1.                              QRT ERROR CODES
  2.  
  3.  
  4. Illegal Parameter
  5.  
  6.  This error code no longer used. See Undefined Parameter.
  7.  
  8. Too Few Parameters
  9.  
  10.  All the required parameters were not specified. See the QRT Language
  11. Reference Guide for a list of required parameters to this command.This error
  12. message also appears if a command line option with no argument is passed to
  13. QRT.
  14.  
  15. Illegal Object Type
  16.  
  17.  QRT does not understand this primitive type.
  18.  
  19. Malloc Failure
  20.  
  21.  QRT was unable to allocate enough memory. Either reduce the object tree
  22. size, or run QRT on a machine with more memory.
  23.  
  24. Syntax Error
  25.  
  26.  Improper QRT syntax, such as a BEGIN_BBOX with no matching END_BBOX.
  27.  
  28. Internal Error
  29.  
  30.  (Maybe 'Programmer Confusion Error' on some versions). This error should
  31. never occur.If it does,either there is some illegal value not caught during
  32. input parsing, or there is a programming error in the QRT system.
  33.  
  34. File Error
  35.  
  36.  QRT couldn't open or close the output file. Check that the file name
  37. adheres to the naming convention used for your computer.
  38.  
  39. Pattern not found
  40.  
  41.  A pattern was attached to a primitive, but this pattern was never defined.
  42.  
  43. Pattern already defined
  44.  
  45.  Two patterns were defined with the same name.
  46.  
  47. No observer defined
  48.  
  49.  No observer was defined to QRT.
  50.  
  51. Undefined parameter
  52.  
  53.  QRT does not recognize this parameter type. Either it is not legal, or not
  54. legal in this context.
  55.  
  56. World contains non-homogeneous object
  57.  
  58.  Error code not supported by this version of QRT.
  59.  
  60. An index of refraction is 0
  61.  
  62.  An object that is transparent has an index of refraction equal to zero.
  63.  
  64. Illegal color_info value
  65.  
  66.  An object surface characteristic was defined improperly. Most take values
  67. in the range 0.00 to 1.00.
  68.  
  69. Parameter should be >= 0
  70.  
  71.  This parameter only takes values greater than zero, but it was given a
  72. value less than zero.
  73.  
  74. Zero multiplier
  75.  
  76.  A pattern size multiplier is zero. Use only positive values.
  77.  
  78. Undefined name
  79.  
  80.  An INSTANCE_OF primitive attempted to use a name that was not defined in
  81. the instance definition tree.
  82.  
  83. Left paren expected
  84.  
  85.  There should be a left parenthesis on this line.
  86.  
  87. Right paren expected
  88.  
  89.  There should be a right parenthesis on this line.
  90.  
  91. Illegal vector structure
  92.  
  93.  A position or direction vector of the form (x,y,z) was specified
  94. improperly.
  95.  
  96. Illegal color triple
  97.  
  98.  A color triple of the form (r,g,b) was specified improperly.
  99.  
  100. Illegal command line argument
  101.  
  102.  An illegal command line option was specified. The legal command line
  103. options are: -xres, -yres, -aspect, and -foclen. The first two take integer
  104. arguments; the others take floating point arguments.
  105.