3 Jul
2010
3 Jul
'10
11:06 a.m.
Rich,
For some reason, this particular parameter set needs stdin to stay open while it renders. I've rendered hundreds of parameter sets with stdin closed, so I don't know what's particular about these particular parsets that needs stdin open in order to function.
For some reason when using the sh shell on my system, even the following does not work: xfractint -disk -geometry 800x600 batch=yes savename=tmp001.gif \ type=phoenix >&- 2>&- <&- But, remove the <&-, and all is fine. Jonathan