EDIT: The issue was caused by my SSD being formatted in exFAT, which doesn’t support symlinks. I backed up my SSD & reformatted it to btrfs, and then I could install .NET without hassle & the game runs!

Original Post:

I’m having an issue running this game on linux, every time I click play in Steam I get the following popup:

“you must install .NET desktop runtime to run this application”

Clicking “yes” takes me to download a Windows .exe which of course can’t run on linux. I manually installed the .NET runtime following linux instructions here: https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian but the game still gives me this error.

Other things I’ve tried:

  • Reinstalling BG3
  • Completely deleting every file from steamapps/common for BG3 & reinstalling
  • Reinstalling Proton
  • Skipping the launcher
  • Tried with proton experimental, 9, 8, 7

My launch args are STEAM_COMPAT_DATA_PATH=/home/user/.local/share/Steam/steamapps/compatdata gamemoderun %command% --skip-launcher

On protondb everybody else seems to be running the game fine, but I don’t understand how to get past this error.

  • Jozzo@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    Still the same error unfortunately.

    Interestingly though, when I try to install .NET manually via protontricks-launch -v --appid 1086940 /home/user/Downloads/windowsdesktop-runtime-6.0.35-win-x64.exe I get the following error:

    /media/user/T7/Main/Games/SteamInstalled/steamapps/compatdata/1086940/pfx/dosdevices/c:/windows: No such file or directory
    

    Going down that tree I see the entire path is there except for “/c” at the end. I manually added a “c” folder, but then I get stuck at this error:

    protontricks (ERROR): Active compatibility tool was found, but it's not a Proton installation supported by Protontricks.
    Proton installation could not be found!
    

    I know my proton installation works because all my other games use it fine. Proton is on a different drive than BG3, could that cause issues?

    • 2xsaiko@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 day ago

      dosdevices/c: is missing I’m assuming is what you mean? That’s very weird, it is there in every wine prefix and should be a link to …/drive_c.

      Proton is on a different drive than BG3, could that cause issues?

      I don’t think so.

          • Jozzo@lemmy.worldOP
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 day ago

            I think you’ve just pointed me in the direction of a solution…

            I tried to create a symlink “c:” pointing to …/drive_c, but I couldn’t. “Operation not permitted” I then got ptsd flashbacks to the last time this happened - turns out it was because my SSD is formatted as exFAT, which doesn’t support symlinks.

            I’m guessing proton is trying to create this symlink when it installs .NET, but fails, which is probably why everyone else seems to have a breezy time with it. Not sure why my other games haven’t run into this though… maybe they haven’t needed to install anything there?

            I will report back after reformatting my entire SSD lol

            • 2xsaiko@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 day ago

              The proton prefix should not be created on the external drive, but in the Steam folder in the home directory, I’m pretty sure. Even with a second Steam game install location. Why is it not there?

              I’m guessing proton is trying to create this symlink when it installs .NET

              No, it is created when Wine initializes the prefix. It has absolutely nothing to do with .NET.

              • Jozzo@lemmy.worldOP
                link
                fedilink
                English
                arrow-up
                1
                ·
                22 hours ago

                Reporting back!

                Reformatted with btrfs, steam now does this when I open the game (didn’t before):

                anddd it works! Can’t believe this whole headache was just exfat all along lol!

                Thank you for your help :D