<HTML>
<HEAD>
<TITLE>Re: [Radiance-general] water any news ???</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>You have a different error this time which either means you&#8217;ve either made progress and have a new problem or you have more clues to diagnose your original problem.<BR>
<BR>
Previously the you had:<BR>
 ... | rtcontrib -w -ffc -c -n 2 \<BR>
            -f pool_coords.cal -o %s_caustics.pic \ ...<BR>
And the error was: &nbsp;&nbsp;rtrace: fatal - command line error at '2'<BR>
<BR>
So you deleted &#8211;n 2 <BR>
...| rtcontrib -w -ffc -c \<BR>
            -f pool_coords.cal -o %s_caustics.pic \ ...<BR>
<BR>
And got the error: &nbsp;rtrace: fatal - command line error at 'pool_coords.cal'<BR>
<BR>
In both cases the error occurs after the &#8211;c option. &nbsp;I think radiance expects &#8211;c to be followed by an argument, which it is taking to be &#8211;n in the first case and &#8211;f in the second case. &nbsp;The following argument (2 or pool_coords.cal) is then interpreted as an option that doesn&#8217;t exist. <BR>
<BR>
Try putting a &#8216;1&#8217; after &#8211;c :<BR>
...| rtcontrib -w -ffc -c 1 \<BR>
            -f pool_coords.cal -o %s_caustics.pic \ ...<BR>
<BR>
And see what you get.<BR>
<BR>
<BR>
-Andy<BR>
<BR>
<BR>
<BR>
<BR>
On 8/3/09 7:27 AM, &quot;??????? ??&#960;????????&quot; &lt;sotos.enveng@gmail.com&gt; wrote:<BR>
<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>The problem remains and no result is coming. I repait that the whole process was running 2 or 3 days ago.<BR>
<BR>
wales@wales-laptop:~/pool$ make<BR>
oconv -f pool_surface.rad catchpool.rad &gt; catchscene.oct<BR>
vwrays -vf pool_par.vf -x 500 -y 500 -ff \<BR>
        | rtcontrib -w -ffc -c \<BR>
            -f pool_coords.cal -o %s_caustics.pic \<BR>
            -b floor_bin -bn 7500 -x 50 -y 150 -m floor \<BR>
            -b s_wall_bin -bn 1500 -x 50 -y 30 -m s_wall \<BR>
            -b n_wall_bin -bn 1500 -x 50 -y 30 -m n_wall \<BR>
            -b e_wall_bin -bn 4500 -x 150 -y 30 -m e_wall \<BR>
            -b w_wall_bin -bn 4500 -x 150 -y 30 -m w_wall \<BR>
            catchscene.oct<BR>
rtrace: fatal - command line error at 'pool_coords.cal'<BR>
rtcontrib: fatal - rtrace process died<BR>
make: *** [floor_caustics.pic] Error 1<BR>
<BR>
Thanks Thomas for the suggestion but it is still not working<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
Radiance-general mailing list<BR>
Radiance-general@radiance-online.org<BR>
<a href="http://www.radiance-online.org/mailman/listinfo/radiance-general">http://www.radiance-online.org/mailman/listinfo/radiance-general</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
<pre>____________________________________________________________
Electronic mail messages entering and leaving Arup  business
systems are scanned for acceptability of content and viruses
</pre></BODY>
</HTML>