Recently I have been trying to get my Steam games working on Lutris. I have had a consistent library issue until I suspected it may be because I needed to install the proprietary video driver instead of the Nouveau drivers I have been using since installation. I wasn't sure how to do this without breaking anything, and after
It persists even after I reinstalled the old driver at the same time as the new one (having them both installed) and restarting my machine, running
This may not even be a problem related to my video drivers, but this log seems like it should be enough for an experienced person to know what the problem is. Hopefully this solves my specific problem once and for all, because I don't seem to see a specific forum thread covering this when using a search engine.
sudo pacman -S nvidia && sudo pacman -Rsn xf86-video-nouveau
, sure enough, Steam no longer starts. I always get the same error printed to STDOUT, which strangely enough seems to have nothing to do with video drivers.
Code:
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/lonefox256/.local/share/Steam/ubuntu12_32/steam
[2020-11-22 23:48:21] Startup - updater built Nov 20 2020 21:48:51
[2020-11-22 23:48:21] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
Installing breakpad exception handler for appid(steam)/version(1605919008)
[2020-11-22 23:48:23] Loading cached metrics from disk (/home/lonefox256/.local/share/Steam/package/steam_client_metrics.bin)
[2020-11-22 23:48:23] Using the following download hosts for Public, Realm steamglobal
[2020-11-22 23:48:23] 1. http://media4.steampowered.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
Installing breakpad exception handler for appid(steam)/version(1605919008)
[2020-11-22 23:48:23] Verifying installation...
[2020-11-22 23:48:24] Verification complete
Loaded SDL version 2.0.13-6215953
Installing breakpad exception handler for appid(steam)/version(1605919008)
STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
CAppInfoCacheReadFromDiskThread took 368 milliseconds to initialize
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
[1122/234835.647066:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: browser
[1122/234836.659711:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0
[1122/234836.659792:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1605908830
[1122/234836.659798:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public
[1122/234836.659803:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve
CApplicationManagerPopulateThread took 8141 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Installing breakpad exception handler for appid(steam)/version(1605919008)
Proceed to auto login
** (steam:1136): WARNING **: 23:48:40.997: Could not initialize NMClient /org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was not provided by any .service files
[1122/234842.550312:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0
[1122/234842.550373:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1605908830
[1122/234842.550378:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public
[1122/234842.550382:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve
[1122/234842.551024:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: gpu-process
[1122/234843.069330:ERROR:sandbox_linux.cc(372)] InitializeSandbox() called with multiple threads in process gpu-process.
Requested Force create but SharedObjectMutex already created
Forced create but already created for SharedObjectEvent
Forced create but already created for SharedObjectEvent
[1122/234843.831177:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0
[1122/234843.831410:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1605908830
[1122/234843.831429:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public
[1122/234843.831458:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve
[1122/234843.916064:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: utility
Exiting workitem thread
[2020-11-22 23:48:46] Shutdown
It persists even after I reinstalled the old driver at the same time as the new one (having them both installed) and restarting my machine, running
mkinitcpio -P
and even grub-mkconfig -o /boot/grub/grub.cfg
. I am not sure how to get Steam back to working condition, or how to "properly" swap to a different video driver post-install.This may not even be a problem related to my video drivers, but this log seems like it should be enough for an experienced person to know what the problem is. Hopefully this solves my specific problem once and for all, because I don't seem to see a specific forum thread covering this when using a search engine.