CMAKE_BUILD_TYPE
set to RelWithDebInfo
fails with:
```
FAILED: CMakeFiles/engine-shared.dir/src/engine/shared/netban.cpp.o
/usr/bin/c++ -DCONF_DISCORD -DCONF_DISCORD_DYNAMIC -DCONF_INFORM_UPDATE -DCONF_MYSQL -DCONF_OPENSSL -DCONF_UPNP -DCONF_VIDEORECORDER -DGAME_RELEASE_VERSION="18.5" -DGLEW_STATIC -I/build/ddnet-git/src/build/src -I/build/ddnet-git/src/ddnet/src -I/build/ddnet-git/src/ddnet/src/rust-bridge -isystem /usr/include/miniupnpc -isystem /usr/include/mysql ...str_format
with no arguments. Advising you to use str_copy
instead.
```
[build] /home/user/Development/ddnet-pr/src/base/system.h:1239:16: error: static assertion failed due to requirement 'sizeof...(args) > 0': Use str_copy instead of str_format without format arguments
[build] 1239 | static_assert(sizeof...(args) > 0, "Use str_copy instead of str_format without format arguments");
[build] | ^player_name
is empty, client will use your Steam nickname as your player name.
But this will not happen on join a 0.7 server nowCONF_AUTOUPDATE
flag.
500 + (255 + 1)
(u16)500 + (u16)((u8)255 + (u8)1)
(u16)500 + (u16)((u16)255 + (u16)1)
sv_ipv4only 1
ddnet | 2024-09-03 15:47:56 I server: | rcon password: '3cjRpV'
it generates it for me even tho
sv_rcon_password "test"
existsversion: '3.9'
services:
ddnet:
build:
context: ./
dockerfile: Dockerfile
container_name: ddnet
volumes:
- ./data:/ddnet/data
ports:
- 8303:8303/udp
it respects autoexec_server.cfg within the data directory - it's copied properly and it also reads myServerconfig.cfg and respects it - except for the rcon passwordddnet | 2024-09-03 15:47:56 I server: | rcon password: '3cjRpV'
it generates it for me even tho
sv_rcon_password "test"
exists