POV-Ray : Newsgroups : povray.unofficial.patches : UberPOV 1.37.0.0-beta.2 released : Re: UberPOV 1.37.0.0-beta.2 released Server Time
19 Apr 2024 18:08:45 EDT (-0400)
  Re: UberPOV 1.37.0.0-beta.2 released  
From: James Holsenback
Date: 25 Nov 2013 16:52:46
Message: <5293c6ae@news.povray.org>
On 11/25/2013 03:48 PM, clipka wrote:
> Am 25.11.2013 21:14, schrieb James Holsenback:
>> On 11/24/2013 11:11 PM, James Holsenback wrote:
>>> Rendered 379904 of 705600 pixels (53%)
>>> Cannot access data in file.
>>> Rendered 380928 of 705600 pixels (53%)
>>> Fatal error in renderer: Frontend halted render.
>>>
>>> Dunno if it was related to the above problem ... just thought I'd
>>> mention it anyways
>>
>> decreased +am3 aa depth from +r6 to +r4 and abort went away ...
>
> This must be something deep in the bowels of the POVMS message-passing
> code; can you try the following - in source/base/povmscpp.cpp, replace all
>
>      throw POV_EXCEPTION_CODE(pov_base::kFileDataErr)
>
> with
>
>      throw POV_EXCEPTION_CODE(pov_base::kFileDataErr, "FUBAR: ###")
>
> where ### is different for each instance (ideally the line number), then
> compile & try again, and report which line claims the jackpot?

I'll do that later this evening ...

>
> What are your system specs?
>

amd athlon x2 250 4gb ram


Post a reply to this message

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