#./svends_run: line 439: 65 Segmentation fault
1 messages · Page 1 of 1 (latest)
Can you run it again, with -debug parameter this time? This might provide some use full debug.log and/or coredump to look for details.
okay
this is what came up
CRASH: Sat Aug 10 18:16:02 CDT 2024
Start Line: ./svends_i686 -console -port 29002 +maxplayers 12 +map svencoop1 +ip 0.0.0.0 -strictportbind -norestart -debug -game svencoop -pidfile svends.43.pid
End of crash report
thats from the debug log
linux is kicking my ass
ah damn, try changing +maxplayers to -maxplayers. There's a difference between - and + when executing a server, - is parsed during initialization and + is parsed after it as if it was a console command.
I do remember some having issues with that before.
i seen somebody had that in there file and i didnt think nothing of it
still the same. should the map be - as well?
oh wait, now I remember someone had the same issue as yours with pterodactyl: #1246391760800972901 message
install script is symlinking a steamclient.so from steamcmd, which is breaking the server because steamcmd steamclient.so is too new for the game
you probably have to remove that linking
can i just go into the steamcmd folder and put a hashtag in from of the steamclient.so
that will break steamcmd preventing from updating the server later
it is better to go to .steam/sdk32/ dir and delete steamclient.so there
i went into the install script and deleted the ## set up 32 bit libraries
mkdir -p /mnt/server/.steam/sdk32
cp -v linux32/steamclient.so ../.steam/sdk32/steamclient.so and it running now!!! Thank you so much now i can stop tearing up the wall with my head
happy to see it solved! I'm willing to go to pterodactyl discord and mention this issue so others get the benefit of it too 🙂
yea im using unraid and had to switch from the pterodactyl dockers on there to running pterodactyl in some vms. they were like it just wont work on unraid
oh didn't that give you _stat errors? I recall seeing that when I was testing with network mounted directories
Seems good, you can ignore dlopen failed for steamclient.so and breakpad messages as these aren't really issues.
is that normal about the banned.cfg and the listip.cfg
yes these don't exist by default hence the message
ah okay
you can make them if you want, it's just text files.