I had trouble running Invisible Inc. game by Klei on Linux. It is one of my favourite games. I could not hear any sound when I runned it from steam game menu.

Now I found a solution for this problem: just add this short bash script to your /home directory:

#!/bin/bash
cd ~/.steam/steam/steamapps/common/InvisibleInc/
./run-linux.sh

And name it “invisible.sh”

Make the script executable by opening a shell and type in:

$ chmod +x invisible.sh

Now you can run the invisible game from a bash shell with this command:

$ ./invisible.sh

I hope this can help you to fix this problem! And now you can hear the game sounds.