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-12-12 00:00:00Z and 2019-12-13 00:00:00Z
Hey guys,
I'm using the ddnet7 mod and I'm trying to use the command /mapinfo, but I get everytime this error:
[2019-12-12 18:44:38][sql]: MySQL Error: COLLATION 'utf8mb4_general_ci' is not valid for CHARACTER SET 'latin1'
[2019-12-12 18:44:38][sql]: ERROR: Could not get Mapinfo
Anyone know hot fix that :/ ?
So i asked someone who also has lags/bad fps in windows to profile cpu:
https://cdn.discordapp.com/attachments/554329039561818123/654328747708645417/unknown.png
As you can see net_udp_recv is using alot of cpu in windows, so i wrote a quick bad patch, that skipps recvfrom until a asyncs recvs msg(without poping them) tells the client to recvfrom instead of skipping it(to reduce the calls of recvfrom obviously) and the min_fps and average fps increased insanly(over 30%).
So this is a hu...
I am trying to fix a character encoding issue - previously we had the collation set for this column utf8_general_ci which caused issues because it is accent insensitive..
I'm trying to find all the