minecraft-linux / mcpelauncher-manifest

The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
https://minecraft-linux.github.io
GNU General Public License v3.0
926 stars 100 forks source link

no sound mac os x #450

Open ghost opened 3 years ago

ghost commented 3 years ago

I have no gamesounds in mac os 10.11.6 (el capitan). how can i fix this? thanks

ghost commented 3 years ago

any ideas guys?

ChristopherHX commented 3 years ago

Sadly the sound output for the i386 launcher stopped working on macOS, because apple deprecated and removed it in later versions.

To still get sound you will have to compile the launcher from source with pulseaudio installed I never did it myself, I'm unable to run 10.11.x

ghost commented 3 years ago

Thanks I will try this!

IronRus-GitHub commented 3 years ago

image It does not work the commands does not exist

ChristopherHX commented 3 years ago

You will need Xcode with sdk 10.14 or lower

cmake not found => xcode is not installed brew not found => brew not installed, but you didn't read what I wrote that this step needs a replacement and I never did it myself, because my device (fall 2012, it is 8 years old) has sound on macOS 10.12, 10.14 with 64bit Minecraft.

I recommend you to get a newer PC, then you will have sound. Otherwise you need to learn how to compile code first, you cannot expect that blind copy paste will work. The sound problem is indirectly caused by the release of macOS 10.15 without 32bit support.