POV-Ray : Newsgroups : povray.general : POV-Ray Installation thread : Re: POV-Ray Installation thread Server Time
18 May 2024 18:28:16 EDT (-0400)
  Re: POV-Ray Installation thread  
From: William F Pokorny
Date: 15 May 2021 19:51:12
Message: <60a05e70$1@news.povray.org>
On 5/15/21 6:10 PM, Bald Eagle wrote:
> Sorry for the delay.
> 
> Seems that somehow the povr script got deleted but the file was still there.
> 
> 
> I redownloaded the file and edited it to read:
> 
> #!/bin/sh
> INSTALLDIR=/home/povray/povray-3.8.0-x.povr_b0bcf6c0
> export POVINC=${INSTALLDIR}/share/povray-3.8/include
> #export POVINI=${INSTALLDIR}/etc/povray/3.8/povray.ini
> unset POVINI
> ${INSTALLDIR}/bin/povray $@
> exit $?
> 
> Seems to render the blob scene fine now.
> 
> Not sure how THAT happened.
> 
> Thanks for all the suggestions - that helped track down the issue.
> 
> Maybe I will do some more fine tuning on this tomorrow.
> 
> It's always something ridiculous.
> 
Good to hear you've made progress.

I just popped back on because I just had the thought on the "failed to 
fork" message first reported. One thing which could cause the OS to run 
out of resources would be a script calling itself recursively - in an 
infinite way. Maybe?

Bill P.


Post a reply to this message

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