Xonotic Forums
Possible UID tracking bug in CTS server - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: Possible UID tracking bug in CTS server (/showthread.php?tid=2703)



Possible UID tracking bug in CTS server - liberty - 03-10-2012

UID bug:
I tried the cts on my own server or tried creating server on my laptop, I will always get

your own dumb self scored a new record with 0:58.87, but lacks a UID, so the record will unfortunately be lost.

cl_allow_uid2name is "1"
cl_allow_uidtracking is "1"

I wonder if it is a server bug.


RE: Possible UID tracking bug in CTS server - tZork - 03-11-2012

I suggest you post a bug report here: http://dev.xonotic.org/projects/xonotic/issues or it will likely get lost.


RE: Possible UID tracking bug in CTS server - divVerent - 03-11-2012

Can you try "crypto_keys" both on your client and your server, and paste its output? It likely will tell something is wrong on at least one side.


RE: Possible UID tracking bug in CTS server - liberty - 03-11-2012

(03-11-2012, 10:17 AM)divVerent Wrote: Can you try "crypto_keys" both on your client and your server, and paste its output? It likely will tell something is wrong on at least one side.

Server side:
crypto_keys
[2012-03-11 18:12:40] 0: public key key_0.d0pk (fingerprint: Xon//KssdlzGkFKdnnN4sgg8H+koTbBn5JTi37BAW1Q=)
[2012-03-11 18:12:40] private ID key_0.d0si (public key fingerprint: YiMojZpxCCBTeaNUI2Lvifs1rpW2w2dQeLiWBv93tTo=)

Client side:
]crypto_keys
Unknown command "crypto_keys"
]cmd crypto_keys
[NOTHING]

BTW, I delete my .xonotic on client and server side, the problem still persist. Also it happens in another server, so it is more likely a client side problem.


RE: Possible UID tracking bug in CTS server - divVerent - 03-12-2012

(03-11-2012, 01:14 PM)liberty Wrote: Client side:
]crypto_keys
Unknown command "crypto_keys"

That is the issue. Your client does not have the authentication library "libd0_blind_id" installed. It normally comes with Xonotic, so this is weird.

How exactly did you download and install Xonotic?


RE: Possible UID tracking bug in CTS server - liberty - 03-12-2012

(03-12-2012, 05:52 AM)divVerent Wrote:
(03-11-2012, 01:14 PM)liberty Wrote: Client side:
]crypto_keys
Unknown command "crypto_keys"

That is the issue. Your client does not have the authentication library "libd0_blind_id" installed. It normally comes with Xonotic, so this is weird.

How exactly did you download and install Xonotic?

Aha, I see the problem.
The new xonotic is in Arch Linux's repo. I just use pacman -S xonotic to install. Here is the compile script. Could you indicate what is needed to modify this script and I can notify the maintainer to remedy the issue? Thanks!
http://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/xonotic