This is my childhood game and I can’t make it work on Linux. The menu starts fine and the character selection screen as well, but once I select a character, it crashes. I tried running it with different renderers and different Wine/Proton versions, and it’s always the same result.

I enabled output debugging in Lutris. Here’s the result: Link

And this is my system info: Link

Please help!

  • rowinxavier@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 months ago

    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

    • molochthagod@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 months ago

      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.

      • rowinxavier@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        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.