Re: JOAL Couln't load native AL library
Posted by
Xerxes Rånby on
Oct 24, 2012; 8:01pm
URL: https://forum.jogamp.org/JOAL-Couln-t-load-native-AL-library-tp4026603p4026607.html
Do you use a 32bit or 64bit windows install?
We bundle a pre-built windows versions of openal from creative, inside the native jars, with joal.
https://github.com/sgothel/joal/blob/master/make/lib/FILES.txtThus getting a JOAL Couln't load native AL library should not be possible (tm). If it still is.. then its a bug. :/
Please help narrowing this issue by running the JOAL manual tests on your system with debugging enabled and attach the log:
java -cp gluegen-rt.jar:joal.jar:joal-test.jar -Djogamp.debug.NativeLibrary=true -Djoal.debug=true com.jogamp.openal.test.manual.OpenALTest