From fd62a24fd67c239bcc2d798c5c730ae9507b6756 Mon Sep 17 00:00:00 2001 From: DaErich Date: Mon, 5 Jul 2021 14:52:36 +0200 Subject: [PATCH] steam: update void specific troubleshooting --- srcpkgs/steam/files/README.voidlinux | 11 +++++++++-- srcpkgs/steam/template | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/srcpkgs/steam/files/README.voidlinux b/srcpkgs/steam/files/README.voidlinux index 35d1fe4798d0..025f58f445fb 100644 --- a/srcpkgs/steam/files/README.voidlinux +++ b/srcpkgs/steam/files/README.voidlinux @@ -28,8 +28,15 @@ installed for some games to function. If games are running slowly or not at all, or there are issues with network streaming, verify that your user belongs to the video group. -If your audio is not working, try installing pulseaudio and -alsa-plugins-pulseaudio. +If your audio is not working, try installing pulseaudio, +alsa-plugins-pulseaudio and their "-32bit" equivalents. + +If you are using SteamPlay/Proton and the game crashes or hangs with error +messages that include "eventfd: Too many open files", the number of open file +descriptors per process is too low for proper Proton functionality. In this +case, consult limits.conf(5) and set a higher nofile limit for your user. For +more information, see the upstream documentation in the README.esync file from +https://github.com/ValveSoftware/wine If you are encountering runtime errors, the Steam Ubuntu bootstrap tarball might be using an incompatible libstdc++ library. You can verify this by running the diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index 1574edc98dd1..5594b6a59793 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -1,6 +1,6 @@ # Template file for 'steam' pkgname=steam -version=1.0.0.70 +version=1.0.0.71 revision=2 archs="i686 x86_64" wrksrc=steam-launcher @@ -11,7 +11,7 @@ maintainer="Andrew Benson " license="custom: Proprietary license" homepage="https://steampowered.com/" distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz" -checksum=9ff88a5778c7b00efb18f324d4cd0c282d5f438dad1201bc3e9822e3ff6a2dff +checksum=39c33d1999f8cc6d4af696479e1d73eee2e93a217bc45887032e18b33535ca21 repository=nonfree do_install() {