It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hey everyone,

I just got SteamWorld Dig because it's supposed to run on Linux but I'm having trouble starting it. I have Min 17 64 bit with the proprietary ATI drivers but I have the same issue with the open source drivers. All the required packages are installed except for "libasound2-data:i386", which doesn't exist even in Ubuntu. Plain "libasound2-data" does exist, though, and it is installed, so I am assuming this was a typo in the requirements.

When I try to start the game, this is what happens:

[borfast:/home/borfast/Downloads/Steamworld Dig] $ ./start.sh
Running Steamworld Dig
support/gog_com.shlib: line 203: 12284 Segmentation fault ./"${bin_64}"

I don't even see a window trying to open or anything, it just crashes as soon as I run the start script.

Anyone has any idea what the problem might be or how to solve it?
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
borfast: Hey everyone,

I just got SteamWorld Dig because it's supposed to run on Linux but I'm having trouble starting it. I have Min 17 64 bit with the proprietary ATI drivers but I have the same issue with the open source drivers. All the required packages are installed except for "libasound2-data:i386", which doesn't exist even in Ubuntu. Plain "libasound2-data" does exist, though, and it is installed, so I am assuming this was a typo in the requirements.

When I try to start the game, this is what happens:

[borfast:/home/borfast/Downloads/Steamworld Dig] $ ./start.sh
Running Steamworld Dig
support/gog_com.shlib: line 203: 12284 Segmentation fault ./"${bin_64}"

I don't even see a window trying to open or anything, it just crashes as soon as I run the start script.

Anyone has any idea what the problem might be or how to solve it?
I don't know if my answer is related to your issue, but I had a very similar problem: the game would crash immediately to desktop upon launching on Ubuntu 14.04 & 16.04. I can't remember the (if any) error messages, but I managed to run it successfully by installing the following packages (you may use synaptic manager or apt-get):
osspd
osspd-pulseaudio

Good luck, I hope it helps ....