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.
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"
To fix
missing Visual C++ runtimeerror, add following libraries to the list of overrides in your proton prefix (pfx/user.reg, sectionSoftware\\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.
Compatibility Report
System Information
steam-427410.zip
I confirm:
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
AudioCaptureplugin 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.