I've been useing the windows counsel version and have had a problem with
specifing the output file.
megapov +I"C:/project/pov/scene.pov" +W640 +H480 +V +L"C:/project/pov"
+L"C:/MegaPov/include" +L"C:/program files/pov-ray for windows v3.6/include"
+O"C:/project/pov/rendered/out.tga"
I get the error ...
Unable to open output file 'C:/megapov/bin//project/pov/rendered/out.tga'
Anyone know why this is happening?
From: Maurice
Subject: Re: MegaPov output path ignored?
Date: 5 Feb 2005 02:05:53
Message: <42047051$1@news.povray.org>
avian wrote:
> I've been useing the windows counsel version and have had a problem with> specifing the output file.> > megapov +I"C:/project/pov/scene.pov" +W640 +H480 +V +L"C:/project/pov"> +L"C:/MegaPov/include" +L"C:/program files/pov-ray for windows v3.6/include"> +O"C:/project/pov/rendered/out.tga"> > I get the error ...> > Unable to open output file 'C:/megapov/bin//project/pov/rendered/out.tga'> > Anyone know why this is happening?> > > >
Yes. There is a '/' too many between bin and project.
Maurice <cel### [at] nospamhotmailcom> wrote:
> avian wrote:> >> > I get the error ...> >> > Unable to open output file 'C:/megapov/bin//project/pov/rendered/out.tga'> >> > Anyone know why this is happening?> >> >> >> >> Yes. There is a '/' too many between bin and project.
Well, that's one problem but if you look at the part of the command line
that say where/what the output file is you'll realize that the current
working directory (in this case I was in megapov/bin folder) is put in
front of the rest of the path.
> > +O"C:/project/pov/rendered/out.tga"
gives the error
> > Unable to open output file 'C:/megapov/bin//project/pov/rendered/out.tga'
I've also discovered that it has a problem with any path containing a
space. Weather I put it in quotes or not seams to be irrelavent.
i.e.
megapov +I"c:/program files/pov-ray for windows
v3.6/scenes/advanced/ntreal/ntreal.pov"
causes the error
unable to open files/pov-ray.ini
or unable to open files/pov-ray
I downloaded the megapov source so I can try and find what's up with the
command interpeter but it seams to me to have some issues and it'll be a
while before I have time to do that. So if anyone can tell me how to fix
or get arround this problem please let me know.
thanks,
Rob
From: Maurice
Subject: Re: MegaPov output path ignored?
Date: 6 Feb 2005 12:16:13
Message: <420650dd$1@news.povray.org>
avian wrote:
> Maurice <cel### [at] nospamhotmailcom> wrote:> >>avian wrote:>>>>>I get the error ...>>>>>>Unable to open output file 'C:/megapov/bin//project/pov/rendered/out.tga'>>>>>>Anyone know why this is happening?>>>>>>>>>>>>>>>>Yes. There is a '/' too many between bin and project.> > > Well, that's one problem but if you look at the part of the command line> that say where/what the output file is you'll realize that the current> working directory (in this case I was in megapov/bin folder) is put in> front of the rest of the path.> > >>>+O"C:/project/pov/rendered/out.tga"> > > gives the error> > >>>Unable to open output file 'C:/megapov/bin//project/pov/rendered/out.tga'> > > I've also discovered that it has a problem with any path containing a> space. Weather I put it in quotes or not seams to be irrelavent.> > i.e.> megapov +I"c:/program files/pov-ray for windows> v3.6/scenes/advanced/ntreal/ntreal.pov"> > causes the error> > unable to open files/pov-ray.ini> or unable to open files/pov-ray> > I downloaded the megapov source so I can try and find what's up with the> command interpeter but it seams to me to have some issues and it'll be a> while before I have time to do that. So if anyone can tell me how to fix> or get arround this problem please let me know.> > thanks,> Rob> >
I'm assuming you also tried using backslash (\) instead of forwardslash
(/) ?
--
Maurice
Maurice <cel### [at] nospamhotmailcom> wrote:
>> I'm assuming you also tried using backslash () instead of forwardslash> (/) ?
Yep, I didn't put it in the post because this site didn't seam to want to
show them.
"avian" <nomail@nomail> wrote:
> Maurice <cel### [at] nospamhotmailcom> wrote:> > I'm assuming you also tried using backslash () instead of forwardslash> > (/) ?> Yep, I didn't put it in the post because this site didn't seam to want to> show them.
you have to put in 2 if you post here: "\\" -> "\"
jaap.