POV-Ray : Newsgroups : povray.beta-test : Text Streams to Odd File Names Server Time
29 Jul 2024 14:15:56 EDT (-0400)
  Text Streams to Odd File Names (Message 1 to 10 of 13)  
Goto Latest 10 Messages Next 3 Messages >>>
From: Robert Chaffe
Subject: Text Streams to Odd File Names
Date: 15 May 2002 22:24:37
Message: <3ce31865@news.povray.org>
Version 3.5.beta.RC4.icl.win32
Windows ME.  Pentium 4.

Odd file names for files created with the following INI options.

Debug_File=true
    produces file named:  render.out
Fatal_File=true
    produces file named:  stats.out
Render_File=true
    produces file named:  warning.out
Statistic_File=true
    produces file named:  alltext.out
Warning_File=true
    produces file named:  Steve A. Bennett
All_File=true
    produces file named:  David K. Buck

--
Robert Chaffe
http://www.donovansweb.com/~chaffe/


Post a reply to this message

From: Warp
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 08:23:21
Message: <3ce3a4b8@news.povray.org>
Robert Chaffe <rob### [at] earthlinknet> wrote:
> Warning_File=true
>     produces file named:  Steve A. Bennett
> All_File=true
>     produces file named:  David K. Buck

  So what's wrong with this?-)

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: tontonTh
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 09:06:17
Message: <slrnae7bkv.j80.tontonTh@trabent.nfrance.com>
In article <3ce3a4b8@news.povray.org>, Warp wrote:

>> Warning_File=true
>>     produces file named:  Steve A. Bennett
>> All_File=true
>>     produces file named:  David K. Buck
>
>  So what's wrong with this?-)
>

      not 8.3 compliant ?


-- 
| > sur le meme disque. par contre pour se l'instalation de logicielle alors
| > la ces la galer totale, je ne suis pas ariver a en instaler un seul.

| moins bien.			-+- remarque acide dans fcol.debats -+-


Post a reply to this message

From: Warp
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 11:24:13
Message: <3ce3cf1c@news.povray.org>
tontonTh <ton### [at] labuvetteorg> wrote:
>       not 8.3 compliant ?

  Why should it be?
  AFAIK POV-Ray 3.5 has not been ported to any system with that limitation.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Felix Wiemann
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 11:56:15
Message: <3ce3d69f@news.povray.org>
Warp wrote:
> tontonTh <ton### [at] labuvetteorg> wrote:
>>       not 8.3 compliant ?
> 
>   Why should it be?
>   AFAIK POV-Ray 3.5 has not been ported to any system with that
>   limitation.

MS-DOS? OK, *has* not been ported, but will probably.
-- 
Felix Wiemann


Post a reply to this message

From: Gleb
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 12:15:40
Message: <3ce3db2c$1@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3ce3a4b8@news.povray.org...
> Robert Chaffe <rob### [at] earthlinknet> wrote:
> > Warning_File=true
> >     produces file named:  Steve A. Bennett
> > All_File=true
> >     produces file named:  David K. Buck
>
>   So what's wrong with this?-)

There is nothing wrong with file names,
but they should be different according to docs:

5.2.5.3  Directing Text Streams to Files:
Statistic_File=true Echo statistic text to STATS.OUT
Render_File=true Echo render info text to RENDER.OUT
Warning_File=true Echo warning info text to WARNING.OUT
All_File=true Echo all debug, fatal, render, statistic, and warning text to
ALLTEXT.OUT

It looks like there is a wrong index shift in array with file names.


Post a reply to this message

From: Felix Wiemann
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 12:18:52
Message: <3ce3dbec@news.povray.org>
Robert Chaffe wrote:
> Version 3.5.beta.RC4.icl.win32
> Windows ME.  Pentium 4.
> 
> Odd file names for files created with the following INI options.
> [...]

There isn't any text file created on my system, just the output picture.
RC4, SuSE Linux 7.3, P3 600, 128MB
-- 
Felix Wiemann


Post a reply to this message

From: Gleb
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 12:22:04
Message: <3ce3dcac$1@news.povray.org>
"Robert Chaffe" <rob### [at] earthlinknet> wrote in message
news:3ce31865@news.povray.org...
> Version 3.5.beta.RC4.icl.win32
> Windows ME.  Pentium 4.
>
> Odd file names for files created with the following INI options.
>
> Debug_File=true
>     produces file named:  render.out
> Fatal_File=true
>     produces file named:  stats.out
> Render_File=true
>     produces file named:  warning.out
> Statistic_File=true
>     produces file named:  alltext.out
> Warning_File=true
>     produces file named:  Steve A. Bennett
> All_File=true
>     produces file named:  David K. Buck
>

Confirmed,
Version 3.5.beta.RC4.icl.win32
P3 W2K
Also reported with previous beta:
http://news.povray.org/povray.beta-test/23412/?ttop=24438&toff=150


Post a reply to this message

From: Warp
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 12:34:46
Message: <3ce3dfa6@news.povray.org>
Felix Wiemann <Fel### [at] gmxnet> wrote:
> MS-DOS? OK, *has* not been ported, but will probably.

  Well, then it will be the headache of the one who is doing the port, not
the team, don't you think?

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From:
Subject: Re: Text Streams to Odd File Names
Date: 16 May 2002 12:41:50
Message: <d7o7eu0bfefm46akgot2euq2f1bo44276p@4ax.com>
On 16 May 2002 12:34:46 -0400, Warp <war### [at] tagpovrayorg> wrote:
> Well, then it will be the headache of the one who is doing the port, not
> the team, don't you think?

From documentation: "POV-Ray is intended to be very portable. This isn't just
an issue of philosophy or purism, POV-Ray is really used on a large variety of
different platforms".

ABX


Post a reply to this message

Goto Latest 10 Messages Next 3 Messages >>>

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