01:08 <+eeeee> strace it to see why it fails exactly? 07:04 <+ddnet-discord> eeeee: no strace on windows 14:08 <+ddnet-discord> gdb ? 15:46 <+ddnet-discord> I wonder if anyone remembers that funny comment in DDNet source xD 15:46 <+ddnet-discord> ```Markdown 15:46 <+ddnet-discord> #if defined(CONF_FAMILY_WINDOWS) 15:46 <+ddnet-discord> char m_aName[16]; // Don't edit this, or all your teeth will fall 15:46 <+ddnet-discord> #else 15:46 <+ddnet-discord> ``` 17:35 <+nemo2> heh 21:03 <+nemo2> qshar: was disappointed that ~/hg/ddnet$ grep -r "teeth will fall" * returned nothing so I looked for it... $ hg grep --all "teeth will fall" yielded: 21:03 <+nemo2> src/game/server/score/sql_score.h:3311:+: char m_aName[16]; // Don't edit this, or all your teeth will fall http://bugs.mysql.com/bug.php?id=50046 21:03 <+nemo2> (and many other revisions) 21:03 <+nemo2> that was first one tho 21:04 <+nemo2> $ hg log -r 3311 21:04 <+nemo2> changeset: 3311:229bc5153183 21:04 <+nemo2> user: GreYFoX 21:04 <+nemo2> "Program crash after using getString for a string longer than 15 chars" 21:05 <+nemo2> looks like it was closed as unreproducible. how odd 21:08 <+nemo2> so the problem might still exist? 21:09 <+nemo2> does seem to be windows specific tho 21:19 <+nemo2> hm it was removed in: 21:19 <+nemo2> $ hg log -r 6758 21:19 <+nemo2> changeset: 6758:22d931ec465e 21:19 <+nemo2> user: H-M-H 21:19 <+nemo2> I sure hope henry knew what he was doing ☺ 21:19 <+nemo2> since the problem was windows specific and I bet devs don't test much on that 21:19 <+nemo2> oh well! 21:20 <+nemo2> oh 21:20 <+nemo2> src/engine/shared/protocol.h: MAX_NAME_LENGTH=16, 21:20 <+nemo2> default of 16 21:20 <+nemo2> maybe THAT line should have a "don't edit this" etc 23:44 <@heinrich5991> if you edit anything in src/engine/shared/protocol.h, the protocol will break anyway ^^