Zombie Panic! Source

Zombie Panic! Source

View Stats:
Installing ZPS server on Ubuntu 22.04
Trying to install ZPS server using LinuxGSM. Server Installation is fine but server does not start and gives the following error

Server will auto-restart if there is a crash.
Using Breakpad minidump system. Version: 3188 AppID: 17500
Setting breakpad minidump AppID = 17500
Using breakpad crash handler
Loaded 1981 VPK file hashes from /home/zps/serverfiles/vpks/base_content.vpk for pure server operation.
Loaded 3760 VPK file hashes from /home/zps/serverfiles/vpks/zps_content.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/zps/serverfiles/platform/platform_misc.vpk for pure server operation.
Segmentation fault (core dumped)
cat: srcds_zps.1355105.pid: No such file or directory
send debug.log to ZPS Steam forums (bug report section)
Sat Jan 25 12:03:10 IST 2025: Server restart in 10 seconds```

I am aware (from previous installation of ZPS) that this server requires some older dependencies to work. Previously even on Ubuntu 18 I had to run the following to make the server up

apt-get install lib32gcc1 libstdc++6 libstdc++6:i386 libcurl4-gnutls-dev:i386
apt-get install libssl1.0.0:i386 gcc:i386
apt-get install libssl-dev:i386

But trying these on 22.04 is not working (either updated to newer versions or repositories not found).

Appreciate any help in this regard. TIA
< >
Showing 1-1 of 1 comments
Shepard  [developer] Jan 25 @ 1:59pm 
I have never used LinuxGSM, but from what I can tell by reading the source code, it does not start ZPS servers through the Steam Runtime and this might be the primary cause of issues you're having.

Still looking at their source code, I see that they have a concept of "preexecutable" that some games uses (Minecraft is one of them). Something you could try if you still want to use LinuxGSM is to install the Steam Runtime manually, then change/update that "preexecutable" variable for ZPS to point to the "run.sh" script of the Steam Runtime.

You can use this guide as reference:

https://steamcommunity.com/sharedfiles/filedetails/?id=2243196939
< >
Showing 1-1 of 1 comments
Per page: 1530 50