|
 |
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?
What are your system specs?
Post a reply to this message
|
 |