this post was submitted on 09 Apr 2024
17 points (94.7% liked)
Linux Gaming
15250 readers
131 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
OK, so a few possible starting points. It looks like you are running a 32 bit programming but may not have all the 32 bit libraries installed. This may be referred to as multilib or similar, but you need the 32 bit versions to run 32 bit software properly.
Second, if the above doesn't solve it you may be having the same issue I had with Arcanum. I had taken a rip many years back and it had been corrupted so it would segfault like yours is. The solution was to find an alternate image of the disk which was clean and using that.
Good luck
Appreciate the help.
I doubt it's the second thing because for an obscure game like this that at some point became free, most uploads on the internet are probably the same. But I will try a different one if the first option doesn't work out.
Speaking of it, could you provide a more specific instruction or a proper package name for me to install? Because I tried searching for "multilib" and "32-bit libraries" and I doubt any of the ones I found were what I need, but I can't tell it all looks pretty confusing.
Have a look at this link
https://linuxways.net/mint/setup-wine-linux-mint-21/
It has steps for enabling 32 bit support, around step 2 enables and step 3 installs wine again after. You need to go through the wine install again after enabling 32 bit support (i386). If you don't get all the packages with :i386 at the end remove wine and then install again.
With the upload, if it isn't bittorrent it may be corrupted without being checked. Maybe look for an md5sum and confirm you have the file as expected. If the md5sum checks out you are sorted, if not you will at least know. That said it is as you say very unlikely to be the file, much more likely the libraries. Let me know how you go.