Ubuntu – “Limbo” game has no sound

gamessound

I just bought a game called Limbo in Humble Bundle V. The site says that all games are cross-platform but in my computer the game has no sound. I've searched in google and looked in the official FAQ, but none of them helped me.

How can I fix this?

Best Answer

I've managed to get it working with sound on 12.04 in following way:

  1. Add the Wine PPA:

    sudo add-apt-repository ppa:ubuntu-wine/ppa
    sudo apt-get update
    sudo apt-get upgrade
    winetricks directx9
    winecfg 
    
  2. Change d3dx9_43 to "(native,builtin)" in Libraries tab

  3. Download windows package and install it with wine.

  4. Launch windows LIMBO!
Related Question