Just wondering the best method here. Searching doesn’t always get me the answer for every game, and I keep having this issue where I launch a game and it will load then stop without ever displaying anything (liminal core and assetto corsa are 2 examples). Running mint, all AMD. protonge, wine tricks, all of that needed stuff is installed. I run steam from terminal to try and see if I can figure out where it’s crashing, but I’m not totally sure. Is there a better error dump I can access ? I’ve tried multiple proton versions, do I need to launch it with all 50 versions to find a working one?

  • BlueSquid0741@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    20
    ·
    1 day ago

    Run from terminal and see what went wrong.

    If you’re using a launcher with built in logger, refer to that (I’ve seen one on lutris, not Bottles, unsure about heroic).

    • Zanshi@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 hours ago

      This. It also made me genuinely hate how Steam on Linux handles library sharing on a multi user system.

      • pHr34kY@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        11 hours ago

        Is it just Linux? I keep finding games that clearly make no attempt to separate game assets from user save data.

        I’ve tried multiple user accounts pointing to the same library path and the file permissions keep getting screwed up. I tried one user account with steam’s multi user login and the save files tend to jump between users.

        I don’t think it’s acceptable to duplicate a 100GB game so that two users can have different save points.

        • Zanshi@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          10 hours ago

          So far I’ve yet to encounter the separation between save and game data issue. It’s permissions that drive me up the wall. I’ve tried giving everyone write access, I’ve tried creating a group specifically for games. But no, proton/wine prefixes require ownership and not just access, and will not yield, and Steam won’t even show what’s the issue unless you run it from terminal.

    • tal@lemmy.today
      link
      fedilink
      English
      arrow-up
      21
      ·
      1 day ago

      I start a script instead of the Steam binary directly.

      #!/bin/bash
      exec steam "$@" >~/.steamlog -console -nobigpicture -nochatui -nofriendsui -silent 2>&1 &
      

      That way, I’ve always got a log of terminal output in a file in my home directory, and don’t need to go restarting Steam, just glancing at the file. Gets overwritten the next time I start Steam.

  • Gobbel2000@programming.dev
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 day ago

    You have already done most of what I would do, but here is my list:

    • Try another Proton version (in my experience Proton 6 seems stable and sufficiently different)
    • Check ProtonDB if this problem is known
    • Read the logs in the command line output
    • Try both steam-native and steam-runtime (maybe this is only an Arch thing?)
    • First back up, then delete the entire protonprefix (~/.local/share/Steam/steamapps/compatdata/<GAME-ID>). THIS WILL ALSO REMOVE ALL SAVEFILES OF THE GAME!
    • Use an Xorg desktop environment instead of Wayland
    • transscribe7891@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      a possible pro-tip/what i do: organizing your library with categories matching protondb status.

      I’ve categorized every game i own by either borked, bronze, gold, native, platinum, or uncategorized for games not reviewed yet. Any new game I even think about getting i check protondb first. (Though now I try not to buy from steam and just go to DRM-free stores like GOG and Epic through Heroic.)

      This way you have a general idea of which games might give you trouble when you go to try to play them, and how much tinkering you might have to get into.

      You can also then target just uncategorized games if you wanna contribute to protondb with your own experiences and observations.

  • bigboismith@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 day ago
    1. Protondb
    2. Different proton version
    3. Restart steam in terminal and look at what it logs (permission problems are quite frequent multi-user system)
    4. Die
  • Caveman@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 day ago

    I go on protondb and see if people regularly have problems. If not I check to see if someone has the same GPU. Then I try whatever trick they have there. Then I try switching to an X11 session instead of wayland.

    If there’s a launcher like rockstar I search for that specifically.

  • Tattorack@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    First I typically see if other Proton versions work, like ProtonGE or Experimental. That tends to fix quite a number of issues.

    If still not, to ProtonDB I go. Often if I can’t find a solution there it’s hopeless.

  • Shawdow194@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    I have two machines with different hardware.

    Sometimes this helps if it runs on one vs the other

  • karthnemesis@leminal.space
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    1 day ago

    I usually don’t have to do this at all, but this is my system for the rare hiccups, in order.

    • ProtonDB
    • Are they using an incompatible anticheat?
    • Different proton (usually one a few versions behind esp if it’s an old game, maybe GE, more than that isn’t useful)
    • Verify installed files through steam
    • Make sure my mod load order isn’t crap (if applicable)

    .

    • Check if the game launcher actually points to the correctly named file + rename / change the exe if not (usually this gives an error box saying the file is not present)
    • Uninstall + reinstall (esp if previously worked)
    • Broad internet search for game + linux distro
    • Launch options I’ve used for other games (PROTON_USE_WINED3D11=1 often is my first tried)

    .

    • Protontricks, tell it to use a different version of windows
    • Uninstall DLC, launch vanilla once, reinstall DLC (yes this has worked more than once for various weird issues, no i don’t know why)
    • Backup personal data files, + delete all installed files / workshop files + verify installed files again
    • Wait for someone smarter than me to figure it out / a system update that addresses it / new proton and check in a few months
  • dwindling7373@feddit.it
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 day ago

    More often then not it’s because of an update and I reboot.

    I know, I know, don’t ask, it works.

    Otherwise I just spam different Proton version until something magically works.

  • _____@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    I had this issue where a game wouldn’t launch at all and there weren’t any useful logs. I don’t know how to use wine to launch the game without steam so I didn’t do that. I stead I pretty much reinstalled kernel and dependencies. I don’t know what went wrong or how that fixed it but it did.

    I think it had something to do with drivers.