POV-Ray : Newsgroups : povray.beta-test : Crash on 3.7 RC2 : Re: Crash on 3.7 RC2 Server Time
28 Sep 2024 11:10:34 EDT (-0400)
  Re: Crash on 3.7 RC2  
From: Christian Froeschlin
Date: 18 Jan 2011 11:27:30
Message: <4d35bf72@news.povray.org>
Chris Cason wrote:
> On 18/01/2011 01:04, Juarez wrote:
>> Tried to render optics.pov, 1280x1024 AA0.3, crashed immediately after opened
>> render window: Memory access violation ad address 0x005A0C16, generated full
>> dump file.
> 
> Thanks for the report - the issue is fixed for RC3 (no date yet).

I also experienced such a crash in a scene using media, so it's
likely the same problem. Still, here is a minimal sample scene:

cylinder
{
   -0.1*x,5*x,1.01 hollow
   interior
   {
     media
     {
       method 3 intervals 1 samples 5
       scattering {1, color rgb 10 extinction 0}
     }
   }
}

Crashes with 3.7 RC 2 under Windows 7 x64 (e.g. at
320x240 No AA but seems to be unrelated to settings).


Post a reply to this message

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