POV-Ray : Newsgroups : povray.beta-test : bug in texture_map : Re: bug in texture_map Server Time
31 Jul 2024 06:23:24 EDT (-0400)
  Re: bug in texture_map  
From: Rune
Date: 28 Sep 2001 11:03:07
Message: <3bb4912b@news.povray.org>
"Bonsai" wrote:
> Now there are no parsing errors but POV-Ray crashed
> immediately after the render window appeared. After
> reloading POV-Ray and restarting the rendering without
> any change on the scene file it renders fine. No problems.
> Very strange! :-(

I can confirm this bug.

Furthermore:

The bug also manifests itself if the texture is only declared but never
invoked. However, the crash happens after the render window appears, as
Bonsai pointed out.

The bug also manifests itself using a pigment_map, but not with a color_map.

After having rendered with i = i+0.0078 you can increase 0.0078 with any
number, and the bug still happens. For example you can change it to 0.1.

This code is enough to reproduce the bug:

#declare M =
pigment {
   wood
   pigment_map {
      #declare i = 0;
      #while (i<1)
         [i, color rgb i]
         #declare i = i + 0.0078;
         [i, color rgb i]
      #end
   }
}

I'm using POV-Ray 3.5 beta 4
on a P150, 16MB RAM
Windows 95  4.00.450 B  IE 5 5.00.2919.6307

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:    http://rsj.mobilixnet.dk (updated June 26)
POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk


Post a reply to this message

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