this post was submitted on 14 Jun 2023
160 points (98.8% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53911 readers
249 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 1 points 1 year ago (1 children)

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... :(

[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago (1 children)

Neither have had any effect, I'm afraid.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] [email protected] 1 points 1 year ago

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