<?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>939</bug_id>
          
          <creation_ts>2014-01-10 14:18:09 +0100</creation_ts>
          <short_desc>2.1.3 Problem on Linux</short_desc>
          <delta_ts>2014-01-13 10:54:32 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>awt</component>
          <version>2</version>
          <rep_platform>pc_x86_64</rep_platform>
          <op_sys>linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Marco Möller">marcomoeller</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>---</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>3562</commentid>
    <comment_count>0</comment_count>
    <who name="Marco Möller">marcomoeller</who>
    <bug_when>2014-01-10 14:18:09 +0100</bug_when>
    <thetext>Hi,

I just tried to update my WorldWind based application onto jogl 2.1.3 (2.1.2 is running perfect!):

After startup I got this stacktrace:

Any ideas what could be wrong?

I am using openSuse 13.1

THX

-Marco


libEGL warning: DRI2: failed to authenticate
javax.media.opengl.GLException: X11GLXDrawableFactory - Could not initialize shared resources for :0
	at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:316)
	at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:295)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.UnsatisfiedLinkError: jogamp.nativewindow.x11.X11Lib.XRenderFindVisualFormat1(JJLjava/nio/ByteBuffer;)Z
	at jogamp.nativewindow.x11.X11Lib.XRenderFindVisualFormat1(Native Method)
	at jogamp.nativewindow.x11.X11Lib.XRenderFindVisualFormat(X11Lib.java:188)
	at jogamp.opengl.x11.glx.X11GLXGraphicsConfiguration.XVisual2XRenderMask(X11GLXGraphicsConfiguration.java:280)
	at jogamp.opengl.x11.glx.X11GLXGraphicsConfiguration.GLXFBConfig2GLCapabilities(X11GLXGraphicsConfiguration.java:350)
	at jogamp.opengl.x11.glx.X11GLXGraphicsConfiguration.GLXFBConfig2GLCapabilities(X11GLXGraphicsConfiguration.java:301)
	at jogamp.opengl.x11.glx.X11GLXGraphicsConfigurationFactory.chooseGraphicsConfigurationFBConfig(X11GLXGraphicsConfigurationFactory.java:304)
	at jogamp.opengl.x11.glx.X11GLXGraphicsConfigurationFactory.chooseGraphicsConfigurationStatic(X11GLXGraphicsConfigurationFactory.java:233)
	at jogamp.opengl.x11.glx.X11GLXDrawableFactory.createMutableSurfaceImpl(X11GLXDrawableFactory.java:511)
	at jogamp.opengl.x11.glx.X11GLXDrawableFactory.createDummySurfaceImpl(X11GLXDrawableFactory.java:522)
	at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:276)
	... 2 more</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3571</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2014-01-12 04:27:03 +0100</bug_when>
    <thetext>This is quite an odd situation, 
since all releases and RCs are successfully tested - especially regarding
the simple startup case.

Here the native library as provided in the &apos;natives jar&apos; file somewhat does not 
match the &apos;java jar&apos; file class (i.e. the java native method is not contained in 
the native library).

Almost looks like you are using not the very same versions of all jogamp files,
i.e. missed to _also_ replace the native jar files (or native libraries itself).

?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3574</commentid>
    <comment_count>2</comment_count>
    <who name="Marco Möller">marcomoeller</who>
    <bug_when>2014-01-13 10:54:32 +0100</bug_when>
    <thetext>Hi,

thx for the hint. I forgot to update one folder with binaries ;-(

Sorry for bothering you!

BR
-Marco</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>