this post was submitted on 10 Jan 2024
1 points (100.0% liked)
Linux
48090 readers
753 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't have any idea about your hardware issues. They're likely unrelated if the game has already been played without issue.
For the steam diagnosing, start with running steam from your terminal, by running
steam
. You may get lucky and the error is clearly identified in the console.If that fails, backup
$HOME/.local/share/Steam/steamapps/compatdata/221100
- the221100
is the app ID of of DayZ on the steam store. After backing it up, delete the original221100
directory and re-launch the game. This doesn't delete the game, but rather deletes the Proton prefix for the game.If the game launches, copy any save files (if any) you may have in the backed-up
221100
directory over to the new one.The above worked for me when I had similar issues when playing Batman: Arkham Asylum.
To be thorough, have you tried any other games to rule out your hardware being an issue?
I installed DayZ Experimental and I have the same issue with that. I haven't tried with other games as I have none installed.
Trying to run steam via terminal gives me this wall of text:
Oh damn, you're using the snap version of Steam, this is unfortunately outside of my area of experience :(
Some key error messages I see are:
and
You've got permission errors and a GPU driver issue somewhere, likely related to the permission errors. The
flock
errors stand out to me also, as they are fonts. Maybe required fonts for the game to run?I've been using Linux for only a couple of weeks and all this is complete hebrew to me. I have no clue what is snap version of steam.
I'm not trying to steal hollyberry's job here but here is my understanding of snaps (and why they aren't good).
Snaps were created by Canonical (The company behind Ubuntu) to fix the issue of inconsistent dependencies. The problem with the format is that the market is proprietary and they just aren't very good. Also they perform somewhat worse than Appimages and Flatpak.
Personally I reccomend you look into Flatpak, as it's a better sandboxing format than snap is.
Also the reason you ended up with the SNAP version of steam is because Ubuntu prioritizes the snap version over the native version when using
~~the last part is not true, apt installs things natively. Ubuntu software (the graphical app store) uses snap, however~~
I stand corrected. The apt packages on Ubuntu sometimes just install snaps under the hood. really strange move by Canonical