Skip to content

Mac OS: OpenAL UnsatisfiedLinkError when trying to use specific core profiles #1305

Open
@MeFisto94

Description

@MeFisto94

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    To be investigateddefectSomething that is supposed to work, but doesn't. Less severe than a "bug"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions