Bug 381 - UnsatisfiedLinkError using Windows AMD 64 DLLs
Summary: UnsatisfiedLinkError using Windows AMD 64 DLLs
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: windows (show other bugs)
Version: 1
Hardware: pc_x86_64 windows
: P2 critical
Assignee: Sven Gothel
URL:
: 371 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-02-06 04:48 CET by Sven Gothel
Modified: 2010-07-06 06:02 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 08:04:13 CET


---- Reported by sgothel@jausoft.com 2010-03-22 12:45:06 -0400 ----




---- Reported by ebbert@kenai.com 2010-02-06 16:48:54 ----

I can't get the JOGL DLLs to work using Suns JRE 1.6 for 64bit systems, Windows XP 64 and the jogl-natives-windows-amd64. I am using all other natives (linux, linux 64, macosx, windows-i586) without any problems, but trying the 64bit windows DLLs I get the following Exception:

                java.lang.UnsatisfiedLinkError: D:\jogldlls\jogl.dll:
                This application has failed to start because the application configuration is
                incorrect. Reinstalling the application may fix this problem
                at java.lang.ClassLoader$NativeLibrary.load(Native Method)
                at java.lang.ClassLoader.loadLibrary0(Unknown Source)
                at java.lang.ClassLoader.loadLibrary(Unknown Source)
                at java.lang.Runtime.loadLibrary0(Unknown Source)
                at java.lang.System.loadLibrary(Unknown Source)
                at
                com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
                at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
                at
                com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
                at
                com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
                at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
                at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
                at java.security.AccessController.doPrivileged(Native Method)
                at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
                at
                com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(WindowsGLDrawableFactory.java:60)
                at java.lang.Class.forName0(Native Method)
                at java.lang.Class.forName(Unknown Source)
                at
                javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:106)
                at
                javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520)
                at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
            at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90)



--- Bug imported by sgothel@jausoft.com 2010-03-22 12:45 EDT  ---

This bug was previously known as _bug_ 2095 at http://kenai.com/bugzilla/show_bug.cgi?id=2095

The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: sgothel@jausoft.com.
   Previous reporter was ebbert@kenai.com.





--- Bug imported by sgothel@jausoft.com 2010-03-24 08:04 EDT  ---

This bug was previously known as _bug_ 6 at http://jogamp.org/bugzilla/show_bug.cgi?id=6
Comment 2 Sven Gothel 2010-07-06 06:02:03 CEST
*** Bug 371 has been marked as a duplicate of this bug. ***