POV-Ray : Newsgroups : povray.general : Operation timed out? (Win3.7 RC3 : Re: Operation timed out? (Win3.7 RC3 Server Time
29 Jul 2024 16:30:55 EDT (-0400)
  Re: Operation timed out? (Win3.7 RC3  
From: Le Forgeron
Date: 14 Feb 2011 12:22:08
Message: <4d5964c0$1@news.povray.org>
Le 13/02/2011 22:59, gregjohn nous fit lire :
> I set up an animation of 36 frames, each which was taking ~20 minutes to render.
> When I returned hours later, I saw that the render bombed for a message of
> "Operation timed out."  The screen was highlighting an include statement.  I
> hadn't touched the PC, so the "timed out" shouldn't have been different from
> frame to frame.

> clock 0.886  seconds 1.33 frame    32  ff/24 1.50  clock*80  70.8571
> -
> "C:\$user\pfa_demo\gini\subsurf_mh_f11j.pov" line 39: Parse Error: Operation
> timed out.
> 
> Render failed
> -
> CPU time used: kernel 21.41 seconds, user 40087.44 seconds, total 40108.84
> seconds.
> Elapsed time 24616.95 seconds, CPU vs elapsed time ratio 1.63.
> ----------------------------------------------------------------------------

Without presuming of the windows port, there is a single place for such
error (at least for a unix port): povms.cpp, circa line 883.

It's in POVMS_Send.

Default timeout is 10 s, but in case of _DEBUG defined, vfe/vfeconf.h
define it to 100 s;

As far as I can see, the timeout is a POVMS property ('TOUT') but is not
settable per ini file.
So, you get stuck 10s (of wall time) and the POVMS system get no
progress on its messages...

What is at the line 39 (and around) of
"C:\$user\pfa_demo\gini\subsurf_mh_f11j.pov" ?

Is the file included on a network drive ? (auto-umount ? any
screen/power saver ? (turn disk off after xx minutes of inactivity ? no
mouse movement-->inactive... ))


Post a reply to this message

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