#./svends_run: line 439: 65 Segmentation fault

1 messages · Page 1 of 1 (latest)

cinder fulcrum
#

hello i have been trying to get this to run all day and i just cannot. has anybody ran across this erorr

#

im using an egg on pterodactyl to try and run the server

mental hazel
#

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.

cinder fulcrum
#

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

mental hazel
#

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.

cinder fulcrum
#

i seen somebody had that in there file and i didnt think nothing of it

#

still the same. should the map be - as well?

mental hazel
#

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

cinder fulcrum
#

can i just go into the steamcmd folder and put a hashtag in from of the steamclient.so

mental hazel
#

that will break steamcmd preventing from updating the server later

#

it is better to go to .steam/sdk32/ dir and delete steamclient.so there

cinder fulcrum
#

this is what im getting now

mental hazel
#

oh it did run this time

#

but it hang there?

cinder fulcrum
#

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

mental hazel
#

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 🙂

cinder fulcrum
#

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

mental hazel
#

oh didn't that give you _stat errors? I recall seeing that when I was testing with network mounted directories

cinder fulcrum
mental hazel
cinder fulcrum
#

is that normal about the banned.cfg and the listip.cfg

mental hazel
#

yes these don't exist by default hence the message

cinder fulcrum
#

ah okay

mental hazel
#

you can make them if you want, it's just text files.