GoldenEye: Source Forums

Debriefing => Bug Reports & Fixes => Topic started by: myownfur on September 03, 2016, 08:22:19 pm

Title: Linux server -cat: hlds.9064.pid: No such file or directory
Post by: myownfur on September 03, 2016, 08:22:19 pm
Anyone knows how to fix this error?

Console initialized.
Segmentation fault (core dumped)
cat: hlds.9064.pid: No such file or directory

Thx!
Title: Re: Linux server -cat: hlds.9064.pid: No such file or directory
Post by: soupcan on September 03, 2016, 09:27:17 pm
It helps to know what distribution you're using and what steps you've taken to fix the problem.

Post the output of ldd when you run it against gesource/bin/server_i486.so.
Title: Re: Linux server -cat: hlds.9064.pid: No such file or directory
Post by: myownfur on September 03, 2016, 10:23:16 pm
i'm using ubuntu server 16.04.1 TLS

As of now, I tried to re install "app_update 310" with steamcmd. No change.

I did some research with the hlds.9064.pid, but found nothing usefull yet.

How do I do this? ---Post the output of ldd when you run it against gesource/bin/server_i486.so.
Title: Re: Linux server -cat: hlds.9064.pid: No such file or directory
Post by: myownfur on September 03, 2016, 10:31:01 pm
 linux-gate.so.1 =>  (0xf779d000)
        libm.so.6 => /lib32/libm.so.6 (0xf773c000)
        libdl.so.2 => /lib32/libdl.so.2 (0xf7737000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xf771a000)
        libc.so.6 => /lib32/libc.so.6 (0xf7567000)
        /lib/ld-linux.so.2 (0x56626000)
Title: Re: Linux server -cat: hlds.9064.pid: No such file or directory
Post by: soupcan on September 03, 2016, 11:34:53 pm
For example,

Code: [Select]
ldd path/to/gesource/bin/server_i486.so

Files ending in _i486.so can be ignored.

If any others are missing, install and update apt-file:

Code: [Select]
sudo apt install apt-file
sudo apt-file update

then search for packages to install using apt-file. for example, if libz.so.1 is missing, run

Code: [Select]
apt-file find libz.so.1

then install the package which contains the 32-bit version of that library using apt.
Title: Re: Linux server -cat: hlds.9064.pid: No such file or directory
Post by: killermonkey on September 04, 2016, 03:01:24 pm
Are you running with MALLOC_CHECK_=0?
Title: Re: Linux server -cat: hlds.9064.pid: No such file or directory
Post by: myownfur on September 04, 2016, 04:46:49 pm
im using a bash file with: MALLOC_CHECK_=0 ./srcds_run -game  ./gesource/ +maxplayers 16 +map ge_archives -debug

I deleted everything, reinstalled, now it works!