Please describe your issue in as much detail as possible:
After my weekly system update I noticed steam is crashing when I start it.
starting from console I noticed this on stdout:
src/clientdll/configstore.cpp (128) : ConfigStore (UserLocalConfigStore) is dirty, and being destroyed, we're discarding data
src/clientdll/configstore.cpp (128) : ConfigStore (UserLocalConfigStore) is dirty, and being destroyed, we're discarding data
assert_20230709154048_32.dmp[2205]: Uploading dump (out-of-process)
/tmp/dumps/assert_20230709154048_32.dmp
After reading #9779 I also tried steam -vgui where I got this output after logging in
CConfigStore::FlushToDisk() - RemoteStorage().FileWrite() returned false, will retry.
saving roaming config store to 'sharedconfig.vdf'
CConfigStore::FlushToDisk() - RemoteStorage().FileWrite() returned false, will retry.
saving roaming config store to 'sharedconfig.vdf'
CConfigStore::FlushToDisk() - RemoteStorage().FileWrite() returned false, will retry.
saving roaming config store to 'sharedconfig.vdf'
src/clientdll/configstore.cpp (1771) : Saving roaming config store failed during shutdown
src/clientdll/configstore.cpp (1771) : Saving roaming config store failed during shutdown
assert_20230709155312_35.dmp[74769]: Uploading dump (out-of-process)
/tmp/dumps/assert_20230709155312_35.dmp
CConfigStore::FlushToDisk() - RemoteStorage().FileWrite() returned false, will retry.
src/clientdll/configstore.cpp (128) : ConfigStore (UserRoamingConfigStore) is dirty, and being destroyed, we're discarding data
src/clientdll/configstore.cpp (128) : ConfigStore (UserRoamingConfigStore) is dirty, and being destroyed, we're discarding data
Interestingly subsequent calls of steam -vgui do not contain this part, but running with these flags makes steam stuck with the loading circle in the login window while stdout gets to the [2023-07-09 16:00:31] Nothing to do section.
I also tried backing up .local/share/Steam and deleting it, but after the inital install phase I get the same result depending on the flags I use to start steam.
Steps for reproducing this issue:
On void linux sudo xbps-install -Su to update system
Your system information
Steam client version (build number or date): 1687386907
Distribution (e.g. Ubuntu): Void linux
Opted into Steam client beta?: No
Have you checked for system updates?: Yes
Steam Logs: steam-logs.tar.gz
GPU: Nvidia
Please describe your issue in as much detail as possible:
After my weekly system update I noticed steam is crashing when I start it. starting from console I noticed this on stdout:
Full stdout
After reading #9779 I also tried
steam -vgui
where I got this output after logging inFull -vgui stdout
Interestingly subsequent calls of
steam -vgui
do not contain this part, but running with these flags makes steam stuck with the loading circle in the login window while stdout gets to the[2023-07-09 16:00:31] Nothing to do
section.I also tried backing up
.local/share/Steam
and deleting it, but after the inital install phase I get the same result depending on the flags I use to start steam.Steps for reproducing this issue:
sudo xbps-install -Su
to update system