POV-Ray : Newsgroups : povray.general : FixedSimpleVector internal limit exceeded? Server Time
29 Jul 2024 12:26:43 EDT (-0400)
  FixedSimpleVector internal limit exceeded? (Message 1 to 6 of 6)  
From: [GDS|Entropy]
Subject: FixedSimpleVector internal limit exceeded?
Date: 1 Nov 2011 13:15:00
Message: <web.4eb028a372b9c89577e50e540@news.povray.org>
I keep getting this error:

Internal limit exceeded in FixedSimpleVector
Fatal error in renderer: A POV-Ray internal nesting limit was reached.
Render failed

What does this mean?

I am using a loop containing a lightsource in a loop with media.

I can post the file if needed.

Ian


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: FixedSimpleVector internal limit exceeded?
Date: 1 Nov 2011 13:20:01
Message: <web.4eb02972dc17694377e50e540@news.povray.org>
Ok, a bit more information...If i just render the scene normally, no issue. But
when I select a subregion, I get the error. I'm not sure, but this sounds like a
bug.

Ian


Post a reply to this message

From: Chris Cason
Subject: Re: FixedSimpleVector internal limit exceeded?
Date: 1 Nov 2011 13:37:59
Message: <4eb02e77$1@news.povray.org>
On 2/11/2011 04:13, [GDS|Entropy] wrote:
> What does this mean?

You've hit a hard-coded internal limit within POV-Ray. This limit is
there as a trade-off between performance, memory use and flexibility.
I don't like it but it's difficult to fix without impacting rendering
speed.

The error message itself should be fairly self-explanatory, though I
think we might need to add a reference to a doc page that makes the
issue clearer (in terms of what you can do about it).

See also
http://news.povray.org/povray.beta-test/thread/%3Cweb.4d18ce518224b54c231f2b0b0@news.povray.org%3E/


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: FixedSimpleVector internal limit exceeded?
Date: 1 Nov 2011 14:20:01
Message: <web.4eb037ebdc17694377e50e540@news.povray.org>
Chris Cason <del### [at] deletethistoopovrayorg> wrote:
> On 2/11/2011 04:13, [GDS|Entropy] wrote:
> > What does this mean?
>
> You've hit a hard-coded internal limit within POV-Ray. This limit is
> there as a trade-off between performance, memory use and flexibility.
> I don't like it but it's difficult to fix without impacting rendering
> speed.

Gotcha. As a developer, I can relate to how those things go sometimes.

> The error message itself should be fairly self-explanatory, though I
> think we might need to add a reference to a doc page that makes the
> issue clearer (in terms of what you can do about it).

It is, in that it effectively relates that a limit has been reached, which is
just about all its supposed to do. I agree that a docpage reference would be
nice.

Thanks for the info!

Ian


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: FixedSimpleVector internal limit exceeded?
Date: 1 Nov 2011 14:55:01
Message: <web.4eb04001dc17694377e50e540@news.povray.org>
Although, it is unexpected that simply changing the number of decimal points I'm
dividing the size of a sphere by would be enough to also trigger this message.

(glowRadius / ((j * j) * 0.01))   //no error
(glowRadius / ((j * j) * 0.0001)) //error

Ian


Post a reply to this message

From: Jim Holsenback
Subject: Re: FixedSimpleVector internal limit exceeded?
Date: 2 Nov 2011 01:46:44
Message: <4eb0d944$1@news.povray.org>
On 11/01/2011 01:38 PM, Chris Cason wrote:
> On 2/11/2011 04:13, [GDS|Entropy] wrote:
>> What does this mean?
>
> You've hit a hard-coded internal limit within POV-Ray. This limit is
> there as a trade-off between performance, memory use and flexibility.
> I don't like it but it's difficult to fix without impacting rendering
> speed.
>
> The error message itself should be fairly self-explanatory, though I
> think we might need to add a reference to a doc page that makes the
> issue clearer (in terms of what you can do about it).
>
> See also
>
http://news.povray.org/povray.beta-test/thread/%3Cweb.4d18ce518224b54c231f2b0b0@news.povray.org%3E/

Added a note and link (2nd paragraph) of the Light Sources section:

http://wiki.povray.org/content/Documentation:Reference_Section_4.3#Light_Sources


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.