# Error: line 1: RuntimeError: file C:\Program Files\Thinkbox\XMesh MY\Maya2014_x64\scripts\showXMeshSaver.py line 349: Value must be less than or equal to maximum value.
_w.endFrame = maya.cmds.intField( v = max, min=0,max=1800,s=1)
Looks like it’s a frame range issue. You need a maximum end_frame value greater than 1800.
Thank you for your report! We will expand the frame range in our next build.