When running SteamCmd with @ShutdownOnFailedCommand 1, a failed workshop_download_item does not cause steamcmd to exit as it should.
@ShutdownOnFailedCommand 1
workshop_download_item
download_item, on the other hand, does exit on failure but it downloads to an inconvenient location making it hard to use.
download_item
Steam>force_install_dir /var/lib/steamgames/workshop Steam>@ShutdownOnFailedCommand 1 "@ShutdownOnFailedCommand" = "1" Steam>login anonymous Steam>workshop_download_item 107410 1439605692 Downloading item 1439605692 ... ERROR! Download item 1439605692 failed (No Connection). Steam>
This also occurs in this case:
workshop_download_item 108600 2930348946 Downloading item 2930348946 ... ERROR! Download item 2930348946 failed (Failure).
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
When running SteamCmd with
@ShutdownOnFailedCommand 1, a failedworkshop_download_itemdoes not cause steamcmd to exit as it should.download_item, on the other hand, does exit on failure but it downloads to an inconvenient location making it hard to use.Steps for reproducing this issue: