steamcmd / docker

Docker image containing SteamCMD
https://hub.docker.com/r/steamcmd/steamcmd
MIT License
148 stars 20 forks source link

`/root/.local/share/Steam/steamcmd/steamcmd.sh: line 39: 10 Segmentation fault $DEBUGGER "$STEAMEXE" "$@"` #69

Closed devioa closed 7 months ago

devioa commented 7 months ago

image

jonakoudijs commented 7 months ago

I see OpenWrt as an hostname. Do you use an arm-based system by any chance? SteamCMD is not compatible with ARM and probably causes the segmentation fault.

devioa commented 7 months ago

I now know the reason. steamcmd only has 32-bit executable binary files, while OpenWrt only supports 64 bit programs, so it cannot run.