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:

  • @hollyberries@programming.dev
    link
    fedilink
    04 months ago

    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:

    /home/pokko/snap/steam/common/.local/share/Steam/ubuntu12_64/steamwebhelper.sh: line 53: /proc/sys/kernel/unprivileged_userns_clone: Permission denied
    /home/pokko/snap/steam/common/.local/share/Steam/ubuntu12_64/steamwebhelper.sh: line 60: /proc/sys/user/max_user_namespaces: Permission denied
    

    and

    flock /usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf LOCK_SH failed. errno = 13vkEnumeratePhysicalDevices failed, unable to init and enumerate GPUs with Vulkan.
    BInit - Unable to initialize Vulkan!
    

    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?

    • @Critical_Insight@feddit.ukOP
      link
      fedilink
      04 months ago

      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.

      • @hollyberries@programming.dev
        link
        fedilink
        04 months ago

        Thankfully someone stepped in about snap… I don’t like it and would have gone on a rant without circling back to the issue on hand lmao

        As recommended somewhere up the chain, try a different version of Proton. Support for your hardware may have been deprecated.

        From here, I’m out of my element. Best of luck, sorry I couldn’t have been of more help!