Posted by
TheLittleP on
Apr 09, 2014; 10:27am
URL: https://forum.jogamp.org/Initialising-Joal-tp4032105p4032127.html
Hi,
Xerxes, here is the problem I am experiencing with the fat loader...
What appears to be the problem is it is getting the architecture wrong.
The determined architecture for my PC is natives/windows-i586/
but if you look at the file not found error it is trying to find natives\windows-amd64\
If the fat loader attempts to install the amd64 architecture natives it is not unpacking them.
The natives for i586 architecture have all been unpacked successfully.
upon this error the JNILibLoader falls back to my hook which loads the correct native so at least I have it working.
I hope this helps :)
loadLibraryInternal libraryName=gluegen-rt ClassLoader=com.a.load.Library@13b2fdc
TempJarCache.isInitialized()=true
nativeDir=C:\Users\Penny\AppData\Local\Temp\jogamp_0000\file_cache\jln4876335212312446813\jln754577032892538143
nativeArch=natives/windows-i586/
(cl instanceof iNativer)=true
here #1
here #2
here #3
here #5
here #5
JNILibLoaderBAse.addNativeJarLibs #2
TempJarCache.isInitialized=true
Class Array length=3
[0]=class jogamp.nativewindow.NWJNILibLoader
[1]=class javax.media.opengl.GLProfile
[2]=class com.jogamp.newt.NewtFactory
jarName=core.jar
jarBasename=core
nativeJarBasename=core-natives-windows-i586.jar
classJarURI=jar:file:/C:/Users/Penny/AppData/a/core.jar!/jogamp/nativewindow/NWJNILibLoader.class
jarSubURI=file:/C:/Users/Penny/AppData/a/core.jar
ClassLoader=com.a.load.Library@13b2fdc
nativeLibraryPath=natives/windows-i586/
jarUriRoot_s=file:/C:/Users/Penny/AppData/a/
nativeLibraryURI=jar:file:/C:/Users/Penny/AppData/a/core.jar!/natives/windows-i586/
jarUriRoot_s=file:/C:/Users/Penny/AppData/a/
nativeJarURI=jar:file:/C:/Users/Penny/AppData/a/core.jar!/natives/windows-i586/
========================================
ERROR:Wed Apr 09 11:04:29 BST 2014
Thread=Thread[Thread-22,4,
http://zenny-x11.home/play/-threadGroup]
java.io.FileNotFoundException: C:\Users\Penny\AppData\Local\Temp\jogamp_0000\file_cache\jln4876335212312446813\jln754577032892538143\natives\windows-amd64\gluegen-rt.dll (The system cannot find the path specified)
java.io.FileOutputStream.open(-2)
java.io.FileOutputStream.<init>(-1)
java.io.FileOutputStream.<init>(-1)
com.jogamp.common.util.JarUtil.extract(579)
com.jogamp.common.util.cache.TempJarCache.addNativeLibs(221)
com.jogamp.common.jvm.JNILibLoaderBase.addNativeJarLibsImpl(239)
com.jogamp.common.jvm.JNILibLoaderBase.addNativeJarLibs(474)
javax.media.opengl.GLProfile$1.run(155)
java.security.AccessController.doPrivileged(-2)
javax.media.opengl.GLProfile.initSingleton(123)
javax.media.opengl.GLProfile.getProfileMap(2008)
javax.media.opengl.GLProfile.get(896)
javax.media.opengl.GLProfile.get(925)
javax.media.opengl.GLProfile.getMaximum(631)
com.ardor3d.framework.jogl.CapsUtil.getProfile(24)
com.ardor3d.framework.jogl.CapsUtil.getCapsForSettings(52)
com.ardor3d.framework.jogl.CapsUtil.getCapsForSettings(35)
com.ardor3d.framework.jogl.JoglNewtAwtCanvas.<init>(41)
com.ardor3d.framework.jogl.JoglNewtAwtCanvas.<init>(36)
com.a.core.A.getJoglNewtAwtCanvas(548)
com.a.core.A.changeCanvas(514)
com.a.core.A.access$1100(54)
com.a.core.A$ARunner.run(470)
java.lang.Thread.run(-1)
========================================