Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-225536

Error starting SoundSystem. Turning off sounds & music

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.16.5
    • None
    • java 11;
      java 15;
    • Unconfirmed
    • (Unassigned)

      if the computer has any sound sources (YouTube, Discord, etc) the following error occurs:

      OS: Ubuntu 20.04.2;

      ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
      AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': Device or resource busy
      ... 3 times
      
      [17:47:29] [Render thread/ERROR] [minecraft/SoundEngine]: Error starting SoundSystem. Turning off sounds & music
      
      java.lang.IllegalStateException: Failed to open OpenAL device
      	at net.minecraft.client.audio.SoundSystem.func_216406_f(SourceFile:211) ~[?:?] {re:classloading}
      	at net.minecraft.client.audio.SoundSystem.func_216404_a(SourceFile:136) ~[?:?] {re:classloading}
      	at net.minecraft.client.audio.SoundEngine.func_148608_i(SoundEngine.java:81) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
      	at net.minecraft.client.audio.SoundEngine.func_148596_a(SoundEngine.java:74) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
      	at net.minecraft.client.audio.SoundHandler.func_212853_a_(SoundHandler.java:109) [?:?] {re:classloading,pl:runtimedistcleaner:A}
      	at net.minecraft.client.audio.SoundHandler.func_212853_a_(SoundHandler.java:34) [?:?] {re:classloading,pl:runtimedistcleaner:A}
      	at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?] {re:classloading}
      	at net.minecraft.client.resources.ReloadListener$$Lambda$3661/1484960258.accept(Unknown Source) [?:?] {}
      	at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51] {}
      	at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?] {re:classloading}
      	at net.minecraft.resources.AsyncReloader$$Lambda$3637/406846733.run(Unknown Source) [?:?] {}
      	at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(ThreadTaskExecutor.java:106) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
      	at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) [?:?] {re:classloading}
      	at net.minecraft.resources.AsyncReloader$$Lambda$3615/1283290160.execute(Unknown Source) [?:?] {}
      	at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) [?:1.8.0_51] {}
      	at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51] {}
      	at net.minecraft.client.renderer.texture.TextureManager$$Lambda$3880/225137455.execute(Unknown Source) [?:?] {}
      	at com.mojang.blaze3d.systems.RenderSystem.replayQueue(SourceFile:116) [?:?] {re:classloading}
      	at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:103) [?:?] {re:classloading}
      	at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:398) [?:?] {re:classloading,xf:OptiFine:default}
      	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:996) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
      	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
      	at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
      	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
      	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.1.16.jar:36.1] {}
      	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$459/1661803311.call(Unknown Source) [forge-1.16.5-36.1.16.jar:36.1] {}
      	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
      	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
      	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
      	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
      	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
      

      more information:

      System:    Host: main Kernel: 5.8.0-53-generic x86_64 bits: 64 Console: tty 1 Distro: Ubuntu 20.04.2 LTS (Focal Fossa) 
      
      Audio:     Device-1: Intel Cannon Lake PCH cAVS driver: snd_hda_intel 
                 Device-2: NVIDIA GP107GL High Definition Audio driver: snd_hda_intel 
                 Sound Server: ALSA v: k5.8.0-53-generic
      
      Memory: 15.52 GiB

      if there are no sound sources, everything is in order, but only for minecraft. When you try to enable something else (YouTube, Discord), either there is no sound, or an error occurs in the running applications. But in minecraft, the sound will be.

            Unassigned Unassigned
            junwx Serhii
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: