- Joined
- Jun 16, 2013
- Messages
- 61
- Reaction score
- 20
Since this information is on the old site, it makes sense to move it over to the new one. Basically, this is just a quick thread regarding no sound in Ubuntu and related operating systems.
The workaround looks like this:
This goes straight into the terminal, and adjusts an environment variable to route the sound to the right place. The second command is what launches the game. Adjust the "/path/to" accordingly.
I'm mostly just posting this for myself and my fellow Linux users, as I know that once the old site is gone I will forget this method entirely otherwise :P Hope it helps people.
The workaround looks like this:
Code:
export LD_LIBRARY_PATH="/path/to/StarMade/native/linux:$LD_LIBRARY_PATH"
java -jar StarMade-Starter.jar
I'm mostly just posting this for myself and my fellow Linux users, as I know that once the old site is gone I will forget this method entirely otherwise :P Hope it helps people.