The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
Attached to Project: POV-Ray
Opened by Christian Froeschlin - 2010-03-09
Last edited by Chris Cason - 2010-12-31
Opened by Christian Froeschlin - 2010-03-09
Last edited by Chris Cason - 2010-12-31
FS#80 - Bad behavior for missing image file
The following SDL code
sphere {0, 1 pigment {image_map {png "missing.png"}}
yields “render failed” in 3.7b25 and the position of the error
is not highlighted in source code, giving no clue what went wrong.
In 3.6 this yields “Parse Error: Cannot open PNG file”.
Seems fixed in beta 39
Issue is only partially fixed; while the error message is now more helpful, the error location is still not highlighted in the source code.
This should be working more or less as expected as of change #5180.
Tested with beta 40, the error location is provided (line 1), as well a more assertive error message (Possible is gone!)
(and the missing file is named too, so what do you want as more details ?)