Beta 19a: a couple of issues (Message 1 to 3 of 3)
From: Thomas de Groot
Subject: Beta 19a: a couple of issues
Date: 4 Mar 2007 03:26:48
Message: <45ea82c8$1@news.povray.org>
I am not sure if these are (reported) bugs(?) or not. I have not found
anything about them, but I browsed rapidly the release files.
1) There seems to be a problem with #fopen and/or #write. The beta does not
create a new file. No error message is given.
2) max_intersections in global_settings is not recognized. However, this may
be due to different handling of I-stack overflow in 3.7.
Just thought I mention this.
Thomas
From: Thorsten Froehlich
Subject: Re: Beta 19a: a couple of issues
Date: 4 Mar 2007 04:57:13
Message: <45ea97f9$1@news.povray.org>
Thomas de Groot wrote:
> I am not sure if these are (reported) bugs(?) or not. I have not found > anything about them, but I browsed rapidly the release files.> > 1) There seems to be a problem with #fopen and/or #write. The beta does not > create a new file. No error message is given.
Not yet implemented.
> 2) max_intersections in global_settings is not recognized. However, this may > be due to different handling of I-stack overflow in 3.7.
'max_intersections' is obsolete as it is no longer needed as there can't be
any intersection stack overflows any more.
Thorsten
From: Thomas de Groot
Subject: Re: Beta 19a: a couple of issues
Date: 5 Mar 2007 03:18:20
Message: <45ebd24c@news.povray.org>
Thanks Thorsten. I am back on track!!
Thomas
"Thorsten Froehlich" <tho### [at] trfde> schreef in bericht
news:45ea97f9$1@news.povray.org...
> Thomas de Groot wrote:>> I am not sure if these are (reported) bugs(?) or not. I have not found >> anything about them, but I browsed rapidly the release files.>>>> 1) There seems to be a problem with #fopen and/or #write. The beta does >> not create a new file. No error message is given.>> Not yet implemented.>>> 2) max_intersections in global_settings is not recognized. However, this >> may be due to different handling of I-stack overflow in 3.7.>> 'max_intersections' is obsolete as it is no longer needed as there can't > be any intersection stack overflows any more.>> Thorsten