Hello, how are you? Thanks for responding. No, installing Java 21 didn’t fix the error, but I was able to solve it. If it’s helpful, I’ll explain the solution: OpenAL was making Minecraft sound come out of only one side, so I had to create a special configuration in the terminal to force the audio to MONO:
nano /tmp/alsoft.conf.
Then I had to paste this:
[general]
channels = mono
Save and close the file.
Finally, run Minecraft from the terminal with a command to make this take effect:
Hello, how are you? Thanks for responding. No, installing Java 21 didn’t fix the error, but I was able to solve it. If it’s helpful, I’ll explain the solution: OpenAL was making Minecraft sound come out of only one side, so I had to create a special configuration in the terminal to force the audio to MONO:
Then I had to paste this:
Save and close the file.
Finally, run Minecraft from the terminal with a command to make this take effect:
And that’s it :D (all with ChatGPT xd)