View Single Post
  #10   Spotlight this post!  
Unread 25-03-2015, 17:15
slibert slibert is online now
Software Mentor
AKA: Scott Libert
FRC #2465 (Kauaibots)
Team Role: Mentor
 
Join Date: Oct 2011
Rookie Year: 2005
Location: Kauai, Hawaii
Posts: 343
slibert has much to be proud ofslibert has much to be proud ofslibert has much to be proud ofslibert has much to be proud ofslibert has much to be proud ofslibert has much to be proud ofslibert has much to be proud ofslibert has much to be proud ofslibert has much to be proud of
Re: Navx Trouble - inconsistent connection

Quote:
Originally Posted by Techwiz View Post
b.)
I am unable to start the navX MXP UI due to the following error:

Code:
Catched FileNotFoundException: C:\Users\R2D2\Desktop\navx\navXMXPUI\application.windows64\lib\gluegen-rt-natives-windows-i586.jar (The system cannot find the file specified), while addNativeJarLibsImpl(classFromJavaJar class com.jogamp.common.os.Platform, classJarURI jar:file:/C:/Users/R2D2/Desktop/navx/navXMXPUI/application.windows64/lib/gluegen-rt.jar!/com/jogamp/common/os/Platform.class, native JarBaseName gluegen-rt-natives-windows-i586.jar): [ file:/C:/Users/R2D2/Desktop/navx/navXMXPUI/application.windows64/lib/gluegen-rt.jar -> file:/C:/Users/R2D2/Desktop/navx/navXMXPUI/application.windows64/lib/ ] + gluegen-rt-natives-windows-i586.jar -> slim: jar:file:/C:/Users/R2D2/Desktop/navx/navXMXPUI/application.windows64/lib/gluegen-rt-natives-windows-i586.jar!/
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\R2D2\Desktop\navx\navXMXPUI\application.windows64\gluegen-rt.dll
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.load0(Unknown Source)
        at java.lang.System.load(Unknown Source)
        at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:551)
        at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:64)
        at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:96)
        at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:414)
        at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:388)
        at com.jogamp.common.os.Platform$1.run(Platform.java:203)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.jogamp.common.os.Platform.<clinit>(Platform.java:173)
        at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
        at processing.opengl.PJOGL.initSurface(PJOGL.java:238)
        at processing.opengl.PGraphicsOpenGL.initPrimary(PGraphicsOpenGL.java:5988)
        at processing.opengl.PGraphicsOpenGL.requestDraw(PGraphicsOpenGL.java:1600)
        at processing.core.PApplet.run(PApplet.java:2177)
        at java.lang.Thread.run(Unknown Source)
This error is typically seen due because the navX MXP UI can't find the version of Java it needs.

Please make sure java of the correct version and matching 32/64-bit flavor is installed on this system. If you're running the 64-bit version of the navx MXP UI, you need the 64-bit version of java installed, and vice-versa for 32-bits. This is discussed in the "Instructions for Installing/Running the navX MXP UI" section of the navX MXP UI wiki page.
Reply With Quote