POV-Ray : Newsgroups : povray.general : Is this a bug? : Re: Is this a bug? Server Time
15 May 2024 16:18:32 EDT (-0400)
  Re: Is this a bug?  
From: dick balaska
Date: 18 Jan 2016 02:40:56
Message: <569c9708$1@news.povray.org>
On 1/17/2016 5:43 PM, Ger wrote:

> As I was typing this reply the next error message come up
>
> File 'data.inc' line 169: Parse Error: Expected 'object or directive', ]
> found
>   instead
> Fatal error in parser: Cannot parse input.
> Render failed
>
> There is no line 169
>

I ran your render and only got to frame 21:

"data.inc" line 218: Parse Error: Illegal character in input file, value 
is 85.

(I had to change #if (frame_number=0) to =1 to seed data.inc)

It smells like a bizarre race condition to me.  How about trying 
separate data files per frame?
#include concat("data", str(frame_number,0,0), ".inc")


Post a reply to this message

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