this post was submitted on 08 Jun 2025
12 points (67.6% liked)

Linux Gaming

18320 readers
41 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 5 years ago
MODERATORS
 

Hi! Absolutely none game with Steam Proton doesn't works! But when I use Wine-GE with Lutris (or just use Wine-GE instead of Steam Proton) - everything works fine! Where's the issue may be? 🤔

OS: Devuan

you are viewing a single comment's thread
view the rest of the comments
[–] unhrpetby@sh.itjust.works 5 points 21 hours ago* (last edited 21 hours ago) (17 children)

...will encounter many absurd and esoteric problems, all of which ultimately stem from the fact that the vast majority of linux software is developed with systemd as the default, assumed, init system.

Unless the application in question is directly interacting with systemd, then I believe this is overblown.

Applications largely simply expect certain features to be supported. DNS, for example, could be provided by systemd-resolvd or by dnscrypt-proxy.

This isn't being built around systemd, this is being built around the expectation of a feature. This feature can be provided by different applications and still function.

In my experience, providing the features expected is far more important than providing specifically the systemd API.

Basically, any Linux OS that doesn't use systemd should be considered entirely experimental, beyond any software that the OS devs explicitly state they support.

Hard disagree.

I think the init system is more abstracted away from the developers of a game/typical user app than you are implying.

[–] HungryLemon@lemmings.world 3 points 20 hours ago* (last edited 20 hours ago) (8 children)

But if it will works 🤔. And what can I do to do now? Remains only to have try to install some other OS.

Also I've try this instruction: https://github.com/lutris/docs/blob/master/HowToEsync.md

But this also was be helpless 🤷

[–] unhrpetby@sh.itjust.works 4 points 20 hours ago (7 children)

I would look at the proton log of a game that doesn't work.

How do I create logs of a game I run with Proton?

Proton will create a log file for a particular game, if you set the launch parameter to:

PROTON_LOG=1 %command%

The log file will be created in your home folder with the name scheme steam-$STEAMID.log. For example:

$HOME/steam-379720.log
[–] HungryLemon@lemmings.world 1 points 19 hours ago

It takes about 30 minutes...

load more comments (6 replies)
load more comments (6 replies)
load more comments (14 replies)