Xonotic Forums
bug: CTS player lacks UID => record lost - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12)
+--- Thread: bug: CTS player lacks UID => record lost (/showthread.php?tid=1740)



bug: CTS player lacks UID => record lost - Sze - 04-09-2011

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?


RE: bug: CTS player lacks UID => record lost - FruitieX - 04-09-2011

(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


RE: bug: CTS player lacks UID => record lost - netharis - 04-09-2011

Same problem here...
I did what FruitieX says but the problem remains. Sad


RE: bug: CTS player lacks UID => record lost - Sze - 04-09-2011

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


RE: bug: CTS player lacks UID => record lost - netharis - 04-09-2011

They are both set to 1, but still the problem remains...
Perhaps a permission issue in .xonotic?


RE: bug: CTS player lacks UID => record lost - Mirio - 04-10-2011

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


RE: bug: CTS player lacks UID => record lost - netharis - 04-10-2011

It is now somehow fixed Big Grin
Thanx for the help!


RE: bug: CTS player lacks UID => record lost - Sze - 04-11-2011

-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