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
20 Apr 2024 01:12:46 EDT (-0400)
  Re: UberPOV 1.37.0.0-beta.2 released  
From: clipka
Date: 26 Nov 2013 11:32:25
Message: <5294cd19@news.povray.org>
Am 26.11.2013 16:50, schrieb James Holsenback:
> On 11/26/2013 07:42 AM, clipka wrote:
>> Am 26.11.2013 04:33, schrieb James Holsenback:
>>
>>>> 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: ###")
>>>
>>> error: macro "POV_EXCEPTION_CODE" passed 2 arguments, but takes just 1
>>
>> My bad - that should have been:
>>
>>      throw POV_EXCEPTION(pov_base::kFileDataErr, "FUBAR: ###")
>>
>
> This run got a little farther .... used +am3 aa depth +r5
>
> Rendered 553984 of 705600 pixels (78%)
> Belch: 1494

Still doesn't make much sense to me. Mind e-mailing the complete scene + 
all render settings? (See the dev newsgroup for my e-mail address).


Post a reply to this message

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