curl https://master1.ddnet.tw/ddnet/15/servers.json | jq '.[][] | select(.addresses[0] == "tw-0.6+udp://51.210.171.47:7303")'
// engine/console.h
// ...
enum
{
// ...
CLIENT_ID_GAME = -2,
CLIENT_ID_NO_GAME = -3,
}
// ...
for what purposes these ids should be used? (edited)// engine/console.h
// ...
enum
{
// ...
CLIENT_ID_GAME = -2,
CLIENT_ID_NO_GAME = -3,
}
// ...
for what purposes these ids should be used? (edited)[2021-06-22 22:14:32][chat]: 'Dragere' entered and joined the red team
DDNet: nghttp2_session.c:2156: session_prep_frame: Assertion session->last_sent_stream_id < frame->hd.stream_id' failed.
[1] 5403 abort ~/jeux/tw/DDNet-15.4-linux_x86_64/DDNet
[2021-06-30 01:31:24][datafile]: loading data index=8 size=62 uncompressed=152
DDNet: nghttp2_frame.c:1124: nghttp2_frame_add_pad: Assertion nghttp2_buf_avail(buf) >= padlen - 1' failed.
[1] 17984 abort ~/jeux/tw/DDNet-15.4-linux_x86_64/DDNet
[2021-07-06 21:06:24][chat]: 'twelve' entered and joined the game
[1] 5596 segmentation fault ~/jeux/tw/DDNet-15.5.4-linux_x86_64/DDNet
(edited)ldd ./DDNet
next to the executable?nghttp2_frame.c:1124:
this is a part of nghttp
which is internally used by curl
for HTTP/2
connections-DPREFER_BUNDLED_LIBS=ON
parameter to cmake.
" . the game is compiled .