JOGL crash with ATI mobility Radeon HD 5470
Posted by luren0 on Oct 07, 2011; 12:41pm
URL: https://forum.jogamp.org/JOGL-crash-with-ATI-mobility-Radeon-HD-5470-tp3402682.html
Hello,
JOGL crashes on the following configuration:
ATI mobility Radeon HD 5470 - driver 9/9/2010 version 8.771.1.0
Windows 7 Home Premium 64-bit - SP 1
It crashes before any of the GLEventListener methods is called.
The following code passes without crash:
GLProfile.initSingleton(true);
GLProfile glp = GLProfile.getDefault();
GLCapabilities caps;
caps = new GLCapabilities( glp );
caps.setSampleBuffers(true);
caps.setNumSamples( 4 );
caps.setDoubleBuffered( true );
The same crash happens when trying demo applet or webstart samples from jogamp.org.
Is this kind of problem being worked out?
Regards,
Guillaume.