<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>314</bug_id>
          
          <creation_ts>2007-08-23 09:56:55 +0200</creation_ts>
          <short_desc>JGears loops throwing GLException</short_desc>
          <delta_ts>2010-03-24 07:50:47 +0100</delta_ts>
          <reporter_accessible>0</reporter_accessible>
          <cclist_accessible>0</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>linux</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>DEFECT</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>330</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-03-24 07:50:47 +0100</bug_when>
    <thetext>


---- Reported by mjw_java 2007-08-23 09:56:55 ----

Running the JOGL demo demos.jgears.JGears results in an
endless loop of GLExceptions when java is started
with -Dsun.java2d.opengl=True.

The following repeats until java is exited:

exception in QueueFlusher:
javax.media.opengl.GLException: context creation error: couldn&apos;t find a suitable
frame buffer configuration
	at
com.sun.opengl.impl.x11.X11ExternalGLDrawable$Context.create(X11ExternalGLDrawable.java:180)
	at
com.sun.opengl.impl.x11.X11ExternalGLDrawable$Context.makeCurrentImpl(X11ExternalGLDrawable.java:123)
	at com.sun.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:134)
	at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:182)
	at javax.media.opengl.GLJPanel$2.run(GLJPanel.java:650)
	at sun.java2d.opengl.OGLRenderQueue$QueueFlusher.run(OGLRenderQueue.java:203)

Platform is kubuntu linux 7.04, with 
GL_VENDOR: ATI Technologies Inc.
GL_RENDERER: MOBILITY RADEON 9600
GL_VERSION: 2.0.6334 (8.34.8)

java version &quot;1.6.0_02&quot;
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

jogl version nightly build 20070823.



---- Additional Comments From kbr 2007-08-24 08:53:25 ----

It&apos;s unlikely there is anything we can do about this problem in JOGL. It seems
that most vendors&apos; OpenGL drivers have gotten much less stable with regard to
Frame Buffer Object implementation recently, and the Java 2D / OpenGL pipeline
barely works right now, let alone the Java 2D / JOGL bridge. The same code used
to work with older driver versions from various vendors including NVidia and
ATI. I would suggest you send a bug report to ATI. Nothing has changed in the
JOGL or Java SE code bases which would have introduced this instability, only
the vendors&apos; graphics drivers.




---- Additional Comments From kbr 2008-03-30 16:46:13 ----

There hasn&apos;t been any action on this bug in a long while. Since I think this is
most likely an OpenGL driver problem I&apos;m closing it as &quot;invalid&quot;. Note that
there are some rewrites coming to the GLJPanel which should hopefully make it
work more reliably in conjunction with the Java 2D / OpenGL pipeline, and
changes to the Java 2D OpenGL pipeline itself to make it more reliable across a
wider range of graphics drivers.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:50 EDT  ---

This bug was previously known as _bug_ 314 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=314
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>