Page 1 of 1

Syntax Error?

Posted: Wed Dec 14, 2005 7:15 pm
by gadzooks
Im trying to render a rendering using the command prompt. All things are fine when trying to render a rendering at 1800x900 using this syntax

mxcl -mxs:c:\Pier11.mxs -d -r:1800x900 -t:10 -o:c:\Image_1.jpg

The problem occurs when trying to render a larger rendering say at 2800x1900 using the -hd switch.

mxcl -mxs:c:\Pier11.mxs -d -r:2800x1900 -t:10 -hd -o:c:\Image_1.jpg

it crashes maxwell every time. If I take the -hd switch off and lower the resolution it renders fine. What am i doing wrong? Any help would be helpful. Thanks Gadzooks

P.S. Im using Beta Version

Posted: Wed Dec 14, 2005 7:21 pm
by michaelplogue
looks like you dropped the dash in front of the 'o' switch.

Posted: Wed Dec 14, 2005 7:24 pm
by gadzooks
it is in the command line i just checked i just forgot it when typing. Will edit my post to reflect that. Thanks