I was looking for a pretty niche indie game, but I wanted to try it out before purchasing… The only link that still works is made by a user who made their account 4 years ago and about 700 posts, but also 1 warning.

How do I know whether or not I should trust this link?

  • @Diurnambule
    link
    English
    -5
    edit-2
    22 days ago

    Or run it in Linux with proton. Same as VM

    So it seem I was mistaken to feel safe using proton/wine. I stand corrected.

        • meseek #2982
          link
          fedilink
          English
          321 days ago

          Most don’t actually because Wine Is Not an Emulator. It’s a stripped down windows environment that likely doesn’t have the necessary DLLs installed or the file structure to run it. Moreover, WINE doesn’t really do things by itself. If anything did run under it, you’d see a wine-server process spin up.

          It’s definitely not 100% safe, but it’s also not a gaping hole either.

    • Vojtěch Fošnár
      link
      fedilink
      English
      2122 days ago

      It really isn’t, malware still can easily break out as wine nor proton were never designed for isolation in the first place. Easy example is the Z drive giving program access to the whole Linux filesystem.

      • @Diurnambule
        link
        English
        822 days ago

        Ho I see, I stand corrected. Thanks

    • @dracs@programming.dev
      link
      fedilink
      English
      1022 days ago

      Proton is not the same as a VM. It has direct access to your filesystem. It could delete your entire home directory if it wanted to.

      • @Yglorba@lemmy.dbzer0.com
        link
        fedilink
        English
        421 days ago

        Although, as a practical matter it provides some protection in the sense that most malware is probably not designed to do that and will, at worst, fuck up the Windows environment created by Wine / Proton. It’s not something to rely on but it is a bit safer than running something directly on your home machine as a practical matter.

        (Although I guess that depends what the malware does. If it searches every document on your system for credit card numbers and sends them to Albania, that would probably still work.)

    • Berny23
      link
      fedilink
      English
      6
      edit-2
      21 days ago

      Here is a comment I made in another thread:

      For pirated games, I recommend Bottles installed as a flatpak. That’s because it has a per-game toggle for sandboxing the app, not giving it access to your complete home folder and optionally no network access or audio output.

      Even when using trusted sources, you can never be safe enough. Bottles with sandboxing will at least protect your files from crypto trojans and prevent you from becoming part of a botnet. It should not have any impact on performance.

      Remember to put all installer files anywhere inside the prefix folder, otherwise sandboxing denies access to them. After creating an empty game entry in Bottles, check the 3 dots menu for the option to open it in your file explorer.

    • Venia Silente
      link
      fedilink
      English
      222 days ago

      As an extra layer of security, always run wine / proton as a separate user, for example via sudo, or even better via schroot, which won’t let the “Z:/” drive see your entire filesystem.

      • JackGreenEarth
        link
        fedilink
        English
        321 days ago

        I find Z drive seeing my filesystem a useful feature, for mods for example.

      • @Diurnambule
        link
        English
        1
        edit-2
        22 days ago

        Never player with Chroot need to look into it.