Server random restarts nad get DeprecationWarning's

Server Artifact Version: 2619,3017,3132

Operating System (Windows/Linux): Linux Ubuntu 20.04

Error screenshot (if any):


Crash files (if any):

Server config (server.cfg):

endpoint_add_tcp "0.0.0.0:30160"
endpoint_add_udp "0.0.0.0:30160"

# Add system admins
exec permissions.cfg   

add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace group.admin webadmin allow

add_ace resource.redem command.add_principal allow
add_ace resource.redem command.add_ace allow
add_ace resource.redem command.sets allow

add_ace resource.redem_roleplay command.add_principal allow
add_ace resource.redem_roleplay command.add_ace allow
add_ace resource.redem_roleplay command.sets allow

set es_enableCustomData 1
set mysql_connection_string "server=localhost;database=;userid=;"

##########  FiveM - These resources will start by default.  ##########  ##########
ensure mapmanager
#ensure chat
ensure spawnmanager
ensure sessionmanager-rdr3
ensure redm-map-one
#ensure sessionmanager
#ensure fivem
#ensure hardcap
ensure basic-gamemode

#ensure vMenu
ensure RedMenu                      #vMenu für redem

##########  Grund-Redem-Roleplay    ##########  ##########  ##########
ensure mysql-async
ensure esplugin_mysql
ensure mysql-async
ensure redem
ensure redem_roleplay

##########  Redem Rp-Addon          ##########  ##########  ##########
ensure redemrp_farmerjob
ensure redemrp_infection
ensure redemrp_respawn

##########   GTA-5 ESX-Stuff        ###########
#ensure esx_map

Path to server files:
/home/redm01/fxserver/redemrp/cfx-server3132/

Path to cfx-server-data files:
/home/redm01/fxserver/redemrp/cfx-server-data/

Describe your issue
I got while the server booting some error msg’s like u can see in the screenshot, i tried to search for it but i dont understand it really. Is this sth. with nodejs?

What have you tried?
I’ve tried an installation of nodejs also with mariadb-plugin, but no effect … hope someone can help me

The deprecation warnings are from node. More than likely due to an outdated mysql library in mysql-async. I also see you are starting it twice in your server.cfg, just a little thing I saw that shouldn’t affect anything.

As for the crashes, unfortunately there’s very little information you can provide to see the cause. It’s almost impossible to debug Linux.

1 Like

Uhh na mistake, thanks for this ^^ I will try with a newer mysql-async or just maybe without - long time ago I tried a vanilla to boot. Also able to test on windows server today

1 Like

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