> For the complete documentation index, see [llms.txt](https://wiki.azurhosts.com/accueil/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.azurhosts.com/accueil/jeux-officiels/7-days-to-die/problemes-communs/erreur-au-lancement-core-dumped.md).

# 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...`

{% hint style="success" %}
Accédez au fichier **serverconfig.xml**, recherchez puis modifiez la ligne suivante en remplaçant la valeur "on" par "off" :<br>

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

{% endhint %}
