Erreur au lancement : CORE DUMPED

Si vous constatez l'erreur suivante : /entrypoint.sh: line 89: 45 Segmentation fault (core dumped) ./7DaysToDieServer.x86_64 -configfile=serverconfig.xml -quit -batchmode -nographics -dedicated -ServerPort=${SERVER_PORT} -ServerDisabledNetworkProtocols=${SERVER_DISABLED_NETWORK_PROTOCOLS} -ServerMaxPlayerCount=${MAX_PLAYERS} -GameDifficulty=${GAME_DIFFICULTY} -ControlPanelEnabled=false -TelnetEnabled=true -TelnetPort=${TELNET_PORT} -TelnetPassword=${PASSWORD} -logfile logs/latest.log localhost [127.0.0.1] 26100 (?) : Connection refused Waiting for telnet connection...

Accédez au fichier serverconfig.xml, recherchez puis modifiez la ligne suivante en remplaçant la valeur "on" par "off" :

<property name="BuildCreate" value="on" />  <!-- cheat mode on/off -->

Dernière mise à jour