Author Topic: output file bug (in GUI)?  (Read 3848 times)

troy

  • Guest
output file bug (in GUI)?
« on: July 06, 2007, 06:37:01 PM »
When I select an agenda item in the Agenda/Frames list, and the "Output" tab, I get an error msg saying "Cannot find image "/blah/blah/blah/foo.0013.tif"

However, there is no fram 0013 in this job - the frame range is 90-208. However, the frame I selected is the 13th frame (106) in the sequence - is the frame number being malformed in the job itself, or in the GUI? This seems like it would work for jobs that start at frame 1, but not otherwise...

shinya

  • Administrator
  • *****
  • Posts: 232
Re: output file bug (in GUI)?
« Reply #1 on: July 06, 2007, 09:58:28 PM »
Hi Troy,

I'd need to have a look at the stdout/stderr of the job that has this error, but my guess is that it is likely an issue with the jobtype-- what jobtype are we talking about?

If you inspect the "resultpackage" data in the job, by issuing a "qbjobs --data <JOBID>" on a command prompt, you should be able to see the "outputPaths" data that each frame has been fed back from when the job ran.  I think you'll see the "/blah/blah/blah/foo.0013.tif" for your 13th frame, instead of the correct frame file name.