"Got a SIGABRT while executing native code [...]"

Hello i have setup my server but when i execute with this command “bash /home/gta/run.sh +exec server.cfg” i have this error :
https://i.gyazo.com/4b592d2ae512359f7e91f8e009accc64.png

I have for server-date this : https://github.com/citizenfx/cfx-server-data
And the version of fivem : 651-9979540ed3eb68238b0caa079d8b6352b1c28c16
https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/

Thanks you

You’re executing the script out of the wrong directory. Not sure what your directory structure is like, but you should have two directories, one for the artifacts and one for the resources. I have mine in var.

So I have:
/var/FiveM/server for the artifacts
/var/FiveM/server-data for the resources and server.cfg

You change directories (CD) to server-data and execute from there.

So

cd /var/FiveM/server-data
bash ../server/run.sh +exec server.cfg

No i have the same problem

What is the command you are entering in the SSH console?

1 Like

cd /var/FiveM/server-date
puis
bash /home/gta/run.sh +exec server.cfg

same issue here? any fixes?

I’m like 87.68% sure it’s due to the command being entered incorrectly or from the wrong directory.

it was right like the server ran but that error popped up after it started to boot up

Your correct command would be:
cd /var/FiveM/server-data
then after you cd’d over to it:
/home/gta/run.sh +exec server.cfg

i don’t know if you only made the typo in your post. but you typed “date” instead of “data”.
if this issue persists, make sure you have a license key set. having no license key set, or an invalid license key (i think invalid license key too) will cause this error.
and no, just because it starts and then crashes doesn’t mean you did it right.

Fixed it with this ^

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.