this post was submitted on 10 Jan 2024
40 points (90.0% liked)

Linux

47224 readers
794 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

This may not be a Linux specific problem as I had the exact same issue earlier with Windows 7 and it's one of the reasons I installed Linux in the first place.

The specific game I'm trying to play is DayZ but it may not be issue specific to this game. It worked flawlessly untill this point. I had made no changes to anything. Basically when I try to launch the game it starts loading up normally and then just apparently quits and the "Play" button goes back green. No error, no black screen, no freezing or anything. It just stops launching the game.

I've tried checking the integrity of files, deleting downloads catche, disabling steam cloud, removing launch options.. nothing. Almost like it gets blocked by firewall or something. However I feel like it may be an issue with steam itself or then it's a hardware issue (I've got really old PC)

Few things I've noticed that may or may not be related:

  • When opening up steam it almost always used to download some updates first and check the integrity of them or something. Now it doesn't. It just opens up Steam. When I click "check for updates" it says everything is up to date.

  • The firmware updater shows available updates for my SSD and HDD but no option to update. I also tried with sudo fwupdmgr get-devices but it says "UEFI firmware can not be updated in legacy BIOS mode See https://github.com/fwupd/fwupd/wiki/PluginFlag:legacy-bios for more information."

  • In the privacy settings it says "checks failed" and gives me this message:

  • I've tried reinstalling Proton BattlEye Runtime but it wont let me uninstall it and says "missing shared content"
you are viewing a single comment's thread
view the rest of the comments
[–] Critical_Insight@feddit.uk 2 points 8 months ago* (last edited 8 months ago) (1 children)

Yeah the unistallation gets stuck with terminal aswell. It managed to break steam so it no longer opens but wont remove it either. Guess I'll just try and install it again via terminal nevertheless.

[–] Para_lyzed@lemmy.world 1 points 8 months ago (1 children)

Unless it errors out, it should eventually finish. But if you cancelled it, then just purge remove the snap like the following:

sudo snap remove --purge steam

That should skip the data backup when removing. I've seen reports of other users that this backup process sometimes takes 10-20 minutes with the default remove command, even with small programs. Blame Canonical for that one.

[–] Critical_Insight@feddit.uk 1 points 8 months ago* (last edited 8 months ago) (1 children)

I wonder if this command would clear out the remaining files from the snap install that appears to have been left behind? Since the game is now working I'm afraid to tweak anything more so that I don't mess it up again

[–] Para_lyzed@lemmy.world 2 points 8 months ago

No, it wouldn't since the steam snap isn't installed anymore. But you can clear out the left over snapshot of it manually. Just use sudo snap saved, find the entry that says steam, and sudo snap forget

If there is no steam entry listed, then there's nothing else you have to do.