AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005

Hi, I thought I’d post this here. I got this randomly just now. It’s the very first time in +6 months without any AL lib error at all. I did not update any software recently. It has worked for maybe 200 project runs today and immediately after the crash, I relaunched the project again and it worked like before without any error. The only other audio device playing sound right now is Flash Player 15.0 and it was not refreshing a page or changing Youtube video, it’s been playing all day and was at about 30 minutes into a (the same) video out of 43 minutes total (for that video) so it’s unlikely it was switching channels or anything like opening a new channel.

[java]
run:
AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
nov. 03, 2014 9:21:06 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
Grave: Failed to load audio library
org.lwjgl.LWJGLException: Could not locate OpenAL library.
at org.lwjgl.openal.AL.create(AL.java:151)
at org.lwjgl.openal.AL.create(AL.java:102)
at org.lwjgl.openal.AL.create(AL.java:201)
at com.jme3.audio.lwjgl.LwjglAudioRenderer.initInThread(LwjglAudioRenderer.java:140)
at com.jme3.audio.lwjgl.LwjglAudioRenderer.run(LwjglAudioRenderer.java:98)
at java.lang.Thread.run(Thread.java:744)
[/java]