No sound played at all
Related issues
Attachments
Comments


I'm having the same problem on GNU/Linux (Ubuntu 12.04). Sound worked before and now it doesn't:
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK Server VM (build 23.7-b01, mixed mode)
The sound is working on another computer (Ubuntu 13.04):
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.13.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
Here is a sample of some of the error messages I'm receiving:
[09:55:52] [Client thread/INFO]: LWJGL Version: 2.9.0
[09:55:53] [Client thread/INFO]: Reloading ResourceManager: Default
[09:55:53] [Sound Library Loader/INFO]: Sound engine started
[09:55:54] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[09:55:54] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[09:55:57] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
[09:56:00] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
[09:56:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
[09:56:11] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
[09:56:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
[09:56:39] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:minecart.base

Same here: Win7 HP 64-bit, Java 1.7.0_45-b18.
Before update to 1.7.2 was OK.

This ticket is invalid as it relates to a modified or 3rd party client, server, or launcher.
Any non-standard client/server/launcher build needs to be taken up with the appropriate team, not Mojang.
Any plugin issues need to be addressed to the plugin creator.
This site is for addressing issues related to the base unmodded Minecraft.

I've got unmodded Minecraft.

Your output-client.log attachment is filled with Forge Mod Loader entries.

Yes it was an mistake.-. wrong logfile..

the real log

Reopened since not related to MC-35619
The initialization of the sound enginge is missing. That should look like this:
[19:59:12 INFO]: Client> [19:59:12] [Client thread/INFO]: Reloading ResourceManager: Default
[19:59:12 INFO]: Client>
[19:59:12 INFO]: Client> Starting up SoundSystem...
[19:59:12 INFO]: Client> Initializing LWJGL OpenAL
[19:59:12 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[19:59:13 INFO]: Client> OpenAL initialized.
[19:59:13 INFO]: Client>
[19:59:13 INFO]: Client> [19:59:13] [Sound Library Loader/INFO]: Sound engine started
[19:59:14 INFO]: Client> [19:59:14] [Client thread/INFO]: Created: 1024x512 textures/blocks-atlas
Please attach the complete output of the development console.

Just to let you know: for me the issue is resolved. In the dev. console of the launcher I find that download job "Resources" failed to execute for the first time I've played MC after applying the 1.7.2. So I've restarted launcher and waited about 30 seconds to resume the download job "resources" (this can be related to busy servers) but after the job was succesfully completed all the sound works fine.

I looked in my Minecraft file and all sounds are there.