I wish to run a server on a 32 bit linux machine, however steamcmd refuses to download the server. According to the FAQ there are minimum requirements for 32bit servers, which suggests that they exist.
Code:
#! /usr/bin/bash
STEAMPATH="/opt/steamcmd/linux32"
STEAMUSER="FalcoGerServer"
STEAMPASS="*********"
GAMEPATH="/opt/steamcmd/7d2d/"
GAMEID="294420"
LD_LIBRARY_PATH="/opt/steamcmd/linux32/:$LD_LIBRARY_PATH" "$STEAMPATH/steamcmd" +login "$STEAMUSER" "$STEAMPASS" +force_install_dir "$GAMEPATH" +"app_update $GAMEID validate" +quit
Code:
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...OK
Logging in user 'FalcoGerServer' to Steam Public...src/common/friendsuihelpers.cpp (54) : Assertion Failed: Is64BitOS()
OK
Waiting for client config...OK
Waiting for user info...OK
ERROR! Failed to install app '294420' (Requires 64bit operating system)