When I launch Ape out, it does not launcher it only gives this error.

    • mudle@lemmy.mlM
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      14 days ago

      Assuming when you created the bottle, you chose “gaming”, it will use “soda” as it’s default runner, which is based off of proton. Maybe try going into preferences, runners, then click on “Soda”, and try messing around with different versions.

      According to the latest ProtonDB reports of Ape Out, Proton 8.0-5 was being used. Looking at my available “Soda” runners in bottles, I see soda-8.0-2,soda-9.0-1, and soda-experimental_8.0 as the latest runners available. I would try using those runners as a start.

      Also, (I only now just noticed it), under preferences, in General, there is an “Integrations” section. Under that there’s “Steam Proton Prefixes”, which (I assume) allows you to use Proton prefixes.

      Here are the following commands, depending on your installation method of Steam to give permissions to Steam’s path if it doesn’t have it already.

      Steam non-Flatpak:

      flatpak override --user com.usebottles.bottles --filesystem=xdg-data/Steam

      Steam Flatpak:

      flatpak override --user com.usebottles.bottles --filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam

      Alternatively you can use Flatseal and add the path: ~/.var/app/com.valvesoftware.Steam/data/Steam

      • diy@sh.itjust.worksOP
        link
        fedilink
        arrow-up
        3
        ·
        14 days ago

        Thanks; it runs now. It runs at 3–5 fps, and the CPU is maxed. I have played Ape Out on linux with bottles before, and it ran fine. I used Pop-Os Gnome; now I use Fedora Sway.

        • mudle@lemmy.mlM
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          14 days ago

          Happy to help!

          It runs at 3–5 fps, and the CPU is maxed

          Do you have a GPU or are you running the game on integrated graphics? Running on integrated graphics can definitely be the issue here but It’s more likely that it’s shader compilation however.

          • diy@sh.itjust.worksOP
            link
            fedilink
            arrow-up
            1
            ·
            14 days ago

            I have a GPU and CPU with integrated graphics; is there any way to check if it’s using the GPU or CPU? If it is a shader problem, is there a way to fix it?

            • mudle@lemmy.mlM
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              14 days ago

              You can check if it’s using the Discrete GPU by going into “Details” in your game’s bottle, then go into “settings”, and make sure that the toggle for “Discrete Graphics” is turned on. You can also set an environment variable; DRI_PRIME=1. Also might want to check your HDMI or DP cable is plugged into your GPU. You could also try checking GPU usage while the game is running, and seeing if it’s using your GPU at all.

              You said you moved to Fedora from Pop_OS; If you are using an Nvidia GPU, you might want to check if you’ve got the Nvidia Proprietary drivers installed or the Nouveau drivers. You can check this by running lsmod | grep nvidia in a terminal. If you get any output whatsoever then you’re using the Nvidia Proprietary drivers, which is what you want for gaming.

              If it is a shader issue; in the same “settings” in bottles make sure DXVK and VKD3D aren’t disabled. There’s no real way to bypass shader compiling. All your games need to compile shaders.

              • diy@sh.itjust.worksOP
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                13 days ago

                When I enable DXVK and VKD3D, the game doesn’t launch. I am using an AMD GPU. I just get the same error Error image

                • mudle@lemmy.mlM
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  13 days ago

                  The only times I’ve encountered a game or program not launching via Bottles, it had to do with missing dependencies and/or other issues with the installer.

                  SteamDB has a list of dependencies that are used for Ape Out, of which you can try adding to your Bottle.

                  However, I would try running the game in Lutris; In Lutris, if you encounter issues with the game, you can click on “show logs” which will (hopefully) help you out a great deal. Lutris uses their own runtime which is primarily pulled from Valve’s Steam runtime (IIRC), saving you from having to hunt for dependencies (if missing dependencies are the issue).

                  • diy@sh.itjust.worksOP
                    link
                    fedilink
                    arrow-up
                    3
                    ·
                    edit-2
                    13 days ago

                    It somehow just works with lutris thanks a lot, Sorry for the trouble. I should just have tried lutris. Do lutris always download user-made scripts, or is it just if you select it?

    • f00f/eris@startrek.website
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      14 days ago

      First, go to [three dots] -> Preferences -> Runners -> Proton, click the button next to the newest available version of Proton GE (currently ge-proton-9-7), and wait for it to download.

      Then, go to your bottle -> Settings -> Runner, set the runner to ge-proton-[version], and wait for Bottles to configure the new runner.

      • diy@sh.itjust.worksOP
        link
        fedilink
        arrow-up
        2
        ·
        14 days ago

        Thanks; it runs now. It runs at 3–5 fps, and the CPU is maxed. I have played Ape Out on linux with bottles before, and it ran fine. I used Pop-Os Gnome; now I use Fedora Sway.