Re: JOAL Couln't load native AL library
Posted by
Sven Gothel on
Nov 12, 2012; 8:34pm
URL: https://forum.jogamp.org/JOAL-Couln-t-load-native-AL-library-tp4026603p4026904.html
On 11/12/2012 09:20 PM, Jkrzysztof [via jogamp] wrote:
> Hi,
>
> Log was to big to upload.
> It can be found here:
http://pastebin.com/MDHDq6UZ>
> Appreciate your help,
> K.
Kafka ? :)
>
Have you set:
-Djogamp.debug=all
or
-Djnlp.jogamp.debug=all
?
I assume not, since your trace files does not contain any string starting w/ like:
NativeLibrary.findLibrary
JNILibLoaderBase:
Pls do so - this info will give us a clue if a native OpenAL lib loading
attampt happend.
The debug flag will bloat the trace file even more - a lot.
~Sven