<?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>142</bug_id>
          
          <creation_ts>2005-02-18 12:47:25 +0100</creation_ts>
          <short_desc>REGRESSION Error making context current in b09</short_desc>
          <delta_ts>2010-03-24 07:47:31 +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>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</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>158</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-03-24 07:47:31 +0100</bug_when>
    <thetext>


---- Reported by gusgus84 2005-02-18 12:47:25 ----

This program was tested and worked properly using b07, but upgrading to b09
causes the following exception:

net.java.games.jogl.GLException: Error making context current
        at
net.java.games.jogl.impl.x11.X11GLContext.makeCurrent(X11GLContext.java:173)
        at
net.java.games.jogl.impl.x11.X11OnscreenGLContext.makeCurrent(X11OnscreenGLContext.java:111)
        at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:246)
        at
net.java.games.jogl.GLCanvas.withSingleThreadedWorkaroundDo(GLCanvas.java:228)
        at net.java.games.jogl.GLCanvas.reshape(GLCanvas.java:125)
        at java.awt.Component.setBounds(Component.java:1664)
        at java.awt.BorderLayout.layoutContainer(BorderLayout.java:691)
        at java.awt.Container.layout(Container.java:1020)
        at java.awt.Container.doLayout(Container.java:1010)
        at java.awt.Container.validateTree(Container.java:1092)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validateTree(Container.java:1099)
        at java.awt.Container.validate(Container.java:1067)
        at java.awt.Window.dispatchEventImpl(Window.java:1604)
        at java.awt.Component.dispatchEvent(Component.java:3477)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
       at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

Using Linux Fedora core 2.6.8-1.521



---- Additional Comments From kbr 2005-02-18 21:58:15 ----

Could you please attach a test case? I added you as an Observer of the jogl
project so you should be able to modify this bug now.




---- Additional Comments From kbr 2005-02-23 02:13:36 ----

Is this bug reproducible? If so, please attach a test case.




---- Additional Comments From gusgus84 2005-02-23 08:47:22 ----

I won&apos;t have access to my Linux workstation for a few days to make a simplified 
test case.  But you can download the program I was testing with at 
http://www.chem.byu.edu/Plone/people/rbshirts/research/Boltzmann3D.tar.gz
It&apos;s packaged with 1.1b07 because b09 isn&apos;t working, so just replace the libs 
there with the new ones and it will throw that exception.  I&apos;ll get you a 
simplified test case by the end of the week when I can get to a linux 
workstation



---- Additional Comments From kbr 2005-02-23 13:47:45 ----

Your Boltmann.jar works fine for me on my Red Hat AS 2.1 installation with an
NVidia GeForce FX 5800, NVidia&apos;s 66.29 drivers, and the current JOGL sources. My
ATI Linux box doesn&apos;t work any more due to bugs in their recent drivers, so I&apos;m
afraid I can&apos;t help you if that&apos;s your configuration. Let me know if you can
boil down your program into a reproducible test case.




---- Additional Comments From gusgus84 2005-03-08 13:38:30 ----

Still not fixed in b10.  The RedHat Hardware browser says I have an Intel i740,
and I&apos;m using the latest Mesa Drivers.



---- Additional Comments From kbr 2005-04-09 17:36:03 ----

Is this program still failing with JOGL 1.1 b10? If not I would like to close
this bug as &quot;not reproducible&quot;.




---- Additional Comments From kbr 2006-01-11 00:22:01 ----

The JOGL implementation has been substantially rewritten in the development of
JSR-231 and is more correct in its synchronization of GLX commands than previous
implementations. Please try the latest nightly build if possible. Closing this
bug as not reproducible.




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

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

    </bug>

</bugzilla>