LWJGL Forum

Programming => OpenAL => Topic started by: monsieurdozier on July 05, 2012, 22:27:21

Title: OpenAL Unsatisfied Link Error in Linux Native
Post by: monsieurdozier on July 05, 2012, 22:27:21
Here's my stack trace:

Exception in thread "Thread-2" java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGenBuffers(IJ)V
at org.lwjgl.openal.AL10.nalGenBuffers(Native Method)
at org.lwjgl.openal.AL10.alGenBuffers(AL10.java:1019)
at DemonCycle.Game.loadSounds(Game.java:102)
at DemonCycle.Game.access$3(Game.java:99)
at DemonCycle.Game$1.run(Game.java:58)


I'm running Eclipse with Java 6 on Ubuntu 64bit and LWJGL 2.8.4.
Title: Re: OpenAL Unsatisfied Link Error in Linux Native
Post by: monsieurdozier on July 10, 2012, 11:23:25
Is there a fix for this?  Or do I have to wait for an update to fix?
Title: Re: OpenAL Unsatisfied Link Error in Linux Native
Post by: Matzon on July 10, 2012, 19:45:56
well, I am waiting for someone else to have the issue ...  ::)