POV-Ray : Newsgroups : povray.unofficial.patches : uberpov beta9b throws assertion : uberpov beta9b throws assertion Server Time
26 Apr 2024 04:10:57 EDT (-0400)
  uberpov beta9b throws assertion  
From: James Holsenback
Date: 5 Feb 2015 00:04:03
Message: <54d2f9c3@news.povray.org>
uberpov: /usr/include/boost/smart_ptr/shared_ptr.hpp:418: T* 
boost::shared_ptr<T>::operator->() const [with T = pov::BasicPattern]: 
Assertion `px != 0' failed.
/home/ash/scripts/render: line 2:  8705 Aborted                 uberpov 
Work Options[Some] Options[M16BY9] Options[Pause]

Interesting that it refers to my render script because it happened when 
I got over zealous with commenting out something in a material definition:

#declare Band_=
material {
	texture {  // uv_mapping
		//granite  <--- fat fingers
		poly_wave 2
		lambda 6
		turbulence 0.1
		scale 4
		warp { toroidal }
		texture_map {
			[0.0 Band2]
			[0.1250/5 Band1]
			[0.1250/5 Band1]
			[0.5 Band2]
			[0.5 Band1]
			[1.0 Band1]
			}
		}
	interior { ior 1.5 }
	}


Post a reply to this message

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