POV-Ray : Newsgroups : povray.bugreports : Povray choking on large file : Re: Povray choking on large file Server Time
28 Apr 2024 22:37:02 EDT (-0400)
  Re: Povray choking on large file  
From: clipka
Date: 22 Sep 2011 19:18:52
Message: <4e7bc25c$1@news.povray.org>
Am 23.09.2011 01:05, schrieb clipka:
> Am 22.09.2011 21:31, schrieb posfan12:
>> Povray is quitting during the parsing stage when trying to render the
>> following
>> file. Anyone else able to reproduce this behavior? Any fixes or
>> workarounds?
>>
>> http://www.mediafire.com/download.php?qwvq13het69pq7d
>
> Confirmed for 3.7 RC3 running under Windows XP x64: POV-Ray crashes hard
> (dialog with the option to send a crash dump appears).

The following trimmed-down scene still produces the crash:

------------------
light_source {
     <0, 0, 0>
     color rgb 0.5*<1,0.905882,0.211765>
     fade_distance 500
     fade_power 1.6
     looks_like {_3024_dot_dat texture {
         pigment { rgbf <1,0.905882,0.211765,0.90> }
         finish { ambient 0.6 diffuse 0 phong 0.5 phong_size 40
             reflection 0.9
             refraction 1 ior 1.25
             }
         }
}    }
------------------

Note that _3024_dot_dat is undefined.

Apparently this is a bug in the program that generated the scene file 
(L3P as it seems). My first guess would be that it fails to properly 
include sub-models that are only used as light-source lookalikes.

At the same time however, this is also a bug in POV-Ray, as it should 
properly report the problem instead of crashing hard.


Post a reply to this message

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