Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-11-04 00:00:00Z and 2019-11-05 00:00:00Z
Avatar
``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00005651e5bc9e36 in CServer::SendServerInfo (this=this@entry=0x7f5c64614010, pAddr=pAddr@entry=0x7f5c64d58850, Token=Token@entry=-1, Type=Type@entry=4, SendClients=SendClients@entry=false) at /home/teeworlds/src/master/src/engine/server/server.cpp:1745 1745 p.AddRaw(FirstChunk.m_aData, FirstChunk.m_DataSize); [Current thread is 1 (Thread 0x7f5c653dd980 (LWP 1026))] (gdb) bt #0 0x00005651e5bc9e36 in CServe...
Avatar
@Learath2 sup?
Avatar
@Learath2 at most 6 bytes
07:56
it has a maximum value of 65535 (5 bytes) plus a terminating null byte (1 byte)
Avatar
First of all: Hey all, and yes, I'm not dead yet boo And the reason why I'm here: Great that now unsupported clients are kicked from the servers, but now it also does kick the old Android version of DDNet Client (9.3.1), which was no longer updated due to the SDL2... so is there a chance to let it not be kicked and allow further spectating?
Avatar
@Soreu heh, I didn't know anyone still uses the android client
Avatar
isnt there an older version of mobile client
11:57
the autokick is because there was a bot client going around with that same version number
Avatar
@deen I still do when work gets to boring (like literally now) ^^
12:05
Yep, works, thanks brownbear
Avatar
[12:21 PM] TearlessAbyss46: When you disconnect on a server it still shows you are connected
13:23
intended?
Avatar
@Learath2 looks like you forgot the leaving event
Avatar
@deen I'm outside, could you add a call there?
Avatar
785ec3d Expire server info on connected/drop events - def- c0b3604 Merge #1959 - bors[bot]
Avatar
@Soreu Good catch! I often use android client to spec players too. Is android client open source ?
Avatar
Cellegen | HU 2019-11-04 19:38:24Z
it is apparently
19:38
i think
Avatar
Hi , i added a button to menus_browser.cpp and wanna set a url on button that opening default browser with that website , can someone explain it to me ?
Avatar
@mohsen7s yes, it's the same client as normal one, but we haven't updated to SDL2 android and removed all the android specific code by now
💯 1
Avatar
we removed it because no one was maintaining it anymore
Avatar
@TacTic use ShellExecute(NULL, "open", "www.google.com", NULL, NULL, SW_SHOWNORMAL);
23:15
you might need to add http:// before url but Im not sure
23:17
BTW I guess you should only ask ddnet source related questions here not general C++
Avatar
that's a windows-only answer btw
💯 2
Exported 33 message(s)