Open
Description
In this case it happens for the 3.3 core profile, at least, we need to look into that.
I think on Mac OS X, 3.2 is the only supported core profile and thus maybe this happens because OpenAL isn't extracted as the Graphics fail to initialize?
Stuff to investigate, at least.
Caused by: java.lang.UnsatisfiedLinkError: 'java.lang.String org.lwjgl.openal.AL10.nalGetString(int)'
at org.lwjgl.openal.AL10.nalGetString(Native Method)
at org.lwjgl.openal.AL10.alGetString(AL10.java:524)
at com.jme3.audio.lwjgl.LwjglAL.alGetString(LwjglAL.java:16)
at com.jme3.audio.openal.ALAudioRenderer.initOpenAL(ALAudioRenderer.java:134)
at com.jme3.audio.openal.ALAudioRenderer.initialize(ALAudioRenderer.java:225)
at com.jme3.app.LegacyApplication.initAudio(LegacyApplication.java:283)
at com.jme3.app.LegacyApplication.initialize(LegacyApplication.java:602)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:211)