dreamstalker / rehlds

Reverse-engineered HLDS
GNU General Public License v3.0
653 stars 167 forks source link

Segmentation fault after build on Linux #1018

Closed SebeCK73 closed 7 months ago

SebeCK73 commented 7 months ago

So am i doing something wrong, my build files are like half size of this from release at github. When i try to start server getting Segmentation fault, do i need to change something before making build?

:/home/container$ ./hltv_run.sh -port 27116 +connect :27016 Segmentation fault (core dumped)

sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install -y gcc-multilib g++-multilib sudo apt-get install -y build-essential sudo apt-get install -y libc6-dev libc6-dev-i386

build.log

SebeCK73 commented 7 months ago

I had outdated docker image and was causing the problem.