0x202
.~/.local/share/Steam/logs
or ~/.steam/logs
. The most useful log is content_log.txt
that will provide more information on errors.0x202
which can be converted into decimal 514
. You can use a hex to decimal converter to do this. Using the table below you can work out that the status messages. By doing a calculation. Find the highest number below the state 512
which is the first error. Then take the number away from the total 514-512=2
which gives you the last error. This can be done for any error514-512-2=0
512 StateUpdateRunning
, 2 StateUpdateRequired