Error: Can't get Fields array

Discussion in 'Rebol' started by MaxV, Apr 21, 2010.

  1. MaxV

    MaxV Member

    In a script I wrote I receive the following output:

    Error: Can't get Fields array

    what does it mean?
  2. Graham

    Graham Developer Staff Member

    No idea ... what part of the script causes this error?
  3. MaxV

    MaxV Member

    No idea, not appear near to something... however the program go on and works....
  4. MaxV

    MaxV Member

    It seems not a Rebol error. The program I wrote make a preview of PDF files, so I call external software, and probably is the external software that send the error message. To make a preview of a pdf in Linux do:
    Code:
    call/wait "pdftoppm filename -f 1 -l 1 -scale-to 50"
    call/wait "ppmtojpeg filename-1.ppm > filename.jpg"
    
    The error is about pdf. The same error appears in pdf viewer evince wiht other users...

Share This Page