Login  Register

Re: JOAL Couln't load native AL library

Posted by Xerxes Rånby on Nov 18, 2012; 9:39am
URL: https://forum.jogamp.org/JOAL-Couln-t-load-native-AL-library-tp4026603p4027032.html

JKrzysztof wrote
Hi,

Here is trace with debug on:
http://www.sendspace.com/file/n7vi6a (5MB)

BR
Krzysztof
Thank you,
While investigating your log my conclusion is that the Gluegen TempJarCache is not yet initialized. The plugin have downloaded the native jars, in this case the plugin already got the jars in its plugin cache (304) but something still prevents the native jar to get extracted into the Gluegen TempJarCache, also the extracted path never gets added to the list of folders where JOAL looks for the unpacked natives. Note that its both the JOAL tool library and the OpenAL library fails to load.

I will investigate the log further and try reproduce this on a windows machine using the same JDK version.