Some of them that come to mind for me are:

  • FitGirl’s Escape from Tarkov repack that featured a single player mod

  • FitGirl’s Half Life Alyx repack that with the NoVR mod

  • Gnarly’s Tale of Two Wastelands repack that had everything ready to go after the install. No need to install both Fallout 3 & New Vegas and wait hours for things to compile

    • Yote.zip@pawb.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Very strange. You could try installing vcrun2017 or vcrun2019 to see if one of those works instead, but otherwise my wine’s configuration doesn’t have anything special going on. I specifically made a new wine prefix every configuration attempt, and installing vcrun2015 was reproduceably the step that allowed the game to launch.

      I have an AMD card, though that shouldn’t matter. You can potentially check the lutris log for the game to see if anything useful gets printed there. In my experience it rarely prints anything useful.

      To my knowledge, wine isn’t really that complicated - there’s only a couple important components that decide whether something’s going to run or not, and I don’t think it should really change on a per-system basis outside of maybe GPU drivers.

      Did you get Heavy Rain to work at least?

      Edit: Also I can at least say with certainty that if you’re using Steamless + Goldberg to defeat the DRM that that is not where the problem is. The game itself is having trouble running for whatever reason.

      • minimar@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Installing the other vcrun’s didn’t help. I have an AMD card too, so that’s not the issue.

        Lutris log, just in case

        I don’t have heavy rain downloaded at the moment, but I have a feeling it’ll be the same story… :(

        • Yote.zip@pawb.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          I’m downloading a copy of Doom 2016 to take another look. I see an Nvidia message in there, can you try disabling NVAPI under Lutris -> Runner Options?

          If that doesn’t work, can you try using Wine-GE 7-37 specifically? That’s the version I used but you’re on 8-8, so maybe there’s a regression at some point that caused this.

            • Yote.zip@pawb.social
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              1 year ago

              I’ve played around with it a bit and can’t get a situation where it fails to start.

              This is my lutris configuration. I’ve disabled as many features as possible (including dxvk and vkd3d) and it still works:

              game:
                exe: /mnt/Cracking/Prefix/drive_c/Games/DOOM/DOOMx64vk.exe
                prefix: /mnt/Cracking/Prefix
                working_dir: ''
              system:
                env: {}
                fps_limit: ''
                gamemode: false
                mangohud: false
                prefix_command: ''
                pulse_latency: false
                terminal: false
              wine:
                battleye: false
                d3d_extras: false
                dxvk: false
                dxvk_nvapi: false
                dxvk_version: v2.2
                eac: false
                esync: false
                fsr: false
                fsync: false
                overrides: {}
                version: lutris-GE-Proton8-8-x86_64
                vkd3d: false
                vkd3d_version: v2.9
              

              My last guess is that users are reporting a black screen on startup if pulseaudio is not installed. If you happen to use ALSA or maybe don’t have pipewire-pulse installed, that could be causing the issue. If that’s not the case, then I have no idea what’s going on. Something from your system seems to be causing issues at a deeper level than just lutris/wine configuration.

              https://github.com/ValveSoftware/Proton/issues/3480

              https://github.com/ValveSoftware/Proton/issues/4016

              • minimar@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 year ago

                I’ve copied those settings exactly, still no difference. I do have pipewire-pulse installed. Very frustrating!