POV-Ray : Newsgroups : povray.beta-test : Crash when assigning materials : Crash when assigning materials Server Time
19 Apr 2024 15:43:31 EDT (-0400)
  Crash when assigning materials  
From: Vaclav Cermak
Date: 30 Aug 2006 09:47:38
Message: <44f596fa$1@news.povray.org>
Hi,

  this simple scene fails to parse with Linux 3.7.0.beta14a:

#declare Mat1 = material {
   texture {
     pigment {color red 1}
     finish {diffuse 0.8}
   }
}

#declare Mat2 = Mat1

The result is:

<snip>
Parser Options
   Input file: test02.pov
   Remove bounds........On
   Split unions.........Off
   Library paths:
     /usr/local/share/povray-3.7/include
==== [Parsing...] =======================================
Killed

with no any explaining error message.

When I remove the last line, everything is fine.

Not tested with windows version.

Best regards

Vaclav


Post a reply to this message

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