POV-Ray : Newsgroups : povray.beta-test : Beta 38 benchmark : Re: Beta 38 benchmark Server Time
30 Jun 2024 13:24:09 EDT (-0400)
  Re: Beta 38 benchmark  
From: Le Forgeron
Date: 5 Jul 2010 19:33:13
Message: <4c326bb9$1@news.povray.org>
Le 04/07/2010 18:31, Le_Forgeron nous fit lire :
> Compiled on linux (revision #5066),
> ./configure COMPILED_BY="###" --disable-io-restrictions
>
> the command: povray --benchmark
>
> is failing:
> Failed to parse INI file
>

Issue seems to be related to
Output_File_Type=s

Removing the line from the generated pov*.ini allows to manually run it.

A shame the error message does not display the offending line. (I had to 
make a printf in source/base/processoptions.cpp / 
ProcessOptions::Parse_INI_Option to get at least the last parsed key )

After further code analysis, it looks like only windows get a 
SYS_TO_STANDARD defined to BMP (in vfe/win/syspovconfig.h) .
(ok, no mac code, only win or unix)
Traditional Unix got png as "s", has it been changed ?


Post a reply to this message

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