this post was submitted on 04 Feb 2024
23 points (89.7% liked)

Linux Gaming

14954 readers
39 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

I can't install any GOG games with Lutris. When trying to install any game it shows a popup with "Failed to retrieve wine (None) information" and then nothing happens.

It did work flawless before, when I tried it for the first time like 2 weeks ago. But now it gives this error on every game I try to install. For testing purposes I tried to run the already installed game and it worked normal. Then I uninstalled it, and now it has the same error when I try to install it, so it seems to be no game specific problem.

I didn't change anything in Lutris afaik, didn't even open it since my first test 2 weeks ago.

top 3 comments
sorted by: hot top controversial new old
[–] darkmatternoodlecow@programming.dev 11 points 7 months ago (1 children)

Find this file:

Flatpak: ~/.var/app/net.lutris.Lutris/config/lutris/runners/wine.yml
Otherwise:  ~/.config/lutris/runners/wine.yml

The file points to a version of Wine that you no longer have installed. Find the section that looks like this:

wine:
  version: wine-ge-8-25-x86_64

Update the version listed here to the latest one you actually have installed. You can get the exact name by clicking this button in Lutris:

It should be obvious from the list shown in the window that pops up which Wine versions you have installed, and which versions you're actively using. Get the name of one that's installed and copy it into the wine.yml file; keep the formatting that's already there, with a hyphen between the version and the architecture.

Save the file, restart everything, bam, games galore.

[–] Nachtara@feddit.de 4 points 7 months ago (1 children)

Could sadly not find the wine.yml, but your reply still helped me to find the problem. The used wine version in the options was specified as "wine-ge-8-25-x86_64 (standard)". Changing that to "wine-ge-8-25-x86_64" and restarting fixed the problem. For whatever reason it now changed to "lutris-7.2-2-x86_64", but it still works, so I will not touch that again-.

[–] Rustmilian@lemmy.world 2 points 7 months ago* (last edited 7 months ago)

Naming convention bug. It happened to me a long time ago back when you had to manually add anything "GE".
The Wine & Proton packaging isn't supposed to have (random bs description) in the name else lutris won't be able to recognize it.
As for wine.yml, if you're using a system package & not a flatpack try :

cat $XDG_CONFIG_HOME/lutris/runners/wine.yml
ls $XDG_CONFIG_HOME/lutris/runners/