I don't know if it's the best place to report an issue, but after upgrading ddnet from version 12.5-3 to 12.6.1-1, I can't use the client anymore.
Everything is frozen and it takes ages to move the cursor. I can't even get a list of servers.
I had to upgrade to the latest version after upgrading libwebsocket because the previous client couldn't find a shared library provided by this package.
I don't see any overuse of my CPU or RAM, the only thing I can share is the logs from my terminal.
Pastebin logs
If you are aware of a similar issue, I'll be glad to contribute to it.
Pinned Comments
rafaelff commented on 2022-11-03 14:15 (UTC) (edited on 2023-01-12 13:01 (UTC) by rafaelff)
As of DDNet 16.5 package, Discord's Rich Presence support is enabled. With the discord-game-sdk package installed and the using Discord desktop client (discord package), you can show you are playing DDNet.
If you want to disable it, set
-DDISCORD
and-DDISCORD_DYNAMIC
to OFF and remove 'discord-game-sdk' from makedepends array (optionally from optdepends array as well).rafaelff commented on 2021-12-04 14:58 (UTC)
Please vote on this package to help make it go to official repos!
rafaelff commented on 2019-04-10 18:36 (UTC) (edited on 2021-06-12 22:04 (UTC) by rafaelff)
As of DDNet 15.5 package, MySQL support is enabled. If you want to disable it, set
-DMYSQL=ON
to OFF and remove 'mariadb-libs' package from depends array.