D6 Draft not releasing temp mov

Hey Guys,

With D6 I’m getting a new error on creating Draft quicktimes. I’m using the same scripts that worked fine in D5 but now I’m getting this error.

0: STDOUT: Traceback (most recent call last):
0: STDOUT: File “C:\Users\render\AppData\Local\Thinkbox\Deadline6\slave\R05\jobsData\NIM_Draft_Dailies.py”, line 198, in
0: STDOUT: os.remove( tempOutFile )
0: STDOUT: WindowsError: [Error 32] The process cannot access the file because it is being used by another process: ‘I:\PRJ\13201_BMW\DECISIONS_45\IMG\DEC45_002\RENDER\DEC45_002_LIGHT_v37\car\Draft\~temp_DEC45_002_LIGHT_v37car.mov’

Any reason this would be happening now?

Thanks,
Andrew

Hmmm, I’m not sure. Are you finalizing the encoding before deleting the file? Forgetting to do that is really the only thing I could think of that would still be holding on to the file (assuming you’re doing video). I don’t think any of the Draft stuff changed super drastically going from 5.2 -> 6.0.

Could you send over the script that you’re using so that we can have a look at it?

Cheers,

  • Jon

PM Sent

Hey Andrew,

I looked over the script you sent me, but didn’t see any calls to os.remove at all (which is where the error message you posted happened). Are you sure you sent me the right script?