Login  Register

Re: [JOGL2.0 rc2] Win XP 32 - ATI drivers and VM crashes

Posted by Sven Gothel on Mar 20, 2011; 4:43am
URL: https://forum.jogamp.org/JOGL2-0-rc2-Win-XP-32-ATI-drivers-and-VM-crashes-tp2642286p2705280.html

On Saturday, March 19, 2011 09:39:21 Sven Gothel wrote:

>
> WindowsWGLGraphicsConfiguration.GLCapabilities2AttribList(..) set's up the
> to be queried WGL/ARB attributes - since f62b95c7bf2997bf7c309a7a186c4f46155f7c2a has an impact,
> maybe somehow one attribute makes the ATI driver to crash ?
>
> I remember we had a similar issue with using unsupported attributes (ie PBUFFER, ..).
>
> If I would have such a test machine, I would remove all unrequired attributes in this method
> and just give it a try. Then devide and conquer .. to find the offending attribute.
>
>
https://jogamp.org/chuck/view/fwd/job/jogl/355/

just a 'desperate' test .. trying to tackle the 1st exception of
  https://jogamp.org/bugzilla/attachment.cgi?id=236&action=edit
where
  - wglARBPFIDs2GLCapabilities / wglGetPixelFormatAttribivARB fails: no caps via ARB
  - somehow 'null' values are within the resulting caps list, comperator fails (dunno how)

Hope to get ssh access to such a machine via Wade in a bit :)

~Sven