home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Linux / Apps / xanim.tgz / xanim / xanim27064 / Problems.doc < prev    next >
Text File  |  1997-01-26  |  5KB  |  117 lines

  1.  
  2. This file describes some of the common warnings and errors that
  3. you might encounter while running XAnim 2.70.3 and above.
  4.  
  5. For the purposes of most of the errors messages, assume this
  6. was the command line:
  7.  
  8.             "xanim anim_file"
  9.  
  10.  
  11. 1) Unable to open/read animation:  anim_file
  12.  
  13.     This means either XAnim was unable to find the file "anim_file"
  14.     or it did not have read permission for file "anim_file".
  15.    
  16. 2) Unknown or unsupported animation type: anim_file
  17.  
  18.     XAnim doesn't recognize "anim_file" as being in a format
  19.     that it supports.
  20.  
  21. 3)  malloc err
  22.  
  23.    If "malloc err" occurs, either by itself or within a sentence, it
  24.    means that you do not have enough memory to view that particular
  25.    animation with the options you selected.
  26.  
  27.    For most animation formats, the "+f" option can significantly
  28.    reduce memory usage, but can lead to audio/video sync problems
  29.    if playing back from a CDROM.  Also note, not all formats can
  30.    make use of the +f option. See "xanim.readme" for more details
  31.    on this subject.
  32.  
  33. 4) AVI Video Codec: Intel Indeo R3.x depth=24 is unsupported by this executable.
  34.    QT Video Codec:  Intel Indeo R3.x depth=24 is unsupported by this executable.
  35.    AVI Video Codec: Radius Cinepak depth=24 is unsupported by this executable.
  36.    QT Video Codec:  Radius Cinepak depth=24 is unsupported by this executable.
  37.  
  38.    Or similiar.
  39.  
  40.    If you get one of the above errors messages, it means that you
  41.    did not compile in Radius Cinepak or Intel Indeo support into
  42.    XAnim. You will want to read the "cinepak.readme" and "intel.readme"
  43.    for instructions on how to do this.
  44.  
  45.    Since different files are required for each machine/OS combination, 
  46.    the readme files distributed with your particular revision of XAnim 
  47.    may be out of date as I add support for newer machines. In which
  48.    case you'll want to grab the latest readme files at the following
  49.    WWW sites:
  50.  
  51.         http://xanim.va.pubnix.com/home.html
  52.         http://smurfland.cit.buffalo.edu/xanim/home.html
  53.         http://www.tm.informatik.uni-frankfurt.de/xanim/
  54.  
  55.    or via anonymous ftp from ftp xanim.va.pubnix.com [199.170.0.28]
  56.  
  57. 5) Video Codec: Unknown XXXX(7768616d) depth=8 is unsupported by this exec.
  58.  
  59.    Where XXXX is any four letter combination.
  60.  
  61.    Both AVI and Quicktime files can make use of many different Video
  62.    Codecs. New ones are being developed all the time and most of them
  63.    are proprietary and specs are not readily available(if at all).
  64.    Also, many Video Codecs can have different depths. XAnim may
  65.    support one depth, but not another.  The depth has nothing to
  66.    do with your display type.
  67.  
  68.    The above warning message indicates that XAnim is not familiar
  69.    with that particular Video Codec. You should contact me with
  70.    the above information, where you obtained the animation file
  71.    and any other information that might help me identify the
  72.    Vendor/Software responsible for producing it. I can then
  73.    attempt to obtain the specifications from them so that I
  74.    may support that format, providing there are no licensing fees.
  75.  
  76. 6) Warning: No supported Video frames found.
  77.  
  78.    This occurs in when XAnim can not find any video frames
  79.    inside a Quicktime or AVI file.  Current revisions of
  80.    XAnim do not support audio only Quicktime/AVI files.
  81.    This will change in the near future.
  82.  
  83. 7) AVI vid dlta: read failed
  84.  
  85.    This is a warning message. It means XAnim encountered the
  86.    end of the animation file BEFORE it was supposed to. This
  87.    typically occurs when an animation file was truncated
  88.    for whatever reason. It is common for this to occur
  89.    when downloading via the WWW during peak traffic hours.
  90.  
  91.    XAnim will still display any full frames that it
  92.    found before the end of the file.
  93.  
  94. 8) QT: file possibly truncated or missing .rsrc info
  95.  
  96.    Quicktime animations usually store critical file
  97.    headers at the very end of the file. If the file
  98.    was truncated for whatever reason, then these
  99.    headers are missing and the file is unplayable
  100.    by anything.
  101.  
  102.    This can also occur if the file was not properly
  103.    transferred from the Macintosh and the critical
  104.    headers were no added to the end of the data
  105.    fork. Again, not playable.
  106.  
  107.    NOTE: 27062 incorrectly reports this error with the
  108.     new format quicktimes. 27063 fixes this.
  109.  
  110. 9) QT: This is only .data fork. Need .rsrc fork
  111.  
  112.    This means the Quicktime animation was not
  113.    properly prepared and transferred from the
  114.    Macintosh. Critical header information is
  115.    missing. This file is unplayable by anything.
  116.  
  117.