-
Bug
-
Resolution: Duplicate
-
None
-
1.0.7
-
None
-
None
-
Win7 64bit
-
Unconfirmed
What I expected to happen was...:
Game sounds to happen
What actually happened was...:
Game didnt make sound
Steps to Reproduce:
I have no clue, sorry, but here's the debug message:
Launching in C:\Users\Tom\AppData\Roaming\.minecraft\profiles\latestvanilla Running C:\Program Files\Java\jre7\bin\javaw.exe -Xmx1G -Djava.library.path=C:\Users\Tom\AppData\Roaming\.minecraft\versions\1.6.1\1.6.1-natives-4536428254268 -cp C:\Users\Tom\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Tom\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\Tom\AppData\Roaming\.minecraft\versions\1.6.1\1.6.1.jar net.minecraft.client.main.Main --username Tommy59375 --session token:3694a324153f4fb2b7348ea5372fab48:bdd72b1b3e5c48d284ba1d3f6ff7a265 --version 1.6.1 --gameDir C:\Users\Tom\AppData\Roaming\.minecraft\profiles\latestvanilla --assetsDir C:\Users\Tom\AppData\Roaming\.minecraft\assets ---- YOU CAN CLOSE THIS LAUNCHER IF THE GAME STARTED OK ---- ---- YOU CAN CLOSE THIS LAUNCHER IF THE GAME STARTED OK ---- ---- YOU CAN CLOSE THIS LAUNCHER IF THE GAME STARTED OK ---- ---- (We'll do this automatically later ;D) ---- Client> 2013-07-02 16:46:11 [CLIENT] [INFO] Setting user: Tommy59375 Client> 2013-07-02 16:46:11 [CLIENT] [INFO] (Session ID is token:3694a324153f4fb2b7348ea5372fab48:bdd72b1b3e5c48d284ba1d3f6ff7a265) Client> 2013-07-02 16:46:11 [CLIENT] [INFO] LWJGL Version: 2.9.0 Client> 2013-07-02 16:46:12 [CLIENT] [INFO] Reloading ResourceManager: Default Client> Client> Starting up SoundSystem... Client> Initializing LWJGL OpenAL Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) Client> AL lib: (EE) DoReset: Failed to initialize audio client: 0x887c0032 Client> Exception in thread "Thread-5" org.lwjgl.openal.OpenALException: Invalid Device Client> at org.lwjgl.openal.Util.checkALCError(Util.java:55) Client> at org.lwjgl.openal.ALC10.alcCreateContext(ALC10.java:251) Client> at org.lwjgl.openal.AL.init(AL.java:168) Client> at org.lwjgl.openal.AL.create(AL.java:138) Client> at org.lwjgl.openal.AL.create(AL.java:102) Client> at org.lwjgl.openal.AL.create(AL.java:201) Client> at paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164) Client> at paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576) Client> at paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572) Client> at paulscode.sound.CommandThread.run(CommandThread.java:121) Client> 2013-07-02 16:46:50 [CLIENT] [INFO] Reloading ResourceManager: Default Client> Client> Starting up SoundSystem... Client> Initializing LWJGL OpenAL Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) Client> Exception in thread "Thread-17" java.lang.IllegalStateException: Only one OpenAL context may be instantiated at any one time. Client> at org.lwjgl.openal.AL.create(AL.java:113) Client> at org.lwjgl.openal.AL.create(AL.java:102) Client> at org.lwjgl.openal.AL.create(AL.java:201) Client> at paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164) Client> at paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576) Client> at paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572) Client> at paulscode.sound.CommandThread.run(CommandThread.java:121) Client> ERROR MESSAGE: Client> SoundSystem did not load after 30 seconds. Client> Client> Starting up SoundSystem... Client> Switching to No Sound Client> (Silent Mode)
- duplicates
-
MCL-169 Legacy: LWJGL OpenAL: Failed to initialize audio client
- Resolved