• 0 Posts
  • 17 Comments
Joined 8 months ago
cake
Cake day: January 9th, 2024

help-circle




  • Ooh damn. Mandrake was my first distro, I remember being sooo excited when the CDs came in the mail. It was I think 4 discs?

    The experience was absolutely not good lol. At the time I only had one computer (some eMachines something or other) and a 56k line that only went to 14400 or 2600 baud depending on the weather. My NIC wasn’t supported and after some banging my head on the desk I ended up going back to windows 98se after a few days because it was the family computer I messed up and caught sooo much flak for wiping.

    Returned some years later when it was called Mandriva and had a better experience with a custom built AMD machine. The eMachines machine by then was still around as a network file server running a flavour of BSD that served media to my OG xbox played through XBMC (now Kodi).

    Great post OP and thanks for the trip down memory lane!












  • 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?


  • 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 - the 221100 is the app ID of of DayZ on the steam store. After backing it up, delete the original 221100 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?