It seems that povray 3.7.0.RC7 (compiled from macports) does not support the
`Preview_Start_Size` ini file setting.
== debug.ini: ==
Width=800
Height=600
Output_File_Type=N
Preview_Start_Size=256
Input_File_Name=debug.pov
== debug.pov: ==
#version 3.7;
camera { }
Callig "povray debug.ini" gives the following (or similar) output:
==== [Parsing...] ==========================================================
objc[29333]: Object 0x7ff2b1c65460 of class __NSFontTypefaceInfo autoreleased
with no pool in place - just leaking - break on objc_autoreleaseNoPool() to
debug
objc[29333]: Object 0x7ff2b1c65da0 of class __NSCFDictionary autoreleased with
no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[29333]: Object 0x7ff2b1c65b70 of class NSAffineTransform autoreleased with
no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[29333]: Object 0x7ff2b1c660f0 of class NSFont autoreleased with no pool in
place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[29333]: Object 0x7ff2b1c66720 of class NSFont autoreleased with no pool in
place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[29333]: Object 0x7ff2b1c66940 of class NSFont autoreleased with no pool in
place - just leaking - break on objc_autoreleaseNoPool() to debug
Assertion failed: ((pts >= PRETRACE_FIRST) && (pts <= PRETRACE_MAX)), function
BeforeTile, file lighting/radiosity.cpp, line 383.
Abort trap: 6
I originally reported this at https://trac.macports.org/ticket/39124
Post a reply to this message
|