|
 |
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: ###")
error: macro "POV_EXCEPTION_CODE" passed 2 arguments, but takes just 1
Post a reply to this message
|
 |