Problem during server startup system debian

Welcome
I have a problem with starting the fivem server in debian 8 system.

I have installed the server using the manual https://forum.cfx.re/t/fx-server-tutorial-how-to-setup-fx-server-on-linux-from-start-to-finish/37156

an unexpected error occurs during startup

Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.

I cannot solve this problem.
Please help

We cannot solve the problem either if you don’t give any reproducible or detailed steps that you took when starting a server. A lot of times, even when following a tutorial, people misinterpret or forget a step.

Also, moved to #server-development:server-discussion

everything is possible step by step as it is in the guide
the server starts the command:

bash /home/fx-server/run.sh +exec server.cfg

my file configuration is like this

# you probably don't want to change these!
# only change them if you're using a server with multiple network interfaces
endpoint_add_tcp "ip serwers:30120"
endpoint_add_udp "ipserwers:30120"

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames

sv_scriptHookAllowed 1

# change this
#rcon_password yay
# a comma-separated list of tags for your server
# for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
sets tags "default"

# set an optional server info and connecting banner image url.
# size doesn't matter, any banner sized image will be fine.
#sets banner_detail "http://url.to/image.png"
#sets banner_connecting "http://url.to/image.png"

sv_hostname "My new FXServer!"

# nested configs!
#exec server_internal.cfg

# loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png

# convars for use from script
set temp_convar "hey world!"


# disable announcing? clear out the master by uncommenting this (your server will not be listed in the serverlist if you u$
#sv_master1 ""

# want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third pa$
#sv_authMaxVariance 1
#sv_authMinTrust 5

# add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:0 group.admin # add the admin to the group

# remove the # to hide player endpoints in external log output
sv_endpointprivacy true

# server slots limit (must be between 1 and 31)
sv_maxclients 30

# license key for server (https://keymaster.fivem.net)
sv_licenseKey mylicense
# you probably don't want to change these! 
# only change them if you're using a server with multiple network interfaces 
endpoint_add_tcp "ip serwers:30120"
endpoint_add_udp "ipserwers:30120"

Don’t change this, keep it at 0.0.0.0

Do you get any other error above the SIGABRT?

no does not appear…

please help me …

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