Well the problem is when i do a batch for my testmovie it stucks and i have no idea why. (its just a box moving so i could test how to render in Maya.) Im running Maya 5.0 unlimted. This testmovie is a product of one of your tutorial movies so i dont understand why it wont work.

Here is the history of what happend.. with the creating of the box to render / where it stucks..
CreatePolygonCube;
polyCube -w 1 -h 1 -d 1 -sx 1 -sy 1 -sz 1 -ax 0 1 0 -tx 1 -ch 1;
// Result: pCube1 polyCube1 //
select -addFirst polyCube1 ;
setAttr "polyCube1.width" 2;
setAttr "polyCube1.height" 5;
setAttr "polyCube1.depth" 50;
currentTime 30 ;
move -r 10.226027 0 0 ;
setKeyframe -breakdown 0 pCube1.translate;
// Result: 3 //
setKeyframe -breakdown 0 -hierarchy none -controlPoints 0 -shape 0 {"polyCube1", "pCube1"};
// Result: 19 //
move -r -28.593037 0 0 ;
currentTime 61 ;
currentTime 60 ;
move -r -24.105933 0 0 ;
setKeyframe -breakdown 0 pCube1.translate;
// Result: 3 //
setKeyframe -breakdown 0 -hierarchy none -controlPoints 0 -shape 0 {"polyCube1", "pCube1"};
// Result: 19 //
playbackOptions -min 1 -max 60 ;
currentTime 1 ;
move -r -12.160828 0 0 ;
setKeyframe -breakdown 0 pCube1.translate;
// Result: 3 //
setKeyframe -breakdown 0 -hierarchy none -controlPoints 0 -shape 0 {"polyCube1", "pCube1"};
// Result: 19 //
// Press the ESC key to stop playback
currentTime 3 ;
move -r -0.130988 0 0 ;
move -r 0 0 0 ;
displaySmoothness -divisionsU 3 -divisionsV 3 -pointsWire 16 -pointsShaded 4;
subdivDisplaySmoothness -smoothness 3;
setAttr "defaultRenderGlobals.endFrame" 60;
setAttr "defaultRenderGlobals.extensionPadding" 2;
setAttr "defaultRenderQuality.enableRaytracing" 1;
setAttr "defaultRenderQuality.enableRaytracing" 0;
move -r -0.00520535 0 0 ;
// Result: saving temporary file C:/Documents and Settings/Lasse/My Documents/maya/projects/default/scenes//box__444.mb
//
// Result: Rendering with Maya Software... //
The problem is the last line... it just stucks there.. some said give it time, it has been standing there for 30 mins now.


Hope you can help me.
Yours truely
Lasse