Thanks Tim, I'ved merged your validConfigs change and checked it into
svn/trunk.  osgpackeddepthstencil example does seem to work fine for
me - at least I get no errors, I'm not sure the on screen result is
perfect, but at least there are non X or OpenGL errors.  Cheers,
Robert.

On Tue, Apr 20, 2010 at 7:52 AM, Tim Moore <[email protected]> wrote:
>
>
> On Mon, Apr 19, 2010 at 6:05 PM, Robert Osfield <[email protected]>
> wrote:
>>
>> Hi Tim,
>>
>> A debg build reports that are the crash:
>>
>> Program received signal SIGSEGV, Segmentation fault.
>> [Switching to Thread 0x7ffefc00d760 (LWP 10274)]
>> 0x0000000000415cf5 in setAttachmentsFromConfig (camera=0xa38e00,
>>
>>
>> The crash is obviously down to config being null.   How do you want to
>> go about fixing this?  Only call setAttachmentsFromConfig is config is
>> not null, or does the null config indicate a problem elsewhere?
>>
> The root of the problem must be that validConfigs is empty. I've made a
> slight change to check for that and exit, but it would be nice to know why
> validConfigs ends up empty; I suspect that createFBO must be failing in some
> nasty way on your hardware.
>
> You can send me the glxinfo output for your card and I'll look for anything
> obvious. The other thing to do is to pass checkFramebufferStatus() a second
> argument of false instead of true, which will give some verbose output about
> FBO problems.
>
> Does the osgpackeddepthstencil example work on your machine?
>
> Thanks,
> Tim
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to