POV-Ray : Newsgroups : povray.advanced-users : Weird POV crash. ARGH! Server Time
29 Jul 2024 02:32:22 EDT (-0400)
  Weird POV crash. ARGH! (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Thorsten Froehlich
Subject: Re: No more unwanted POV phenomenon, yay! (was Re: Weird POV crash. ARGH!)
Date: 26 Aug 2003 16:25:00
Message: <3f4bc21c@news.povray.org>
In article <3f4bbf7f@news.povray.org> , "J.Random Raytracer" 
<wyr### [at] hotmailcom> wrote:

>
> "Thorsten Froehlich" <tho### [at] trfde> wrote in message
> news:3f490af2$1@news.povray.org...
>> In article <3f48b52d@news.povray.org> , "J.Random Raytracer"
>> <wyr### [at] hotmailcom> wrote:
>>
>> > Could anybody enlighten me about how this can happen and if there's any
> way
>> > to avoid it?
>>
>> I would try to remove all cutaway textures.
>>
>>     Thorsten
>>
>
> Well, that did it. Slightly mangled pic in p.b.i. Whee. Thanks again.

You are welcome.

Nevertheless, it would still be nice to have a simple scene which
demonstartes the message you reported.  It might be it would then be
possible to find a way to handle it at parse time rather than render time.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Nathan Kopp
Subject: Re: Weird POV crash. ARGH!
Date: 26 Aug 2003 19:01:22
Message: <3f4be6c2$2@news.povray.org>
This is probably caused by a slight misuse of the cutaway_texture feature.

The syntax of cutaway_textures allows you to create a situation where the
texture is undefined for a surface in the CSG object.  Unfortunately, POV
won't know this until render time, because POV doesn't pre-compute CSG
operations.  If POV were to decompose the CSG object into a mesh, for
example, it would be able to determine this situation before render-time.
When a Ray in POV hits a surface with an undefined texture at runtime, this
error message is generated.

The solution would be to carefully review the texture definitions and
applications for your objects that use the cutaway_textures feature.
Remeber that the default texture might not be applied for some objects
within the CSG object (otherwise cutaway_textures wouldn't work).  Make sure
every surface of your object will have a texture defined.

-Nathan


"J.Random Raytracer" <wyr### [at] hotmailcom> wrote in message
news:3f48b52d@news.povray.org...
> Ouch.
>
> Dozens of hours into rendering of this nice, complex scene, with radiosity
> and AA turned on, continuing after one BSOD and one power failure, POV
> (official release) blurts out this...
>
> 'Rendering Error: No textures in multi-texture CSG object.'
>
> WTH? The scene renders at lower res (320x200) just fine, so the scene
itself
> should be pretty much all right. But even that takes about four hours, so
I
> guess the 1024x768 one would have been... um, forty hours. But there's no
> way to continue after this kind of error, so I'm left with a three-quarter
> image.
>
> Could anybody enlighten me about how this can happen and if there's any
way
> to avoid it? I know it's not memory, I got 512M and POV took some 12M.
>
> -- Me
>
> ps. No, I won't attach the scene file. Not only is it taking ages to
render,
> it also has several MB of stuff in mesh #includes and imagemaps and such.
>
>
>


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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