Xonotic Forums

Full Version: bug: CTS player lacks UID => record lost
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I played CTS and got this kind of message:
"Sze scored a new record with 0:09:93, but lacks a UID, so the record will unfortunately be lost"
every time I achieved a new record.

I run an updated git-version, my current head is:
9d0d5222439c5e858aeff95878611f63b8fc9e3b

So where do I get my UID? Wink

*edit*
Hmmm, I think I know now why that happend...
I denied the servers poll whether he can store my name (because the message wasn't readable; I read about this message in this forum and now know what it asked)
So probably I didn't got a UID because of this?

If so, how can I reverse my decision?
(04-09-2011, 05:13 PM)Sze Wrote: [ -> ]Hi,

I played CTS and got this kind of message:
"Sze scored a new record with 0:09:93, but lacks a UID, so the record will unfortunately be lost"
every time I achieved a new record.

I run an updated git-version, my current head is:
9d0d5222439c5e858aeff95878611f63b8fc9e3b

So where do I get my UID? Wink

*edit*
Hmmm, I think I know now why that happend...
I denied the servers poll whether he can store my name (because the message wasn't readable; I read about this message in this forum and now know what it asked)
So probably I didn't got a UID because of this?

If so, how can I reverse my decision?

Try entering this into your console (open with shift+esc):
Code:
cl_allow_uid2name -1
cl_allow_uidtracking 1
Then rejoin the race server and allow it to store your records this time. Smile
Same problem here...
I did what FruitieX says but the problem remains. Sad
thanks FruitieX, works for me.

@netharis
you can check whether the cl_allow_uid2name and cl_allow_uidtracking variables are set to 1 (which they should be after you have accepted)
by typing "cl_allow_uid" in console and then pressing TAB, the values are then shown by the autocomplete.

Or try just setting them both to 1 directly via:
set cl_allow_uid2name 1
set cl_allow_uidtracking 1
They are both set to 1, but still the problem remains...
Perhaps a permission issue in .xonotic?
Actually FruitieX said "-1" (Minus!) instead of "1" for the first command:

(04-09-2011, 07:30 PM)FruitieX Wrote: [ -> ]Try entering this into your console (open with shift+esc):
Code:
cl_allow_uid2name -1
cl_allow_uidtracking 1
Then rejoin the race server and allow it to store your records this time. Smile

Wink
It is now somehow fixed Big Grin
Thanx for the help!
-1 asks the player whether he wants to accept or deny
0 denied
1 accepted

so I think it shouldn't matter whether its -1 or 1, if you don't care to get asked. Tongue