Iskaral_Pust: I am trying to run Terraria on Ubuntu and running start.sh does nothing.
Running game/Terraria directly gives me:
AL lib: (EE) ALCplaybackOSS_open: Could not open /dev/dsp: No such file or directory
Does anybody know how to fix this?
There is not a ton of information that you're giving here but... I'm going to assume that you only typed start.sh
Find the file you downloaded for Terraria that ends in .sh (the main download) and open up a terminal in that folder, usually right clicking on an empty space does this. The basic instructions are copy and pasted from Ubuntu help, and it's how I install my GoG games on linux.
How to Execute INSTALL.sh Files in Linux Using Terminal
Download the software you wish to install.
Extract the Tar or Zip to your Desktop.
Double-click the extracted folder.
Open a terminal window.
Type cd ~/path/to/the/extracted/folder and press ↵ Enter.( only if you opened the terminal from the hotbar)
Type chmod +x install.sh and press ↵ Enter. ( 'install.sh' replace the word install with the name of your game.sh)
Type sudo bash install.sh and press ↵ Enter. ( the sudo bash part can be done like this ./nameoffile.sh )
Enter the root password and press ↵ Enter. ( this step may not be required depending on how your OS is setup)