protonscr

Abiotic Factor

protonopen appid 427410Game compatibility - UnofficialXAudio2
ValveSoftware/Proton#7707 · opened 2024-05-06 by ivakam · updated 2024-11-27 · 3 comments · github · game page · search this game
Iivakam 2024-05-06 github

Compatibility Report

  • Name of the game with compatibility issues: Abiotic Factor
  • Steam AppID of the game: 427410

System Information

steam-427410.zip

I confirm:

  • [x] that I haven't found an existing compatibility report for this game.
  • [x] that I have checked whether there are updates for my system available.

Symptoms

VOIP settings show no inputs, despite all my audio inputs working for other games, and other VOIP services. The game also doesn't show up under the "Recording" tab in pavucontrol.

This is may be due to UE5's AudioCapture plugin lacking a Linux implementation (you can search for the relevant error in the attached log, there's also some info albeit sparse online). I'm not familiar enough with the specifics UE to know whether or not this is the actual issue however, since the game isn't actually running on Linux when using wine/proton.

Reproduction

Install and run the game on any Linux machine as far as I know. Issue persists regardless of proton version, and is visible from the main menu settings.

Ttechmouse 2024-06-20 github

I can't get it to run at all. I keep getting the standard 'missing Visual C++ runtime' error. I tried all of the usual fixes with all of the usual proton versions and it just doesn't work. I know there's workarounds for MSVC++ and I know if I searched hard enough and did even more testing, I could find some solution to work with this, but I'm just so tired. I don't care anymore. It's always the same thing. An M$ update to some M$ dependency broke Linux compatibility AGAIN. I am so sick of M$'s meddling. They're literally an enemy to fun now.

I'm sure this game is a blast, and maybe in a decade after the multiplayer is long dead, it will finally run and I can roam the empty servers, imagining all of the fun I could of had if the entire fun industry wasn't dictated and regulated by greedy corporate sandbagging boring old jackasses. But I would still rather live in that world a decade from now than install winblows today. No game is worth that.

SSingleInfiniteLoop 2024-10-18 github

To fix missing Visual C++ runtime error, add following libraries to the list of overrides in your proton prefix (pfx/user.reg, section Software\\Wine\\DllOverrides):

"msvcp140_2"="native,builtin"
"vcruntime140_1"="native,builtin"
Sstevenlafl 2024-11-27 github

To fix missing Visual C++ runtime error, add following libraries to the list of overrides in your proton prefix (pfx/user.reg, section Software\\Wine\\DllOverrides):

"msvcp140_2"="native,builtin"
"vcruntime140_1"="native,builtin"

I don't understand why it works, but it does. Thanks. Is this the equivalent of setting these overrides in winecfg?

Nothing extracted yet.