POV-Ray : Newsgroups : povray.animations : Best render farm? Also You Tube upload advice sought : Re: Best render farm? Also You Tube upload advice sought Server Time
27 Jul 2024 14:37:26 EDT (-0400)
  Re: Best render farm? Also You Tube upload advice sought  
From: Jonathan Bush
Date: 7 Jun 2024 11:55:00
Message: <web.66632c7be8b973146e558a71fde6c206@news.povray.org>
yesbird <sya### [at] gmailcom> wrote:
> On 07/06/2024 17:49, Jonathan Bush wrote:
> ...
>
> Got following error, looks like version issue, I am using 3.8 from here:
> https://github.com/LeForgeron/povray.
>
> --------------------------------------------------------------------------------
> Rendering frame 606 of 10681 (#606)
> Parser Options
>    Input file: ./L01game.pov (compatible to version 3.70)
>    Remove bounds........On
>    Split unions.........Off
>    Library paths:
>      /home/s/syanenzc/povlab.online/public_html/povray/share/povray-3.8
>
> /home/s/syanenzc/povlab.online/public_html/povray/share/povray-3.8/include
> Animation Options
>    Initial Frame:        1  Final Frame:    10681
>    Frame Step:           1
>    Initial Clock:    0.000  Final Clock:    0.000
>    Cyclic Animation.....Off  Field render.........Off  Odd
> lines/frames.....Off
> Image Output Options
>    Image resolution.....3840 by 2160 (rows 1 to 2160, columns 1 to 3840).
>    Output file............/frames4K/animated/L01game00606.png, 24 bpp PNG
>    Dithering............Off
>    Graphic display......On  (gamma: sRGB transfer function)
>    Mosaic preview.......Off
>    Continued trace......Off
> Information Output Options
>    All Streams to console..........On
>    Debug Stream to console.........On
>    Fatal Stream to console.........On
>    Render Stream to console........On
>    Statistics Stream to console....On
>    Warning Stream to console.......On
> ==== [Parsing...] ==========================================================
> ************** This is an animated frame. **************
> Row  1 is on layer  0
> Row  2 is on layer  2
> Row  3 is on layer  1
> Row  4 is on layer  0
> Row  5 is on layer  2
> Row  6 is on layer  1
....
> File 'L01text.inc' line 10: Possible Parse Error: Text may not be
> displayed as
>   expected. Please refer to the user manual regarding changes in POV-Ray
> v3.8 and
>   later.
> File 'L01text.inc' line 10: Possible Parse Error: Text may not be
> displayed as
>   expected. Please refer to the user manual regarding changes in POV-Ray
> v3.8 and
>   later.
> --------------------------------------------------------------------------------
> --
> YB

The very first executable line in L01game.pov is
#version 3.7;
So I don't know why your POVray code would run my code in the first place.
I never heard of 3.8 existing before now. The download page at
https://www.povray.org/download/
only mentions 3.7
Where do I get this 3.8??

Also the line in question is a text object which follows the syntax of 3.7 as
far as I know:
      text { ttf "crystal.ttf" substr(ColumnLabels, cidx, 1) 1,0 }
Is this now wrong?


Post a reply to this message

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