[00:43:09] [Thread-6/INFO]: Initializing LWJGL OpenAL
[00:43:09] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
AL lib: (EE) DoReset: Unhandled channel config: 4 -- 0x00000107
AL lib: (EE) DoReset: Unhandled extensible channels: 4 -- 0x00000107
AL lib: (EE) DoReset: Failed to initialize audio client: 0x80070057
Exception in thread "Thread-6" org.lwjgl.openal.OpenALException: Invalid Device
at org.lwjgl.openal.Util.checkALCError(Util.java:55)
at org.lwjgl.openal.ALC10.alcCreateContext(ALC10.java:251)
at org.lwjgl.openal.AL.init(AL.java:173)
at org.lwjgl.openal.AL.create(AL.java:143)
at org.lwjgl.openal.AL.create(AL.java:102)
at org.lwjgl.openal.AL.create(AL.java:206)
at paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
at paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
at paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
at paulscode.sound.CommandThread.run(CommandThread.java:121)
When I try F3 + S this shows up
[00:43:21] [Sound Library Loader/INFO]: Starting up SoundSystem...
[00:43:21] [Thread-10/INFO]: Initializing LWJGL OpenAL
[00:43:21] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Exception in thread "Thread-10" java.lang.IllegalStateException: Only one OpenAL context may be instantiated at any one time.
at org.lwjgl.openal.AL.create(AL.java:113)
at org.lwjgl.openal.AL.create(AL.java:102)
at org.lwjgl.openal.AL.create(AL.java:206)
at paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
at paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
at paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
at paulscode.sound.CommandThread.run(CommandThread.java:121)
[00:43:22] [Client thread/INFO]: Created: 512x512 textures-atlas
[00:43:23] [Server thread/INFO]: Saving and pausing game...
[00:43:23] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:43:23] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:43:23] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[00:43:49] [Sound Library Loader/WARN]: ERROR MESSAGE:
[00:43:49] [Sound Library Loader/INFO]: SoundSystem did not load after 30 seconds.
[00:43:49] [Sound Library Loader/INFO]: Starting up SoundSystem...
[00:43:50] [Thread-12/INFO]: Switching to No Sound
[00:43:50] [Thread-12/INFO]: (Silent Mode)
My game wont put out any sound at all.
OS: Windows 8.1
The log shows this.
When I try F3 + S this shows up
Well apparently I had to change my audio from Surround to 5.1 surround and it fixed it. Thread can be closed I guess.