It seems the same to me with Nvidia driver 590.48.01 and Steam version 1769025840.
Steam outputs the following warning and then the game crashes.
i386-linux-gnu-capsule-capture-libs: warning: Dependencies of libnvidia-eglcore.so.560.35.03 not found, ignoring: Missing dependencies: Could not find "libnvidia-gpucomp.so.560.35.03" in LD_LIBRARY_PATH "/usr/local/cuda-13.1/lib64::/usr/local/cuda/targets/x86_64-linux/lib:/lib/aarch64-linux-gnu:/usr/lib/x86_64-linux-gnu/libfakeroot:/lib/i386-linux-gnu:/usr/local/lib:/lib/x86_64-linux-gnu:/lib32:/libx32:/lib:/usr/local/data/SteamLibrary/steamapps/common/INSIDE", ld.so.cache, DT_RUNPATH or fallback /lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/i686-pc-linux-gnu/lib:/lib32:/usr/lib32:/lib:/usr/lib
i386-linux-gnu-capsule-capture-libs: warning: Dependencies of libnvidia-glcore.so.560.35.03 not found, ignoring: Missing dependencies: Could not find "libnvidia-gpucomp.so.560.35.03" in LD_LIBRARY_PATH "/usr/local/cuda-13.1/lib64::/usr/local/cuda/targets/x86_64-linux/lib:/lib/aarch64-linux-gnu:/usr/lib/x86_64-linux-gnu/libfakeroot:/lib/i386-linux-gnu:/usr/local/lib:/lib/x86_64-linux-gnu:/lib32:/libx32:/lib:/usr/local/data/SteamLibrary/steamapps/common/INSIDE", ld.so.cache, DT_RUNPATH or fallback /lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/i686-pc-linux-gnu/lib:/lib32:/usr/lib32:/lib:/usr/lib
OS: 6.12.63+deb13-amd64
Steam Version:
Steam Beta Branch: Stable Client
Steam Version: 1769025840
Steam Client Build Date: Thu, Jan 22 1:12 AM UTC +08:00
Steam Web Build Date: Thu, Jan 22 3:41 AM UTC +08:00
Steam API Version: SteamClient023
Nvidia driver: 590.48.01
Fix: sudo apt install nvidia-vaapi-driver (or libva-nvidia-driver on Fedora/Arch)
Root cause: libva calls a NULL function pointer during vaInitialize() when no VA-API backend driver is installed. Chrome's crashpad catches the SIGSEGV and kills the process.
Details and LD_PRELOAD fallback: https://github.com/1qh/steam-troubleshoot
Fix:
sudo apt install nvidia-vaapi-driver(orlibva-nvidia-driveron Fedora/Arch)Root cause: libva calls a NULL function pointer during
vaInitialize()when no VA-API backend driver is installed. Chrome's crashpad catches the SIGSEGV and kills the process.Details and LD_PRELOAD fallback: https://github.com/1qh/steam-troubleshoot
This does not work for me. I attempted both mentioned fixes and the same error occurs. Additionally, the same error is happening with Nvidia 580 drivers.
I purged some old packages, reinstalled the Nvidia drivers, and the steam client as downloaded from steam, and all required packages too, and it is now working again. I don't know what was the fix, but the error above still occurs. Closing as it is likely that the actual error is elsewhere and I am both unable to reproduce it and there is insufficient information in the logs to determine likely causes of the failure.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
I went to start Steam from my command line and I expected to be able to start Steam, as usual. It failed to start giving an error as in attached file above.
Steps for reproducing this issue: