Hi Carlo and Adrian,

On 1/20/07, Carlo Camporesi <[EMAIL PROTECTED]> wrote:
Windows System Error #0 :
GraphicsWindowWin32::setPixelFormat() - No matching pixel
format found based on traits specified. Reason : Operation not Completed.

Thanks for the reports, first step to getting it sorted.

Currently osgViewer doesn't have support for relaxing the
osg::GraphicsContext::Traits constraints so if it asks for a format
that is not supported it in theory should just fail and not create a
window.  This looks like its happening here, but there also could
perhaps be something else amiss with setting up the pixel format -
i.e. the pixel format *is* supported by the hardware, but
driver/GraphicsWindowWin32.cpp aren't working properly together.

So there are potentially two parts to resolving this problem:

 1) If its a problem with setting up pixel formats on ATI then we
need to look to what
     that is and fix it/find a workaround in the GraphicsWindowWin32 code.

 2) If its an issue of osgViewer not yet having a formalised system
for relaxing the
     Traits so that a pixel format that is "good enough" fit, rather
than a perfect is
     acceptable.

I am curious what pixel depth are you machines set to?

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to