|
 |
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
> Rendered 555008 of 705600 pixels (78%)
> Fatal error in renderer: Frontend halted render.
> Render failed
>
> btw: amd x2 250 is 32-bit dual core ... fwiw: 3.1.10-1.29-desktop kernel
> opensuse 12.1
Duh.. sure it's 32 bit? All I can find on the 'net says that it must be
either an "AMD Athlon 64 x2", or an "AMD Athlon x2" - but the latter is
a 64-bit thing, too. Even the notebook variant is.
Still, you're possibly running a 32-bit OS on it, so that brings integer
size issues back on the list of suspects.
Post a reply to this message
|
 |