this post was submitted on 14 Jun 2023
165 points (100.0% liked)
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
54424 readers
421 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
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
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
The black screen on startup was happening for me until I installed vcrun2015, which solved it. Have you tried creating the prefix through lutris?
Add a lutris game as "Wine", then type in a folder where you want the prefix to be created (doesn't have to exist yet).
Fill out the rest of the lutris info, e.g. wine version, DXVK, etc, and then click Save.
Click the dropdown next to the wineglass icon (near the
play
button), and click "Open Wine console".It will take a second to create your prefix, then it will open a console. Just exit out of the console.
Go back to the wineglass dropdown and click "Winetricks"
Wait for it to load, then do "Select the default prefix wineprefix" -> "Install a Windows DLL or component" -> select
vcrun2015
-> Click OK.It will install it in the background, and it should reopen the winetricks GUI when it's done. If it doesn't open the winetricks GUI, it might have failed. Try again and hope it works
After it installs, fill out the rest of the Lutris configuration and try to launch it with that prefix.
Yeah, I'm afraid that's exactly what I've done, no difference.
Very strange. You could try installing
vcrun2017
orvcrun2019
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.
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... :(
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.
Neither have had any effect, I'm afraid.
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:
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
I've copied those settings exactly, still no difference. I do have
pipewire-pulse
installed. Very frustrating!