Login  Register

Nativewindow X11 IOError: Display: Resource temporarily unavailable

Posted by clarkbil on Apr 09, 2011; 11:31pm
URL: https://forum.jogamp.org/Nativewindow-X11-IOError-Display-Resource-temporarily-unavailable-tp2800857.html

Hi -
I have been using JOGL 2.0 for several months while developing an OpenGL 3.1 based Graphics course. I have successfully run several custom applications using AWT and sometimes Swing GUIs other times no GUI.
When I downloaded rc2 I started seeing all my programs hang when attempting to make the base frame visible. Upon canceling the run I usually see the following error message:
Nativewindow X11 IOError: Display 0x81696d0 (:0.0): Resource temporarily unavailable.
When I run using any devbuild up to b303 the program runs perfectly but all builds from b308 (the next available) to the latest will not run. I have duplicated this finding on two systems both running Ubuntu 10.04 - one 32 bit and one 64 bit. Any fixes for this problem?
Bill Clark