POV-Ray : Newsgroups : povray.unofficial.patches : bounds error, unreasonable size 14x in MacMegaPov 1.0 Server Time
31 May 2024 20:31:02 EDT (-0400)
  bounds error, unreasonable size 14x in MacMegaPov 1.0 (Message 1 to 6 of 6)  
From: Jeroen de Haan
Subject: bounds error, unreasonable size 14x in MacMegaPov 1.0
Date: 30 Jul 2003 05:16:00
Message: <300720031115537389%otarikew@frotmail.cum>
Hi all,

When rendering in MegaPov for the Mac I almost always get this error

bounds error, unreasonable size 14x

For every pixel it renders.

Not only puzzles ie me, but is also slows down rendering. But it get
weirder: when I pauze the render and then continue the stream of error
messages stops!

Confused? Well I know I am!


Jeroen


Post a reply to this message

From: Christoph Hormann
Subject: Re: bounds error, unreasonable size 14x in MacMegaPov 1.0
Date: 30 Jul 2003 05:43:23
Message: <3F27933B.74DB30B2@gmx.de>
Jeroen de Haan wrote:
> 
> Hi all,
> 
> When rendering in MegaPov for the Mac I almost always get this error
> 
> bounds error, unreasonable size 14x
> 
> For every pixel it renders.
> 
> Not only puzzles ie me, but is also slows down rendering. But it get
> weirder: when I pauze the render and then continue the stream of error
> messages stops!

Without providing or at least telling something about the scene no one
will likely be able to provide any help.

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 17 Jun. 2003 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: ABX
Subject: Re: bounds error, unreasonable size 14x in MacMegaPov 1.0
Date: 30 Jul 2003 06:09:45
Message: <d66fivsao724jbmsjda87bikgkl23ps7ql@4ax.com>
On Wed, 30 Jul 2003 11:43:23 +0200, Christoph Hormann <chr### [at] gmxde>
wrote:
> Without providing or at least telling something about the scene

... and your Mac hardware and software configuration ...

> no one will likely be able to provide any help.

ABX


Post a reply to this message

From: Y Tanabe
Subject: Re: bounds error, unreasonable size 14x in MacMegaPov 1.0
Date: 30 Jul 2003 09:56:54
Message: <3F284D40.E1ECFD7@kh.rim.or.jp>
Dear

This is a debug information only in using Radiosity.

octree.c

#ifdef RADSTATS
      if (subtree->Id.Size < 100 || subtree->Id.Size > 140 )
      {
        Debug_Info("bounds error, unreasonable size %d\n", subtree->Id.Size);
     }
      ot_seeblockcount++;
#endif

In my case I make cut this debug information from source and compiling.
It is no useful and take more time in radiosity.

Y.Tanabe
Kobe,Japan

Jeroen de Haan wrote:

> Hi all,
>
> When rendering in MegaPov for the Mac I almost always get this error
>
> bounds error, unreasonable size 14x
>
> For every pixel it renders.
>
> Not only puzzles ie me, but is also slows down rendering. But it get
> weirder: when I pauze the render and then continue the stream of error
> messages stops!
>
> Confused? Well I know I am!
>
> Jeroen


Post a reply to this message

From: Yvo Smellenbergh
Subject: Re: bounds error, unreasonable size 14x in MacMegaPov 1.0
Date: 30 Jul 2003 11:54:05
Message: <1fyx7za.1gbw4hos2ar58N%yvos.s@gmx.net>
Jeroen de Haan <ota### [at] frotmailcum> wrote:

> When rendering in MegaPov for the Mac I almost always get this error
> 
> bounds error, unreasonable size 14x
This is indeed related to radiosity like Mr. Tanabe said.

A long time ago I asked someone from the Pov-Ray Team (don't know who
anymore) for an explanation in how to avoid this.
At that time he could not explain it and somehow I got sidetracked and
never looked at it again.
If I recall well, there is no explanation in the docs either about this.


I don't think it is specific for the Mac version but most, if not all,
reports are from Mac users.

Perhaps someone can explain it now? ;-)


-- 
MacMegaPOV at:
http://users.skynet.be/smellenbergh

E-mail: yvo### [at] gmxnet


Post a reply to this message

From: Otari Kew
Subject: Re: bounds error, unreasonable size 14x in MacMegaPov 1.0
Date: 31 Jul 2003 07:40:43
Message: <310720031340435927%Otari_Kew@HoTMaiL.com>
In article <3F2### [at] khrimorjp>, Y.Tanabe
<tec### [at] khrimorjp> wrote:

> Dear
> 
> This is a debug information only in using Radiosity.
> 
> octree.c
> 
> #ifdef RADSTATS
>       if (subtree->Id.Size < 100 || subtree->Id.Size > 140 )
>       {
>         Debug_Info("bounds error, unreasonable size %d\n", subtree->Id.Size);
>      }
>       ot_seeblockcount++;
> #endif
> 
> In my case I make cut this debug information from source and compiling.
> It is no useful and take more time in radiosity.
> 
> Y.Tanabe
> Kobe,Japan

Thanks!

Jeroen


Post a reply to this message

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