Hello @tgurr, this sounds like the crash documented at https://wiki.archlinux.org/index.php/Steam/Game-specific_troubleshooting#Borderlands_2 and should be brought to the attention of an Aspyr dev.
@kisak-valve thanks, I'm not entirely sure if the explanations regarding the libopenal version differences mentioned there are right, I'll try to elaborate.
I only installed the 32bit libopenal today for testing purposes to be able to run Fahrenheit on commandline outside of steam. Until now I relied on the libopenal that comes with the steam-runtime and didn't have any issues running those games and didn't have any 32bit libopenal installed on my system at all. It only started lately after the upgrade to openssl-1.1.1 on my machine as far as I can tell and as far as I can isolate the timeframe.
Wheat does work though for Borderlands 2 is the -nostartupmovies linked in the wiki you've posted and the sound in Borderlands works then as well so it more or less explains why I got sound when I tinkered around with my system installed libopenal explained above in 4 and 4.1.
Sadly that switch doesn't work for Fahrenheit and Fahrenheit seems to make use of libopenal also in the game itself which results in not having any sound then (if it wouldn't crash that is).
I'm with you that Aspyr should take a look at this and hopefully they do like Feral did with their games and the breakage happening lately. I'm surprised that they don't follow this bugtracker keeping track of issues with their products.
So it's indeed an issue with libopenal, probably something down the route libopenal -> pulseaudio -> ?. My guess is still it's related to openssl, but I can't do a downgrade on my system so easily to test and confirm that.
I'll update as soon as I hit another game broken in the same way that is not an Aspyr port.
Blind guess, does adding OPENSSL_CONF=/dev/null %command% to the game's launch options have an effect?
I'm afraid sadly not, neither for Borderlands nor for Fahrenheit. But huge thanks for all your help so far and even more so for the nearly instant reply and telling me about the -nostartupmovies flag for Borderlands so I can at least enjoy that game with the workaround. Thank you! If I'll find out something new I'll report back.
I've downgraded openssl back to 1.0.2q for my 32bit environment and recompiled the 32bit dependencies so I start to believe that openssl contrary to what I initially thought doesn't seem to be involved. What I also found out is that the 32bit libopenal only allows Fahrenheit to be run without segfaulting when compiled without any sound backend, since I also get the segfault when I compile libopenal with just the alsa backend instead of pulseaudio. I also downgraded to version 1.17.2 just in case the arch wiki tells the truth about newer version being broken. But same result.
But like I said I didn't have any 32bit libopenal around until now, now I question myself, was the 32bit libopenal shipped with the steam runtime updated/exchanged recently? I've already tried opting out from the steam beta but same problem. Is there any changelog for the steam runtime and its shipped libraries? Might be worth a try to test if an older libopenal shipped with the runtimes works. Apart from that I'm getting out of ideas what I could still try to isolate what changed on my system and what's causing the problem.
There's a history of steam runtime changes at https://github.com/ValveSoftware/steam-runtime/commits/master, which crudely aligns to what is provided in steam.
By default, Steam prefers host libraries over the steam runtime libraries if they are newer than the runtime variants. You can add symlinks to <steam dir>/ubuntu12_32/steam-runtime/pinned_libs_* to make it use whatever you want. If something goes horribly wrong, you can delete the pinned_libs_* folders and steam will regenerate them on next start.
In general, the order of resolved libraries is game bundled libraries, then pinned libraries, system libraries, steam-runtime, and finally ldconfig.
OPENSSL_CONF=/dev/null %command%x1 2019-01
Your system information
Please describe your issue in as much detail as possible:
Fahrenheit segfault:
~/steam/steamapps/common/Kelvin $ gdb ./Fahrenheit
Steps for reproducing this issue:
Now it gets complicated...
4.1 Same does apply to Borderlands 2, however for some reason I don't understand the sound in game works here after the steps done explained in 4.
Just a very blind guess, I suspect some fishy connection in having OpenSSL 1.1.1 on my system and pulseaudio compiled against it.