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 Richard Callwood III - 2012-01-25
Last edited by Christoph Lipka - 2013-08-21
Opened by Richard Callwood III - 2012-01-25
Last edited by Christoph Lipka - 2013-08-21
FS#234 - The +GD flag does not work
The +GD flag gives me an “Invalid parameter” error, whether on the command line or in a .ini file.
Debug_File= still works.
I reported this in povray.beta-test, but did not receive a response.
The problem occurs in both Windows 7 and in Linux.
Seems related to a copy-paste repetion of code:
Look carefully (in renderfrontend.cpp , source/frontend): The last test is about existence of Debug, but getBool is about Warning ...
Shouldn't it be Warning on both (test & getBool) ?
Should be fixed with #5687 (post 3.7RC6) (I tested it, but more tests are welcome)
I have used this flag many times since RC7 was released, and have had no problems.